Color Hex Logo

#e589dc Color Hex

#E589DC
(229,137,220)
0 Favorites   0 Comments

Color spaces of #e589dc

RGB 229137220
HSL0.850.640.72
HSV306°40°90°
CMYK 0.000.400.04   0.10
XYZ54.177039.716672.5208
Yxy39.71660.32560.2387
Hunter Lab63.021143.1631-24.1125
CIE-Lab69.267247.0367-27.6492

#e589dc color RGB value is (229,137,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10001001 11011100
Octal 345 211 334
Decimal 229 137 220
Hex E5 89 DC

RGB Percentages of Color #e589dc

%39.08
%23.38
%37.54

CMYK Percentages of Color #e589dc

%0
%40
%4
%10

Triadic Colors of #e589dc

#e589dc #dce589 #89dce5

Analogous Colors of #e589dc

#e589dc #e589ae #c089e5

Monochromatic Colors of #e589dc

#e589dc

Complementary Color

#e589dc #89e592

#e589dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e589dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e589dc Color CSS Codes

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

#e589dc Text Font Color

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

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


#e589dc Background Color

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

This div background color is #e589dc


#e589dc Border Color

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

This div border color is #e589dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e589dc


Comments

No comments written yet.

Please login to write comment.