Color Hex Logo

#e99ddf Color Hex

#E99DDF
(233,157,223)
0 Favorites   0 Comments

Color spaces of #e99ddf

RGB 233157223
HSL0.860.630.76
HSV308°33°91°
CMYK 0.000.330.04   0.09
XYZ58.980546.765375.7300
Yxy46.76530.32500.2577
Hunter Lab68.385234.2778-17.7884
CIE-Lab74.039438.3739-21.9606

#e99ddf color RGB value is (233,157,223).

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

The process color (four color CMYK) of #e99ddf color hex is 0.00, 0.33, 0.04, 0.09. Web safe color of #e99ddf is #ff99cc. Color #e99ddf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10011101 11011111
Octal 351 235 337
Decimal 233 157 223
Hex E9 9D DF

RGB Percentages of Color #e99ddf

%38.01
%25.61
%36.38

CMYK Percentages of Color #e99ddf

%0
%33
%4
%9

Triadic Colors of #e99ddf

#e99ddf #dfe99d #9ddfe9

Analogous Colors of #e99ddf

#e99ddf #e99db9 #cd9de9

Monochromatic Colors of #e99ddf

#e99ddf

Complementary Color

#e99ddf #9de9a7

#e99ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e99ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e99ddf Color CSS Codes

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

#e99ddf Text Font Color

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

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


#e99ddf Background Color

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

This div background color is #e99ddf


#e99ddf Border Color

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

This div border color is #e99ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e99ddf


Comments

No comments written yet.

Please login to write comment.