Color Hex Logo

#cc080e Color Hex

#CC080E
(204,8,14)
0 Favorites   0 Comments

Color spaces of #cc080e

RGB 204814
HSL0.990.920.42
HSV358°96°80°
CMYK 0.000.960.93   0.20
XYZ25.067913.04271.6117
Yxy13.04270.63110.3283
Hunter Lab36.114760.699622.6343
CIE-Lab42.827567.082152.3204

#cc080e color RGB value is (204,8,14).

#cc080e hex color red value is 204, green value is 8 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #cc080e hue: 0.99 , saturation: 0.92 and the lightness value of cc080e is 0.42.

The process color (four color CMYK) of #cc080e color hex is 0.00, 0.96, 0.93, 0.20. Web safe color of #cc080e is #cc0000. Color #cc080e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00001000 00001110
Octal 314 10 16
Decimal 204 8 14
Hex CC 8 E

RGB Percentages of Color #cc080e

%90.27
%3.54
%6.19

CMYK Percentages of Color #cc080e

%0
%96
%93
%20

Triadic Colors of #cc080e

#cc080e #0ecc08 #080ecc

Analogous Colors of #cc080e

#cc080e #cc6408 #cc0870

Monochromatic Colors of #cc080e

#cc080e

Complementary Color

#cc080e #08ccc6

#cc080e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc080e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc080e Color CSS Codes

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

#cc080e Text Font Color

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

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


#cc080e Background Color

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

This div background color is #cc080e


#cc080e Border Color

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

This div border color is #cc080e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc080e


Comments

No comments written yet.

Please login to write comment.