Color Hex Logo

#cc8320 Color Hex

#CC8320
(204,131,32)
0 Favorites   0 Comments

Color spaces of #cc8320

RGB 20413132
HSL0.100.730.46
HSV35°84°80°
CMYK 0.000.360.84   0.20
XYZ33.278929.17435.2437
Yxy29.17430.49160.4310
Hunter Lab54.013215.455132.0533
CIE-Lab60.935120.791959.8818

#cc8320 color RGB value is (204,131,32).

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

The process color (four color CMYK) of #cc8320 color hex is 0.00, 0.36, 0.84, 0.20. Web safe color of #cc8320 is #cc9933. Color #cc8320 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000011 00100000
Octal 314 203 40
Decimal 204 131 32
Hex CC 83 20

RGB Percentages of Color #cc8320

%55.59
%35.69
%8.72

CMYK Percentages of Color #cc8320

%0
%36
%84
%20

Triadic Colors of #cc8320

#cc8320 #20cc83 #8320cc

Analogous Colors of #cc8320

#cc8320 #bfcc20 #cc2d20

Monochromatic Colors of #cc8320

#cc8320

Complementary Color

#cc8320 #2069cc

#cc8320 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc8320 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc8320 Color CSS Codes

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

#cc8320 Text Font Color

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

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


#cc8320 Background Color

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

This div background color is #cc8320


#cc8320 Border Color

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

This div border color is #cc8320


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc8320


Comments

No comments written yet.

Please login to write comment.