Color Hex Logo

#cc452e Color Hex

#CC452E
(204,69,46)
0 Favorites   0 Comments

Color spaces of #cc452e

RGB 2046946
HSL0.020.630.49
HSV77°80°
CMYK 0.000.660.77   0.20
XYZ27.523117.29094.4716
Yxy17.29090.55840.3508
Hunter Lab41.582345.379022.7318
CIE-Lab48.624552.239142.4191

#cc452e color RGB value is (204,69,46).

#cc452e hex color red value is 204, green value is 69 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #cc452e hue: 0.02 , saturation: 0.63 and the lightness value of cc452e is 0.49.

The process color (four color CMYK) of #cc452e color hex is 0.00, 0.66, 0.77, 0.20. Web safe color of #cc452e is #cc3333. Color #cc452e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000101 00101110
Octal 314 105 56
Decimal 204 69 46
Hex CC 45 2E

RGB Percentages of Color #cc452e

%63.95
%21.63
%14.42

CMYK Percentages of Color #cc452e

%0
%66
%77
%20

Triadic Colors of #cc452e

#cc452e #2ecc45 #452ecc

Analogous Colors of #cc452e

#cc452e #cc942e #cc2e66

Monochromatic Colors of #cc452e

#cc452e

Complementary Color

#cc452e #2eb5cc

#cc452e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc452e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc452e Color CSS Codes

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

#cc452e Text Font Color

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

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


#cc452e Background Color

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

This div background color is #cc452e


#cc452e Border Color

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

This div border color is #cc452e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc452e


Comments

No comments written yet.

Please login to write comment.