Color Hex Logo

#e99fef Color Hex

#E99FEF
(233,159,239)
0 Favorites   0 Comments

Color spaces of #e99fef

RGB 233159239
HSL0.820.710.78
HSV296°33°94°
CMYK 0.030.330.00   0.06
XYZ61.582448.351987.7485
Yxy48.35190.31150.2446
Hunter Lab69.535536.3969-26.1446
CIE-Lab75.046340.2149-29.1422

#e99fef color RGB value is (233,159,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10011111 11101111
Octal 351 237 357
Decimal 233 159 239
Hex E9 9F EF

RGB Percentages of Color #e99fef

%36.93
%25.20
%37.88

CMYK Percentages of Color #e99fef

%3
%33
%0
%6

Triadic Colors of #e99fef

#e99fef #efe99f #9fefe9

Analogous Colors of #e99fef

#e99fef #ef9fcd #c19fef

Monochromatic Colors of #e99fef

#e99fef

Complementary Color

#e99fef #a5ef9f

#e99fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e99fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e99fef Color CSS Codes

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

#e99fef Text Font Color

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

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


#e99fef Background Color

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

This div background color is #e99fef


#e99fef Border Color

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

This div border color is #e99fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e99fef


Comments

No comments written yet.

Please login to write comment.