Color Hex Logo

#e189ce Color Hex

#E189CE
(225,137,206)
0 Favorites   0 Comments

Color spaces of #e189ce

RGB 225137206
HSL0.870.590.71
HSV313°39°88°
CMYK 0.000.390.08   0.12
XYZ51.137638.355163.1005
Yxy38.35510.33510.2514
Hunter Lab61.931539.0095-17.0571
CIE-Lab68.281543.3831-21.4326

#e189ce color RGB value is (225,137,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10001001 11001110
Octal 341 211 316
Decimal 225 137 206
Hex E1 89 CE

RGB Percentages of Color #e189ce

%39.61
%24.12
%36.27

CMYK Percentages of Color #e189ce

%0
%39
%8
%12

Triadic Colors of #e189ce

#e189ce #cee189 #89cee1

Analogous Colors of #e189ce

#e189ce #e189a2 #c889e1

Monochromatic Colors of #e189ce

#e189ce

Complementary Color

#e189ce #89e19c

#e189ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e189ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e189ce Color CSS Codes

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

#e189ce Text Font Color

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

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


#e189ce Background Color

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

This div background color is #e189ce


#e189ce Border Color

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

This div border color is #e189ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e189ce


Comments

No comments written yet.

Please login to write comment.