Color Hex Logo

#e57ada Color Hex

#E57ADA
(229,122,218)
0 Favorites   0 Comments

Color spaces of #e57ada

RGB 229122218
HSL0.850.670.69
HSV306°47°90°
CMYK 0.000.470.05   0.10
XYZ51.927535.639070.4718
Yxy35.63900.32860.2255
Hunter Lab59.698450.7925-28.2008
CIE-Lab66.243254.2522-31.2024

#e57ada color RGB value is (229,122,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01111010 11011010
Octal 345 172 332
Decimal 229 122 218
Hex E5 7A DA

RGB Percentages of Color #e57ada

%40.25
%21.44
%38.31

CMYK Percentages of Color #e57ada

%0
%47
%5
%10

Triadic Colors of #e57ada

#e57ada #dae57a #7adae5

Analogous Colors of #e57ada

#e57ada #e57aa5 #bb7ae5

Monochromatic Colors of #e57ada

#e57ada

Complementary Color

#e57ada #7ae585

#e57ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e57ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#e57ada Color CSS Codes

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

#e57ada Text Font Color

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

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


#e57ada Background Color

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

This div background color is #e57ada


#e57ada Border Color

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

This div border color is #e57ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e57ada


Comments

No comments written yet.

Please login to write comment.