Color Hex Logo

#e99dfe Color Hex

#E99DFE
(233,157,254)
0 Favorites   0 Comments

Color spaces of #e99dfe

RGB 233157254
HSL0.800.980.81
HSV287°38°100°
CMYK 0.080.380.00   0.00
XYZ63.550648.593399.7959
Yxy48.59330.29990.2293
Hunter Lab69.708940.7402-36.0839
CIE-Lab75.197644.1239-37.0365

#e99dfe color RGB value is (233,157,254).

#e99dfe hex color red value is 233, green value is 157 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e99dfe hue: 0.80 , saturation: 0.98 and the lightness value of e99dfe is 0.81.

The process color (four color CMYK) of #e99dfe color hex is 0.08, 0.38, 0.00, 0.00. Web safe color of #e99dfe is #ff99ff. Color #e99dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10011101 11111110
Octal 351 235 376
Decimal 233 157 254
Hex E9 9D FE

RGB Percentages of Color #e99dfe

%36.18
%24.38
%39.44

CMYK Percentages of Color #e99dfe

%8
%38
%0
%0

Triadic Colors of #e99dfe

#e99dfe #fee99d #9dfee9

Analogous Colors of #e99dfe

#e99dfe #fe9de3 #b99dfe

Monochromatic Colors of #e99dfe

#e99dfe

Complementary Color

#e99dfe #b2fe9d

#e99dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e99dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e99dfe Color CSS Codes

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

#e99dfe Text Font Color

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

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


#e99dfe Background Color

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

This div background color is #e99dfe


#e99dfe Border Color

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

This div border color is #e99dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e99dfe


Comments

No comments written yet.

Please login to write comment.