Color Hex Logo

#e189de Color Hex

#E189DE
(225,137,222)
0 Favorites   0 Comments

Color spaces of #e189de

RGB 225137222
HSL0.840.590.71
HSV302°39°88°
CMYK 0.000.390.01   0.12
XYZ53.181839.172873.8654
Yxy39.17280.31990.2357
Hunter Lab62.588242.1439-26.1612
CIE-Lab68.876346.1677-29.3961

#e189de color RGB value is (225,137,222).

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

The process color (four color CMYK) of #e189de color hex is 0.00, 0.39, 0.01, 0.12. Web safe color of #e189de is #cc99cc. Color #e189de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10001001 11011110
Octal 341 211 336
Decimal 225 137 222
Hex E1 89 DE

RGB Percentages of Color #e189de

%38.53
%23.46
%38.01

CMYK Percentages of Color #e189de

%0
%39
%1
%12

Triadic Colors of #e189de

#e189de #dee189 #89dee1

Analogous Colors of #e189de

#e189de #e189b2 #b889e1

Monochromatic Colors of #e189de

#e189de

Complementary Color

#e189de #89e18c

#e189de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e189de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e189de Color CSS Codes

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

#e189de Text Font Color

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

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


#e189de Background Color

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

This div background color is #e189de


#e189de Border Color

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

This div border color is #e189de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e189de


Comments

No comments written yet.

Please login to write comment.