Color Hex Logo

#e189ea Color Hex

#E189EA
(225,137,234)
0 Favorites   0 Comments

Color spaces of #e189ea

RGB 225137234
HSL0.820.700.73
HSV294°41°92°
CMYK 0.040.410.00   0.08
XYZ54.848339.839482.6409
Yxy39.83940.30930.2247
Hunter Lab63.118544.6546-33.4454
CIE-Lab69.355048.3636-35.2713

#e189ea color RGB value is (225,137,234).

#e189ea hex color red value is 225, green value is 137 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e189ea hue: 0.82 , saturation: 0.70 and the lightness value of e189ea is 0.73.

The process color (four color CMYK) of #e189ea color hex is 0.04, 0.41, 0.00, 0.08. Web safe color of #e189ea is #cc99ff. Color #e189ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10001001 11101010
Octal 341 211 352
Decimal 225 137 234
Hex E1 89 EA

RGB Percentages of Color #e189ea

%37.75
%22.99
%39.26

CMYK Percentages of Color #e189ea

%4
%41
%0
%8

Triadic Colors of #e189ea

#e189ea #eae189 #89eae1

Analogous Colors of #e189ea

#e189ea #ea89c3 #b189ea

Monochromatic Colors of #e189ea

#e189ea

Complementary Color

#e189ea #92ea89

#e189ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e189ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e189ea Color CSS Codes

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

#e189ea Text Font Color

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

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


#e189ea Background Color

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

This div background color is #e189ea


#e189ea Border Color

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

This div border color is #e189ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e189ea


Comments

No comments written yet.

Please login to write comment.