how to get the colors list of a website?
sometimes I see some beautiful website, they are colored view look,I want to anylize what colors is it used.then record color to photoshop for mysef later design. how to get these color themes?
|
closed as off topic by JohnGB, Jimmy Breck-McKye, Charles Boyung, Kit Grose, JonW♦ Dec 18 '12 at 12:48
Questions on User Experience Stack Exchange are expected to relate to user experience within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
using the web developer toolbar for firefox works great - Web Developer Toolbar it prints hex values in organized squares and also displays rendered hex colors visually. How to use: Web Developer Tool Bar > Information > View Color Information |
|||
|
|
|
There are quite a few solutions that can scrape the site for colors, images, and code creating a palette for you to sample or download. Take a look at: http://www.colorcombos.com/ |
|||
|
|
|
Open the source file of the web page (usually ctrl + U) and look for the link to the CSS-file, where the color information should be located. |
|||
|
|
|
You can also download a color picker plugin or add-on for your browser. These let you click on a colour (im canadian, we use a "u") and it tells you the hex. |
|||||||||
|