Color Hex Logo

#e99eef Color Hex

#E99EEF
(233,158,239)
0 Favorites   0 Comments

Color spaces of #e99eef

RGB 233158239
HSL0.820.720.78
HSV296°34°94°
CMYK 0.030.340.00   0.06
XYZ61.411148.009487.6914
Yxy48.00940.31160.2436
Hunter Lab69.288836.9502-26.5348
CIE-Lab74.830940.7422-29.4733

#e99eef color RGB value is (233,158,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10011110 11101111
Octal 351 236 357
Decimal 233 158 239
Hex E9 9E EF

RGB Percentages of Color #e99eef

%36.98
%25.08
%37.94

CMYK Percentages of Color #e99eef

%3
%34
%0
%6

Triadic Colors of #e99eef

#e99eef #efe99e #9eefe9

Analogous Colors of #e99eef

#e99eef #ef9ecd #c19eef

Monochromatic Colors of #e99eef

#e99eef

Complementary Color

#e99eef #a4ef9e

#e99eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e99eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e99eef Color CSS Codes

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

#e99eef Text Font Color

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

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


#e99eef Background Color

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

This div background color is #e99eef


#e99eef Border Color

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

This div border color is #e99eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e99eef


Comments

No comments written yet.

Please login to write comment.