Color Hex Logo

#c8570e Color Hex

#C8570E
(200,87,14)
0 Favorites   0 Comments

Color spaces of #c8570e

RGB 2008714
HSL0.070.870.42
HSV24°93°78°
CMYK 0.000.570.93   0.22
XYZ27.306919.12752.6682
Yxy19.12750.55610.3895
Hunter Lab43.735034.914126.9973
CIE-Lab50.836041.838257.1426

#c8570e color RGB value is (200,87,14).

#c8570e hex color red value is 200, green value is 87 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #c8570e hue: 0.07 , saturation: 0.87 and the lightness value of c8570e is 0.42.

The process color (four color CMYK) of #c8570e color hex is 0.00, 0.57, 0.93, 0.22. Web safe color of #c8570e is #cc6600. Color #c8570e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01010111 00001110
Octal 310 127 16
Decimal 200 87 14
Hex C8 57 E

RGB Percentages of Color #c8570e

%66.45
%28.90
%4.65

CMYK Percentages of Color #c8570e

%0
%57
%93
%22

Triadic Colors of #c8570e

#c8570e #0ec857 #570ec8

Analogous Colors of #c8570e

#c8570e #c8b40e #c80e22

Monochromatic Colors of #c8570e

#c8570e

Complementary Color

#c8570e #0e7fc8

#c8570e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8570e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8570e Color CSS Codes

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

#c8570e Text Font Color

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

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


#c8570e Background Color

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

This div background color is #c8570e


#c8570e Border Color

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

This div border color is #c8570e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8570e


Comments

No comments written yet.

Please login to write comment.