Color Hex Logo

#c85010 Color Hex

#C85010
(200,80,16)
0 Favorites   0 Comments

Color spaces of #c85010

RGB 2008016
HSL0.060.850.42
HSV21°92°78°
CMYK 0.000.600.92   0.22
XYZ26.781618.05412.5635
Yxy18.05410.56500.3809
Hunter Lab42.490138.151226.1660
CIE-Lab49.561745.201955.7154

#c85010 color RGB value is (200,80,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01010000 00010000
Octal 310 120 20
Decimal 200 80 16
Hex C8 50 10

RGB Percentages of Color #c85010

%67.57
%27.03
%5.41

CMYK Percentages of Color #c85010

%0
%60
%92
%22

Triadic Colors of #c85010

#c85010 #10c850 #5010c8

Analogous Colors of #c85010

#c85010 #c8ac10 #c8102c

Monochromatic Colors of #c85010

#c85010

Complementary Color

#c85010 #1088c8

#c85010 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c85010 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c85010 Color CSS Codes

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

#c85010 Text Font Color

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

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


#c85010 Background Color

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

This div background color is #c85010


#c85010 Border Color

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

This div border color is #c85010


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c85010


Comments

No comments written yet.

Please login to write comment.