Color Hex Logo

#cc580b Color Hex

#CC580B
(204,88,11)
0 Favorites   0 Comments

Color spaces of #cc580b

RGB 2048811
HSL0.070.900.42
HSV24°95°80°
CMYK 0.000.570.95   0.20
XYZ28.452019.84102.6467
Yxy19.84100.55850.3895
Hunter Lab44.543236.066227.6573
CIE-Lab51.657042.848558.7144

#cc580b color RGB value is (204,88,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01011000 00001011
Octal 314 130 13
Decimal 204 88 11
Hex CC 58 B

RGB Percentages of Color #cc580b

%67.33
%29.04
%3.63

CMYK Percentages of Color #cc580b

%0
%57
%95
%20

Triadic Colors of #cc580b

#cc580b #0bcc58 #580bcc

Analogous Colors of #cc580b

#cc580b #ccb90b #cc0b1e

Monochromatic Colors of #cc580b

#cc580b

Complementary Color

#cc580b #0b7fcc

#cc580b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc580b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc580b Color CSS Codes

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

#cc580b Text Font Color

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

This sample text font color is #cc580b
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.


#cc580b Background Color

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

This div background color is #cc580b


#cc580b Border Color

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

This div border color is #cc580b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc580b


Comments

No comments written yet.

Please login to write comment.