Graphix Design
Graphix Design

Reputation:

Looking for an easy way to find colors for css

I'm looking for an easy way to view colors / choose colors for my CSS styles besides just the generic ones like:

color: Purple;

I just want an easy way to view / select them based on their #XXXXXX (Hex Color?)

Thanks!

Upvotes: 2

Views: 308

Answers (7)

Aubrey
Aubrey

Reputation: 629

Try ColorSnapper

Has options for Hex, RGBA and even XCode! http://colorsnapper.com/

Upvotes: 0

LightningWrist
LightningWrist

Reputation: 937

With hundreds of thousands or maybe more custom made colors and pallets to choose from as well as the ability to make your own hex's colourlovers is by far the best I've encountered.

Upvotes: 0

Alan David Garcia
Alan David Garcia

Reputation: 1533

Piknik color picker http://color.aurlien.net/ is very sleek/cool and might be just what you're looking for. Also, if you want to extract a color from a particular webpage, and use firefox, you can install the ColorZilla Firefox add-on. Personally, I use the eye-drop color pickers in ColorZilla in combination with Adobe Photoshop to get hex colors.

Upvotes: 0

Ege Özcan
Ege Özcan

Reputation: 14279

If you are using Firefox and Firebug, Firepicker could be a lifesaver.

Upvotes: 1

Kirk Strobeck
Kirk Strobeck

Reputation: 18669

Use Photoshop, take a screenshot and select the eyedropper tool click a color on the document color area, then click the swatch in the toolbar to bring up the Color Picker. The hex color is there :P

Upvotes: 0

Nathan
Nathan

Reputation: 11159

How about this: http://html-color-codes.com/

Is this what you mean?

Upvotes: 0

Rion Williams
Rion Williams

Reputation: 76597

Colorpicker.com

I find myself using this all of the time for design-related issues, as it also features analogous colors, complementary colors, and other color-scheming tools.

If you want a desktop type solution, I know that ColorPic features a similar desktop-based solution. Hope this helps

Upvotes: 2

Related Questions