Color Hex Logo

#e59dda Color Hex

#E59DDA
(229,157,218)
0 Favorites   0 Comments

Color spaces of #e59dda

RGB 229157218
HSL0.860.580.76
HSV309°31°90°
CMYK 0.000.310.05   0.10
XYZ57.025045.833972.1710
Yxy45.83390.32580.2619
Hunter Lab67.700731.8760-15.8144
CIE-Lab73.437636.2014-20.1775

#e59dda color RGB value is (229,157,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10011101 11011010
Octal 345 235 332
Decimal 229 157 218
Hex E5 9D DA

RGB Percentages of Color #e59dda

%37.91
%25.99
%36.09

CMYK Percentages of Color #e59dda

%0
%31
%5
%10

Triadic Colors of #e59dda

#e59dda #dae59d #9ddae5

Analogous Colors of #e59dda

#e59dda #e59db6 #cc9de5

Monochromatic Colors of #e59dda

#e59dda

Complementary Color

#e59dda #9de5a8

#e59dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e59dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e59dda Color CSS Codes

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

#e59dda Text Font Color

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

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


#e59dda Background Color

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

This div background color is #e59dda


#e59dda Border Color

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

This div border color is #e59dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e59dda


Comments

No comments written yet.

Please login to write comment.