Color Hex Logo

#e57aec Color Hex

#E57AEC
(229,122,236)
0 Favorites   0 Comments

Color spaces of #e57aec

RGB 229122236
HSL0.820.750.70
HSV296°48°93°
CMYK 0.030.480.00   0.07
XYZ54.413036.633283.5599
Yxy36.63320.31160.2098
Hunter Lab60.525454.5542-39.4866
CIE-Lab67.000957.4062-40.0038

#e57aec color RGB value is (229,122,236).

#e57aec hex color red value is 229, green value is 122 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e57aec hue: 0.82 , saturation: 0.75 and the lightness value of e57aec is 0.70.

The process color (four color CMYK) of #e57aec color hex is 0.03, 0.48, 0.00, 0.07. Web safe color of #e57aec is #cc66ff. Color #e57aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01111010 11101100
Octal 345 172 354
Decimal 229 122 236
Hex E5 7A EC

RGB Percentages of Color #e57aec

%39.01
%20.78
%40.20

CMYK Percentages of Color #e57aec

%3
%48
%0
%7

Triadic Colors of #e57aec

#e57aec #ece57a #7aece5

Analogous Colors of #e57aec

#e57aec #ec7aba #ac7aec

Monochromatic Colors of #e57aec

#e57aec

Complementary Color

#e57aec #81ec7a

#e57aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e57aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e57aec Color CSS Codes

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

#e57aec Text Font Color

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

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


#e57aec Background Color

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

This div background color is #e57aec


#e57aec Border Color

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

This div border color is #e57aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e57aec


Comments

No comments written yet.

Please login to write comment.