Color Hex Logo

#e89fef Color Hex

#E89FEF
(232,159,239)
0 Favorites   0 Comments

Color spaces of #e89fef

RGB 232159239
HSL0.820.710.78
HSV295°33°94°
CMYK 0.030.330.00   0.06
XYZ61.256848.184187.7332
Yxy48.18410.31070.2444
Hunter Lab69.414836.0460-26.3462
CIE-Lab74.940939.9055-29.3132

#e89fef color RGB value is (232,159,239).

#e89fef hex color red value is 232, green value is 159 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e89fef hue: 0.82 , saturation: 0.71 and the lightness value of e89fef is 0.78.

The process color (four color CMYK) of #e89fef color hex is 0.03, 0.33, 0.00, 0.06. Web safe color of #e89fef is #ff99ff. Color #e89fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10011111 11101111
Octal 350 237 357
Decimal 232 159 239
Hex E8 9F EF

RGB Percentages of Color #e89fef

%36.83
%25.24
%37.94

CMYK Percentages of Color #e89fef

%3
%33
%0
%6

Triadic Colors of #e89fef

#e89fef #efe89f #9fefe8

Analogous Colors of #e89fef

#e89fef #ef9fce #c09fef

Monochromatic Colors of #e89fef

#e89fef

Complementary Color

#e89fef #a6ef9f

#e89fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e89fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e89fef Color CSS Codes

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

#e89fef Text Font Color

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

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


#e89fef Background Color

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

This div background color is #e89fef


#e89fef Border Color

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

This div border color is #e89fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e89fef


Comments

No comments written yet.

Please login to write comment.