Color Hex Logo

#c80209 Color Hex

#C80209
(200,2,9)
0 Favorites   0 Comments

Color spaces of #c80209

RGB 20029
HSL0.990.980.40
HSV358°99°78°
CMYK 0.000.990.96   0.22
XYZ23.890412.34251.3816
Yxy12.34250.63510.3281
Hunter Lab35.131959.902822.2607
CIE-Lab41.755466.602152.9298

#c80209 color RGB value is (200,2,9).

#c80209 hex color red value is 200, green value is 2 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #c80209 hue: 0.99 , saturation: 0.98 and the lightness value of c80209 is 0.40.

The process color (four color CMYK) of #c80209 color hex is 0.00, 0.99, 0.96, 0.22. Web safe color of #c80209 is #cc0000. Color #c80209 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00000010 00001001
Octal 310 2 11
Decimal 200 2 9
Hex C8 2 9

RGB Percentages of Color #c80209

%94.79
%0.95
%4.27

CMYK Percentages of Color #c80209

%0
%99
%96
%22

Triadic Colors of #c80209

#c80209 #09c802 #0209c8

Analogous Colors of #c80209

#c80209 #c85e02 #c8026c

Monochromatic Colors of #c80209

#c80209

Complementary Color

#c80209 #02c8c1

#c80209 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c80209 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c80209 Color CSS Codes

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

#c80209 Text Font Color

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

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


#c80209 Background Color

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

This div background color is #c80209


#c80209 Border Color

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

This div border color is #c80209


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,2,9, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c80209; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c80209;
  -webkit-box-shadow: 1px 1px 3px 2px #c80209;
  box-shadow:         1px 1px 3px 2px #c80209; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c80209


Comments

No comments written yet.

Please login to write comment.