Color Hex Logo

#e189fe Color Hex

#E189FE
(225,137,254)
0 Favorites   0 Comments

Color spaces of #e189fe

RGB 225137254
HSL0.790.980.77
HSV285°46°100°
CMYK 0.110.460.00   0.00
XYZ57.886441.054698.6393
Yxy41.05460.29300.2078
Hunter Lab64.073949.1334-46.4230
CIE-Lab70.214252.2085-44.8752

#e189fe color RGB value is (225,137,254).

#e189fe hex color red value is 225, green value is 137 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e189fe hue: 0.79 , saturation: 0.98 and the lightness value of e189fe is 0.77.

The process color (four color CMYK) of #e189fe color hex is 0.11, 0.46, 0.00, 0.00. Web safe color of #e189fe is #cc99ff. Color #e189fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10001001 11111110
Octal 341 211 376
Decimal 225 137 254
Hex E1 89 FE

RGB Percentages of Color #e189fe

%36.53
%22.24
%41.23

CMYK Percentages of Color #e189fe

%11
%46
%0
%0

Triadic Colors of #e189fe

#e189fe #fee189 #89fee1

Analogous Colors of #e189fe

#e189fe #fe89e1 #a789fe

Monochromatic Colors of #e189fe

#e189fe

Complementary Color

#e189fe #a6fe89

#e189fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e189fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e189fe Color CSS Codes

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

#e189fe Text Font Color

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

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


#e189fe Background Color

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

This div background color is #e189fe


#e189fe Border Color

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

This div border color is #e189fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e189fe


Comments

No comments written yet.

Please login to write comment.