Color Hex Logo

#e189ab Color Hex

#E189AB
(225,137,171)
0 Favorites   0 Comments

Color spaces of #e189ab

RGB 225137171
HSL0.940.590.71
HSV337°39°88°
CMYK 0.000.390.24   0.12
XYZ47.347736.839143.1432
Yxy36.83910.37190.2893
Hunter Lab60.695233.02930.3423
CIE-Lab67.156137.9287-3.5247

#e189ab color RGB value is (225,137,171).

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

The process color (four color CMYK) of #e189ab color hex is 0.00, 0.39, 0.24, 0.12. Web safe color of #e189ab is #cc9999. Color #e189ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10001001 10101011
Octal 341 211 253
Decimal 225 137 171
Hex E1 89 AB

RGB Percentages of Color #e189ab

%42.21
%25.70
%32.08

CMYK Percentages of Color #e189ab

%0
%39
%24
%12

Triadic Colors of #e189ab

#e189ab #abe189 #89abe1

Analogous Colors of #e189ab

#e189ab #e19389 #e189d7

Monochromatic Colors of #e189ab

#e189ab

Complementary Color

#e189ab #89e1bf

#e189ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e189ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e189ab Color CSS Codes

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

#e189ab Text Font Color

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

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


#e189ab Background Color

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

This div background color is #e189ab


#e189ab Border Color

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

This div border color is #e189ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e189ab


Comments

No comments written yet.

Please login to write comment.