Color Hex Logo

#e899dc Color Hex

#E899DC
(232,153,220)
0 Favorites   0 Comments

Color spaces of #e899dc

RGB 232153220
HSL0.860.630.75
HSV309°34°91°
CMYK 0.000.340.05   0.09
XYZ57.588245.105673.3812
Yxy45.10560.32710.2562
Hunter Lab67.160735.5269-17.7690
CIE-Lab72.961439.6380-21.9680

#e899dc color RGB value is (232,153,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10011001 11011100
Octal 350 231 334
Decimal 232 153 220
Hex E8 99 DC

RGB Percentages of Color #e899dc

%38.35
%25.29
%36.36

CMYK Percentages of Color #e899dc

%0
%34
%5
%9

Triadic Colors of #e899dc

#e899dc #dce899 #99dce8

Analogous Colors of #e899dc

#e899dc #e899b5 #cd99e8

Monochromatic Colors of #e899dc

#e899dc

Complementary Color

#e899dc #99e8a5

#e899dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e899dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e899dc Color CSS Codes

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

#e899dc Text Font Color

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

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


#e899dc Background Color

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

This div background color is #e899dc


#e899dc Border Color

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

This div border color is #e899dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,153,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 #e899dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e899dc


Comments

No comments written yet.

Please login to write comment.