Color Hex Logo

#c57870 Color Hex

#C57870
(197,120,112)
0 Favorites   0 Comments

Color spaces of #c57870

RGB 197120112
HSL0.020.420.61
HSV43°77°
CMYK 0.000.390.43   0.23
XYZ32.667126.473118.7173
Yxy26.47310.41960.3400
Hunter Lab51.452023.289414.4478
CIE-Lab58.483429.186717.2147

#c57870 color RGB value is (197,120,112).

#c57870 hex color red value is 197, green value is 120 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #c57870 hue: 0.02 , saturation: 0.42 and the lightness value of c57870 is 0.61.

The process color (four color CMYK) of #c57870 color hex is 0.00, 0.39, 0.43, 0.23. Web safe color of #c57870 is #cc6666. Color #c57870 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01111000 01110000
Octal 305 170 160
Decimal 197 120 112
Hex C5 78 70

RGB Percentages of Color #c57870

%45.92
%27.97
%26.11

CMYK Percentages of Color #c57870

%0
%39
%43
%23

Triadic Colors of #c57870

#c57870 #70c578 #7870c5

Analogous Colors of #c57870

#c57870 #c5a370 #c57093

Monochromatic Colors of #c57870

#c57870

Complementary Color

#c57870 #70bdc5

#c57870 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c57870 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c57870 Color CSS Codes

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

#c57870 Text Font Color

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

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


#c57870 Background Color

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

This div background color is #c57870


#c57870 Border Color

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

This div border color is #c57870


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,120,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c57870; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c57870;
  -webkit-box-shadow: 1px 1px 3px 2px #c57870;
  box-shadow:         1px 1px 3px 2px #c57870; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,120,112, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c57870


Comments

No comments written yet.

Please login to write comment.