Color Hex Logo

#e99fee Color Hex

#E99FEE
(233,159,238)
0 Favorites   0 Comments

Color spaces of #e99fee

RGB 233159238
HSL0.820.700.78
HSV296°33°93°
CMYK 0.020.330.00   0.07
XYZ61.435048.293086.9724
Yxy48.29300.31230.2455
Hunter Lab69.493236.1888-25.5577
CIE-Lab75.009440.0288-28.6556

#e99fee color RGB value is (233,159,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10011111 11101110
Octal 351 237 356
Decimal 233 159 238
Hex E9 9F EE

RGB Percentages of Color #e99fee

%36.98
%25.24
%37.78

CMYK Percentages of Color #e99fee

%2
%33
%0
%7

Triadic Colors of #e99fee

#e99fee #eee99f #9feee9

Analogous Colors of #e99fee

#e99fee #ee9fcc #c29fee

Monochromatic Colors of #e99fee

#e99fee

Complementary Color

#e99fee #a4ee9f

#e99fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e99fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e99fee Color CSS Codes

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

#e99fee Text Font Color

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

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


#e99fee Background Color

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

This div background color is #e99fee


#e99fee Border Color

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

This div border color is #e99fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e99fee


Comments

No comments written yet.

Please login to write comment.