Color Hex Logo

#c85907 Color Hex

#C85907
(200,89,7)
0 Favorites   0 Comments

Color spaces of #c85907

RGB 200897
HSL0.070.930.41
HSV25°97°78°
CMYK 0.000.560.97   0.22
XYZ27.430119.43952.5075
Yxy19.43950.55550.3937
Hunter Lab44.090233.893227.4912
CIE-Lab51.197540.775758.9562

#c85907 color RGB value is (200,89,7).

#c85907 hex color red value is 200, green value is 89 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #c85907 hue: 0.07 , saturation: 0.93 and the lightness value of c85907 is 0.41.

The process color (four color CMYK) of #c85907 color hex is 0.00, 0.56, 0.97, 0.22. Web safe color of #c85907 is #cc6600. Color #c85907 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01011001 00000111
Octal 310 131 7
Decimal 200 89 7
Hex C8 59 7

RGB Percentages of Color #c85907

%67.57
%30.07
%2.36

CMYK Percentages of Color #c85907

%0
%56
%97
%22

Triadic Colors of #c85907

#c85907 #07c859 #5907c8

Analogous Colors of #c85907

#c85907 #c8ba07 #c80715

Monochromatic Colors of #c85907

#c85907

Complementary Color

#c85907 #0776c8

#c85907 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c85907 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c85907 Color CSS Codes

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

#c85907 Text Font Color

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

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


#c85907 Background Color

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

This div background color is #c85907


#c85907 Border Color

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

This div border color is #c85907


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c85907


Comments

No comments written yet.

Please login to write comment.