Color Hex Logo

#e89efa Color Hex

#E89EFA
(232,158,250)
0 Favorites   0 Comments

Color spaces of #e89efa

RGB 232158250
HSL0.800.900.80
HSV288°37°98°
CMYK 0.070.370.00   0.02
XYZ62.760948.511796.4983
Yxy48.51170.30210.2335
Hunter Lab69.650338.9556-33.3891
CIE-Lab75.146542.5255-34.9608

#e89efa color RGB value is (232,158,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10011110 11111010
Octal 350 236 372
Decimal 232 158 250
Hex E8 9E FA

RGB Percentages of Color #e89efa

%36.25
%24.69
%39.06

CMYK Percentages of Color #e89efa

%7
%37
%0
%2

Triadic Colors of #e89efa

#e89efa #fae89e #9efae8

Analogous Colors of #e89efa

#e89efa #fa9ede #ba9efa

Monochromatic Colors of #e89efa

#e89efa

Complementary Color

#e89efa #b0fa9e

#e89efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e89efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e89efa Color CSS Codes

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

#e89efa Text Font Color

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

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


#e89efa Background Color

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

This div background color is #e89efa


#e89efa Border Color

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

This div border color is #e89efa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,158,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 #e89efa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e89efa


Comments

No comments written yet.

Please login to write comment.