Color Hex Logo

#c7570e Color Hex

#C7570E
(199,87,14)
0 Favorites   0 Comments

Color spaces of #c7570e

RGB 1998714
HSL0.070.870.42
HSV24°93°78°
CMYK 0.000.560.93   0.22
XYZ27.040618.99022.6557
Yxy18.99020.55540.3901
Hunter Lab43.577734.500726.8912
CIE-Lab50.675741.453256.9571

#c7570e color RGB value is (199,87,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010111 00001110
Octal 307 127 16
Decimal 199 87 14
Hex C7 57 E

RGB Percentages of Color #c7570e

%66.33
%29.00
%4.67

CMYK Percentages of Color #c7570e

%0
%56
%93
%22

Triadic Colors of #c7570e

#c7570e #0ec757 #570ec7

Analogous Colors of #c7570e

#c7570e #c7b40e #c70e22

Monochromatic Colors of #c7570e

#c7570e

Complementary Color

#c7570e #0e7ec7

#c7570e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7570e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7570e Color CSS Codes

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

#c7570e Text Font Color

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

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


#c7570e Background Color

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

This div background color is #c7570e


#c7570e Border Color

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

This div border color is #c7570e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7570e


Comments

No comments written yet.

Please login to write comment.