Color Hex Logo

#e99ddc Color Hex

#E99DDC
(233,157,220)
0 Favorites   0 Comments

Color spaces of #e99ddc

RGB 233157220
HSL0.860.630.76
HSV310°33°91°
CMYK 0.000.330.06   0.09
XYZ58.579546.604973.6183
Yxy46.60490.32760.2606
Hunter Lab68.267833.6994-16.1494
CIE-Lab73.936337.8494-20.4757

#e99ddc color RGB value is (233,157,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10011101 11011100
Octal 351 235 334
Decimal 233 157 220
Hex E9 9D DC

RGB Percentages of Color #e99ddc

%38.20
%25.74
%36.07

CMYK Percentages of Color #e99ddc

%0
%33
%6
%9

Triadic Colors of #e99ddc

#e99ddc #dce99d #9ddce9

Analogous Colors of #e99ddc

#e99ddc #e99db6 #d09de9

Monochromatic Colors of #e99ddc

#e99ddc

Complementary Color

#e99ddc #9de9aa

#e99ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e99ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e99ddc Color CSS Codes

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

#e99ddc Text Font Color

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

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


#e99ddc Background Color

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

This div background color is #e99ddc


#e99ddc Border Color

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

This div border color is #e99ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e99ddc


Comments

No comments written yet.

Please login to write comment.