Color Hex Logo

#c0870f Color Hex

#C0870F
(192,135,15)
0 Favorites   0 Comments

Color spaces of #c0870f

RGB 19213515
HSL0.110.860.41
HSV41°92°75°
CMYK 0.000.300.92   0.25
XYZ30.488428.56894.3594
Yxy28.56890.48080.4505
Hunter Lab53.44998.281132.5792
CIE-Lab60.399312.962863.3025

#c0870f color RGB value is (192,135,15).

#c0870f hex color red value is 192, green value is 135 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #c0870f hue: 0.11 , saturation: 0.86 and the lightness value of c0870f is 0.41.

The process color (four color CMYK) of #c0870f color hex is 0.00, 0.30, 0.92, 0.25. Web safe color of #c0870f is #cc9900. Color #c0870f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000111 00001111
Octal 300 207 17
Decimal 192 135 15
Hex C0 87 F

RGB Percentages of Color #c0870f

%56.14
%39.47
%4.39

CMYK Percentages of Color #c0870f

%0
%30
%92
%25

Triadic Colors of #c0870f

#c0870f #0fc087 #870fc0

Analogous Colors of #c0870f

#c0870f #a1c00f #c02f0f

Monochromatic Colors of #c0870f

#c0870f

Complementary Color

#c0870f #0f48c0

#c0870f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0870f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0870f Color CSS Codes

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

#c0870f Text Font Color

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

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


#c0870f Background Color

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

This div background color is #c0870f


#c0870f Border Color

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

This div border color is #c0870f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,135,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c0870f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c0870f;
  -webkit-box-shadow: 1px 1px 3px 2px #c0870f;
  box-shadow:         1px 1px 3px 2px #c0870f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0870f


Comments

No comments written yet.

Please login to write comment.