Color Hex Logo

#e189cf Color Hex

#E189CF
(225,137,207)
0 Favorites   0 Comments

Color spaces of #e189cf

RGB 225137207
HSL0.870.590.71
HSV312°39°88°
CMYK 0.000.390.08   0.12
XYZ51.259538.403963.7425
Yxy38.40390.33410.2503
Hunter Lab61.970939.1981-17.6054
CIE-Lab68.317243.5519-21.9346

#e189cf color RGB value is (225,137,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10001001 11001111
Octal 341 211 317
Decimal 225 137 207
Hex E1 89 CF

RGB Percentages of Color #e189cf

%39.54
%24.08
%36.38

CMYK Percentages of Color #e189cf

%0
%39
%8
%12

Triadic Colors of #e189cf

#e189cf #cfe189 #89cfe1

Analogous Colors of #e189cf

#e189cf #e189a3 #c789e1

Monochromatic Colors of #e189cf

#e189cf

Complementary Color

#e189cf #89e19b

#e189cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e189cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e189cf Color CSS Codes

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

#e189cf Text Font Color

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

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


#e189cf Background Color

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

This div background color is #e189cf


#e189cf Border Color

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

This div border color is #e189cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e189cf


Comments

No comments written yet.

Please login to write comment.