Color Hex Logo

#e57aaf Color Hex

#E57AAF
(229,122,175)
0 Favorites   0 Comments

Color spaces of #e57aaf

RGB 229122175
HSL0.920.670.69
HSV330°47°90°
CMYK 0.000.470.24   0.10
XYZ47.010533.672244.5791
Yxy33.67220.37530.2688
Hunter Lab58.027843.0611-4.9294
CIE-Lab64.701547.5657-9.3687

#e57aaf color RGB value is (229,122,175).

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

The process color (four color CMYK) of #e57aaf color hex is 0.00, 0.47, 0.24, 0.10. Web safe color of #e57aaf is #cc6699. Color #e57aaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01111010 10101111
Octal 345 172 257
Decimal 229 122 175
Hex E5 7A AF

RGB Percentages of Color #e57aaf

%43.54
%23.19
%33.27

CMYK Percentages of Color #e57aaf

%0
%47
%24
%10

Triadic Colors of #e57aaf

#e57aaf #afe57a #7aafe5

Analogous Colors of #e57aaf

#e57aaf #e57b7a #e57ae5

Monochromatic Colors of #e57aaf

#e57aaf

Complementary Color

#e57aaf #7ae5b0

#e57aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e57aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e57aaf Color CSS Codes

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

#e57aaf Text Font Color

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

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


#e57aaf Background Color

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

This div background color is #e57aaf


#e57aaf Border Color

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

This div border color is #e57aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e57aaf


Comments

No comments written yet.

Please login to write comment.