Color Hex Logo

#e589dd Color Hex

#E589DD
(229,137,221)
0 Favorites   0 Comments

Color spaces of #e589dd

RGB 229137221
HSL0.850.640.72
HSV305°40°90°
CMYK 0.000.400.03   0.10
XYZ54.309939.769873.2205
Yxy39.76980.32460.2377
Hunter Lab63.063343.3628-24.6951
CIE-Lab69.305347.2114-28.1435

#e589dd color RGB value is (229,137,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10001001 11011101
Octal 345 211 335
Decimal 229 137 221
Hex E5 89 DD

RGB Percentages of Color #e589dd

%39.01
%23.34
%37.65

CMYK Percentages of Color #e589dd

%0
%40
%3
%10

Triadic Colors of #e589dd

#e589dd #dde589 #89dde5

Analogous Colors of #e589dd

#e589dd #e589af #bf89e5

Monochromatic Colors of #e589dd

#e589dd

Complementary Color

#e589dd #89e591

#e589dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e589dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e589dd Color CSS Codes

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

#e589dd Text Font Color

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

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


#e589dd Background Color

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

This div background color is #e589dd


#e589dd Border Color

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

This div border color is #e589dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e589dd


Comments

No comments written yet.

Please login to write comment.