Color Hex Logo

#e57e9c Color Hex

#E57E9C
(229,126,156)
0 Favorites   0 Comments

Color spaces of #e57e9c

RGB 229126156
HSL0.950.660.70
HSV343°45°90°
CMYK 0.000.450.32   0.10
XYZ45.774733.980035.5987
Yxy33.98000.39680.2946
Hunter Lab58.292438.15744.5967
CIE-Lab64.946743.01331.7827

#e57e9c color RGB value is (229,126,156).

#e57e9c hex color red value is 229, green value is 126 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #e57e9c hue: 0.95 , saturation: 0.66 and the lightness value of e57e9c is 0.70.

The process color (four color CMYK) of #e57e9c color hex is 0.00, 0.45, 0.32, 0.10. Web safe color of #e57e9c is #cc6699. Color #e57e9c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01111110 10011100
Octal 345 176 234
Decimal 229 126 156
Hex E5 7E 9C

RGB Percentages of Color #e57e9c

%44.81
%24.66
%30.53

CMYK Percentages of Color #e57e9c

%0
%45
%32
%10

Triadic Colors of #e57e9c

#e57e9c #9ce57e #7e9ce5

Analogous Colors of #e57e9c

#e57e9c #e5947e #e57ed0

Monochromatic Colors of #e57e9c

#e57e9c

Complementary Color

#e57e9c #7ee5c7

#e57e9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e57e9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e57e9c Color CSS Codes

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

#e57e9c Text Font Color

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

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


#e57e9c Background Color

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

This div background color is #e57e9c


#e57e9c Border Color

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

This div border color is #e57e9c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,126,156, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e57e9c


Comments

No comments written yet.

Please login to write comment.