Color Hex Logo

#e489de Color Hex

#E489DE
(228,137,222)
0 Favorites   0 Comments

Color spaces of #e489de

RGB 228137222
HSL0.840.630.72
HSV304°40°89°
CMYK 0.000.400.03   0.11
XYZ54.125439.659273.9095
Yxy39.65920.32280.2365
Hunter Lab62.975643.2076-25.5012
CIE-Lab69.226147.0822-28.8279

#e489de color RGB value is (228,137,222).

#e489de hex color red value is 228, green value is 137 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e489de hue: 0.84 , saturation: 0.63 and the lightness value of e489de is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10001001 11011110
Octal 344 211 336
Decimal 228 137 222
Hex E4 89 DE

RGB Percentages of Color #e489de

%38.84
%23.34
%37.82

CMYK Percentages of Color #e489de

%0
%40
%3
%11

Triadic Colors of #e489de

#e489de #dee489 #89dee4

Analogous Colors of #e489de

#e489de #e489b1 #bd89e4

Monochromatic Colors of #e489de

#e489de

Complementary Color

#e489de #89e48f

#e489de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e489de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e489de Color CSS Codes

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

#e489de Text Font Color

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

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


#e489de Background Color

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

This div background color is #e489de


#e489de Border Color

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

This div border color is #e489de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e489de


Comments

No comments written yet.

Please login to write comment.