Color Hex Logo

#e589ea Color Hex

#E589EA
(229,137,234)
0 Favorites   0 Comments

Color spaces of #e589ea

RGB 229137234
HSL0.820.700.73
HSV297°41°92°
CMYK 0.020.410.00   0.08
XYZ56.110040.489882.6999
Yxy40.48980.31290.2258
Hunter Lab63.631646.0450-32.5152
CIE-Lab69.817049.5400-34.5182

#e589ea color RGB value is (229,137,234).

#e589ea hex color red value is 229, green value is 137 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e589ea hue: 0.82 , saturation: 0.70 and the lightness value of e589ea is 0.73.

The process color (four color CMYK) of #e589ea color hex is 0.02, 0.41, 0.00, 0.08. Web safe color of #e589ea is #cc99ff. Color #e589ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10001001 11101010
Octal 345 211 352
Decimal 229 137 234
Hex E5 89 EA

RGB Percentages of Color #e589ea

%38.17
%22.83
%39.00

CMYK Percentages of Color #e589ea

%2
%41
%0
%8

Triadic Colors of #e589ea

#e589ea #eae589 #89eae5

Analogous Colors of #e589ea

#e589ea #ea89bf #b589ea

Monochromatic Colors of #e589ea

#e589ea

Complementary Color

#e589ea #8eea89

#e589ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e589ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e589ea Color CSS Codes

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

#e589ea Text Font Color

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

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


#e589ea Background Color

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

This div background color is #e589ea


#e589ea Border Color

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

This div border color is #e589ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e589ea


Comments

No comments written yet.

Please login to write comment.