Color Hex Logo

#c85007 Color Hex

#C85007
(200,80,7)
0 Favorites   0 Comments

Color spaces of #c85007

RGB 200807
HSL0.060.930.41
HSV23°97°78°
CMYK 0.000.600.97   0.22
XYZ26.726418.03202.2729
Yxy18.03200.56830.3834
Hunter Lab42.464138.033626.5514
CIE-Lab49.534945.091957.9227

#c85007 color RGB value is (200,80,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01010000 00000111
Octal 310 120 7
Decimal 200 80 7
Hex C8 50 7

RGB Percentages of Color #c85007

%69.69
%27.87
%2.44

CMYK Percentages of Color #c85007

%0
%60
%97
%22

Triadic Colors of #c85007

#c85007 #07c850 #5007c8

Analogous Colors of #c85007

#c85007 #c8b107 #c8071e

Monochromatic Colors of #c85007

#c85007

Complementary Color

#c85007 #077fc8

#c85007 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c85007 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c85007 Color CSS Codes

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

#c85007 Text Font Color

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

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


#c85007 Background Color

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

This div background color is #c85007


#c85007 Border Color

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

This div border color is #c85007


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,80,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 #c85007">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c85007


Comments

No comments written yet.

Please login to write comment.