Color Hex Logo

#e59ada Color Hex

#E59ADA
(229,154,218)
0 Favorites   0 Comments

Color spaces of #e59ada

RGB 229154218
HSL0.860.590.75
HSV309°33°90°
CMYK 0.000.330.05   0.10
XYZ56.523644.831272.0038
Yxy44.83120.32610.2586
Hunter Lab66.956133.5145-16.8905
CIE-Lab72.780637.7938-21.1756

#e59ada color RGB value is (229,154,218).

#e59ada hex color red value is 229, green value is 154 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e59ada hue: 0.86 , saturation: 0.59 and the lightness value of e59ada is 0.75.

The process color (four color CMYK) of #e59ada color hex is 0.00, 0.33, 0.05, 0.10. Web safe color of #e59ada is #cc99cc. Color #e59ada contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10011010 11011010
Octal 345 232 332
Decimal 229 154 218
Hex E5 9A DA

RGB Percentages of Color #e59ada

%38.10
%25.62
%36.27

CMYK Percentages of Color #e59ada

%0
%33
%5
%10

Triadic Colors of #e59ada

#e59ada #dae59a #9adae5

Analogous Colors of #e59ada

#e59ada #e59ab5 #cb9ae5

Monochromatic Colors of #e59ada

#e59ada

Complementary Color

#e59ada #9ae5a5

#e59ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e59ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#e59ada Color CSS Codes

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

#e59ada Text Font Color

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

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


#e59ada Background Color

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

This div background color is #e59ada


#e59ada Border Color

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

This div border color is #e59ada


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,154,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 #e59ada">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e59ada


Comments

No comments written yet.

Please login to write comment.