Color Hex Logo

#e99fde Color Hex

#E99FDE
(233,159,222)
0 Favorites   0 Comments

Color spaces of #e99fde

RGB 233159222
HSL0.860.630.77
HSV309°32°91°
CMYK 0.000.320.05   0.09
XYZ59.187247.393875.1357
Yxy47.39380.32570.2608
Hunter Lab68.843232.9880-16.5191
CIE-Lab74.441037.1407-20.8035

#e99fde color RGB value is (233,159,222).

#e99fde hex color red value is 233, green value is 159 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e99fde hue: 0.86 , saturation: 0.63 and the lightness value of e99fde is 0.77.

The process color (four color CMYK) of #e99fde color hex is 0.00, 0.32, 0.05, 0.09. Web safe color of #e99fde is #ff99cc. Color #e99fde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10011111 11011110
Octal 351 237 336
Decimal 233 159 222
Hex E9 9F DE

RGB Percentages of Color #e99fde

%37.95
%25.90
%36.16

CMYK Percentages of Color #e99fde

%0
%32
%5
%9

Triadic Colors of #e99fde

#e99fde #dee99f #9fdee9

Analogous Colors of #e99fde

#e99fde #e99fb9 #cf9fe9

Monochromatic Colors of #e99fde

#e99fde

Complementary Color

#e99fde #9fe9aa

#e99fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e99fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e99fde Color CSS Codes

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

#e99fde Text Font Color

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

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


#e99fde Background Color

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

This div background color is #e99fde


#e99fde Border Color

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

This div border color is #e99fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e99fde


Comments

No comments written yet.

Please login to write comment.