Color Hex Logo

#e89ffa Color Hex

#E89FFA
(232,159,250)
0 Favorites   0 Comments

Color spaces of #e89ffa

RGB 232159250
HSL0.800.900.80
HSV288°36°98°
CMYK 0.070.360.00   0.02
XYZ62.932248.854296.5554
Yxy48.85420.30210.2345
Hunter Lab69.895838.3988-32.9773
CIE-Lab75.360541.9989-34.6297

#e89ffa color RGB value is (232,159,250).

#e89ffa hex color red value is 232, green value is 159 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e89ffa hue: 0.80 , saturation: 0.90 and the lightness value of e89ffa is 0.80.

The process color (four color CMYK) of #e89ffa color hex is 0.07, 0.36, 0.00, 0.02. Web safe color of #e89ffa is #ff99ff. Color #e89ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10011111 11111010
Octal 350 237 372
Decimal 232 159 250
Hex E8 9F FA

RGB Percentages of Color #e89ffa

%36.19
%24.80
%39.00

CMYK Percentages of Color #e89ffa

%7
%36
%0
%2

Triadic Colors of #e89ffa

#e89ffa #fae89f #9ffae8

Analogous Colors of #e89ffa

#e89ffa #fa9fdf #bb9ffa

Monochromatic Colors of #e89ffa

#e89ffa

Complementary Color

#e89ffa #b1fa9f

#e89ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e89ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e89ffa Color CSS Codes

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

#e89ffa Text Font Color

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

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


#e89ffa Background Color

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

This div background color is #e89ffa


#e89ffa Border Color

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

This div border color is #e89ffa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(232,159,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e89ffa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e89ffa;
  -webkit-box-shadow: 1px 1px 3px 2px #e89ffa;
  box-shadow:         1px 1px 3px 2px #e89ffa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,159,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e89ffa

Related Colors


Comments

No comments written yet.

Please login to write comment.