Color Hex Logo

#e57770 Color Hex

#E57770
(229,119,112)
0 Favorites   0 Comments

Color spaces of #e57770

RGB 229119112
HSL0.010.690.67
HSV51°90°
CMYK 0.000.480.51   0.10
XYZ41.834631.021519.1121
Yxy31.02150.45490.3373
Hunter Lab55.696936.603718.6428
CIE-Lab62.525841.864223.4078

#e57770 color RGB value is (229,119,112).

#e57770 hex color red value is 229, green value is 119 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #e57770 hue: 0.01 , saturation: 0.69 and the lightness value of e57770 is 0.67.

The process color (four color CMYK) of #e57770 color hex is 0.00, 0.48, 0.51, 0.10. Web safe color of #e57770 is #cc6666. Color #e57770 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01110111 01110000
Octal 345 167 160
Decimal 229 119 112
Hex E5 77 70

RGB Percentages of Color #e57770

%49.78
%25.87
%24.35

CMYK Percentages of Color #e57770

%0
%48
%51
%10

Triadic Colors of #e57770

#e57770 #70e577 #7770e5

Analogous Colors of #e57770

#e57770 #e5b270 #e570a4

Monochromatic Colors of #e57770

#e57770

Complementary Color

#e57770 #70dee5

#e57770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e57770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e57770 Color CSS Codes

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

#e57770 Text Font Color

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

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


#e57770 Background Color

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

This div background color is #e57770


#e57770 Border Color

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

This div border color is #e57770


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e57770


Comments

No comments written yet.

Please login to write comment.