Color Hex Logo

#c80605 Color Hex

#C80605
(200,6,5)
0 Favorites   0 Comments

Color spaces of #c80605

RGB 20065
HSL0.000.950.40
HSV98°78°
CMYK 0.000.970.98   0.22
XYZ23.911912.42061.2807
Yxy12.42060.63570.3302
Hunter Lab35.242959.435322.5155
CIE-Lab41.876966.172854.3038

#c80605 color RGB value is (200,6,5).

#c80605 hex color red value is 200, green value is 6 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #c80605 hue: 0.00 , saturation: 0.95 and the lightness value of c80605 is 0.40.

The process color (four color CMYK) of #c80605 color hex is 0.00, 0.97, 0.98, 0.22. Web safe color of #c80605 is #cc0000. Color #c80605 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00000110 00000101
Octal 310 6 5
Decimal 200 6 5
Hex C8 6 5

RGB Percentages of Color #c80605

%94.79
%2.84
%2.37

CMYK Percentages of Color #c80605

%0
%97
%98
%22

Triadic Colors of #c80605

#c80605 #05c806 #0605c8

Analogous Colors of #c80605

#c80605 #c86805 #c80566

Monochromatic Colors of #c80605

#c80605

Complementary Color

#c80605 #05c7c8

#c80605 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c80605 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c80605 Color CSS Codes

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

#c80605 Text Font Color

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

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


#c80605 Background Color

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

This div background color is #c80605


#c80605 Border Color

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

This div border color is #c80605


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c80605


Comments

No comments written yet.

Please login to write comment.