Color Hex Logo

#cc590a Color Hex

#CC590A
(204,89,10)
0 Favorites   0 Comments

Color spaces of #cc590a

RGB 2048910
HSL0.070.910.42
HSV24°95°80°
CMYK 0.000.560.95   0.20
XYZ28.529020.00402.6447
Yxy20.00400.55740.3909
Hunter Lab44.725835.588527.8022
CIE-Lab51.841742.353559.0476

#cc590a color RGB value is (204,89,10).

#cc590a hex color red value is 204, green value is 89 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #cc590a hue: 0.07 , saturation: 0.91 and the lightness value of cc590a is 0.42.

The process color (four color CMYK) of #cc590a color hex is 0.00, 0.56, 0.95, 0.20. Web safe color of #cc590a is #cc6600. Color #cc590a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01011001 00001010
Octal 314 131 12
Decimal 204 89 10
Hex CC 59 A

RGB Percentages of Color #cc590a

%67.33
%29.37
%3.30

CMYK Percentages of Color #cc590a

%0
%56
%95
%20

Triadic Colors of #cc590a

#cc590a #0acc59 #590acc

Analogous Colors of #cc590a

#cc590a #ccba0a #cc0a1c

Monochromatic Colors of #cc590a

#cc590a

Complementary Color

#cc590a #0a7dcc

#cc590a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc590a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc590a Color CSS Codes

.mybgcolor {background-color:#cc590a; } 
.myforecolor {color:#cc590a; }
.mybordercolor {border:3px solid #cc590a; }

#cc590a Text Font Color

<p style="color:#cc590a">Text here</p>

This sample text font color is #cc590a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cc590a Background Color

<div style="background-color:#cc590a">
Div content here</div>

This div background color is #cc590a


#cc590a Border Color

<div style="border:3px solid #cc590a">
Div here</div>

This div border color is #cc590a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,89,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cc590a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cc590a;
  -webkit-box-shadow: 1px 1px 3px 2px #cc590a;
  box-shadow:         1px 1px 3px 2px #cc590a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,89,10, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cc590a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cc590a;
  -webkit-box-shadow: 1px 1px 3px 2px #cc590a;
  box-shadow:         1px 1px 3px 2px #cc590a;">
Div content here</div>

This div box has shadow with color #cc590a


Comments

No comments written yet.

Please login to write comment.