Color Hex Logo

#cc8319 Color Hex

#CC8319
(204,131,25)
0 Favorites   0 Comments

Color spaces of #cc8319

RGB 20413125
HSL0.100.780.45
HSV36°88°80°
CMYK 0.000.360.88   0.20
XYZ33.193629.14024.7948
Yxy29.14020.49450.4341
Hunter Lab53.981715.292632.5209
CIE-Lab60.905220.619861.9688

#cc8319 color RGB value is (204,131,25).

#cc8319 hex color red value is 204, green value is 131 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #cc8319 hue: 0.10 , saturation: 0.78 and the lightness value of cc8319 is 0.45.

The process color (four color CMYK) of #cc8319 color hex is 0.00, 0.36, 0.88, 0.20. Web safe color of #cc8319 is #cc9900. Color #cc8319 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000011 00011001
Octal 314 203 31
Decimal 204 131 25
Hex CC 83 19

RGB Percentages of Color #cc8319

%56.67
%36.39
%6.94

CMYK Percentages of Color #cc8319

%0
%36
%88
%20

Triadic Colors of #cc8319

#cc8319 #19cc83 #8319cc

Analogous Colors of #cc8319

#cc8319 #bccc19 #cc2a19

Monochromatic Colors of #cc8319

#cc8319

Complementary Color

#cc8319 #1962cc

#cc8319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc8319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc8319 Color CSS Codes

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

#cc8319 Text Font Color

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

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


#cc8319 Background Color

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

This div background color is #cc8319


#cc8319 Border Color

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

This div border color is #cc8319


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc8319


Comments

No comments written yet.

Please login to write comment.