Color Hex Logo

#cc571e Color Hex

#CC571E
(204,87,30)
0 Favorites   0 Comments

Color spaces of #cc571e

RGB 2048730
HSL0.050.740.46
HSV20°85°80°
CMYK 0.000.570.85   0.20
XYZ28.544419.74753.5355
Yxy19.74750.55080.3810
Hunter Lab44.438236.890926.3896
CIE-Lab51.550543.669052.6606

#cc571e color RGB value is (204,87,30).

#cc571e hex color red value is 204, green value is 87 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #cc571e hue: 0.05 , saturation: 0.74 and the lightness value of cc571e is 0.46.

The process color (four color CMYK) of #cc571e color hex is 0.00, 0.57, 0.85, 0.20. Web safe color of #cc571e is #cc6633. Color #cc571e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010111 00011110
Octal 314 127 36
Decimal 204 87 30
Hex CC 57 1E

RGB Percentages of Color #cc571e

%63.55
%27.10
%9.35

CMYK Percentages of Color #cc571e

%0
%57
%85
%20

Triadic Colors of #cc571e

#cc571e #1ecc57 #571ecc

Analogous Colors of #cc571e

#cc571e #ccae1e #cc1e3c

Monochromatic Colors of #cc571e

#cc571e

Complementary Color

#cc571e #1e93cc

#cc571e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc571e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc571e Color CSS Codes

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

#cc571e Text Font Color

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

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


#cc571e Background Color

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

This div background color is #cc571e


#cc571e Border Color

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

This div border color is #cc571e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc571e


Comments

No comments written yet.

Please login to write comment.