Color Hex Logo

#e588dd Color Hex

#E588DD
(229,136,221)
0 Favorites   0 Comments

Color spaces of #e588dd

RGB 229136221
HSL0.850.640.72
HSV305°41°90°
CMYK 0.000.410.03   0.10
XYZ54.168439.486873.1733
Yxy39.48680.32470.2367
Hunter Lab62.838543.9041-25.0542
CIE-Lab69.102447.7250-28.4556

#e588dd color RGB value is (229,136,221).

#e588dd hex color red value is 229, green value is 136 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e588dd hue: 0.85 , saturation: 0.64 and the lightness value of e588dd is 0.72.

The process color (four color CMYK) of #e588dd color hex is 0.00, 0.41, 0.03, 0.10. Web safe color of #e588dd is #cc99cc. Color #e588dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10001000 11011101
Octal 345 210 335
Decimal 229 136 221
Hex E5 88 DD

RGB Percentages of Color #e588dd

%39.08
%23.21
%37.71

CMYK Percentages of Color #e588dd

%0
%41
%3
%10

Triadic Colors of #e588dd

#e588dd #dde588 #88dde5

Analogous Colors of #e588dd

#e588dd #e588af #bf88e5

Monochromatic Colors of #e588dd

#e588dd

Complementary Color

#e588dd #88e590

#e588dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e588dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e588dd Color CSS Codes

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

#e588dd Text Font Color

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

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


#e588dd Background Color

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

This div background color is #e588dd


#e588dd Border Color

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

This div border color is #e588dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e588dd


Comments

No comments written yet.

Please login to write comment.