Color Hex Logo

#e57ad9 Color Hex

#E57AD9
(229,122,217)
0 Favorites   0 Comments

Color spaces of #e57ad9

RGB 229122217
HSL0.850.670.69
HSV307°47°90°
CMYK 0.000.470.05   0.10
XYZ51.797035.586869.7846
Yxy35.58680.32960.2264
Hunter Lab59.654750.5924-27.5997
CIE-Lab66.203054.0827-30.7075

#e57ad9 color RGB value is (229,122,217).

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

The process color (four color CMYK) of #e57ad9 color hex is 0.00, 0.47, 0.05, 0.10. Web safe color of #e57ad9 is #cc66cc. Color #e57ad9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01111010 11011001
Octal 345 172 331
Decimal 229 122 217
Hex E5 7A D9

RGB Percentages of Color #e57ad9

%40.32
%21.48
%38.20

CMYK Percentages of Color #e57ad9

%0
%47
%5
%10

Triadic Colors of #e57ad9

#e57ad9 #d9e57a #7ad9e5

Analogous Colors of #e57ad9

#e57ad9 #e57aa4 #bc7ae5

Monochromatic Colors of #e57ad9

#e57ad9

Complementary Color

#e57ad9 #7ae586

#e57ad9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e57ad9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e57ad9 Color CSS Codes

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

#e57ad9 Text Font Color

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

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


#e57ad9 Background Color

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

This div background color is #e57ad9


#e57ad9 Border Color

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

This div border color is #e57ad9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e57ad9


Comments

No comments written yet.

Please login to write comment.