Color Hex Logo

#e199dd Color Hex

#E199DD
(225,153,221)
0 Favorites   0 Comments

Color spaces of #e199dd

RGB 225153221
HSL0.840.550.74
HSV303°32°88°
CMYK 0.000.320.02   0.12
XYZ55.493744.010573.9766
Yxy44.01050.31990.2537
Hunter Lab66.340433.2194-19.6764
CIE-Lab72.235537.5739-23.6924

#e199dd color RGB value is (225,153,221).

#e199dd hex color red value is 225, green value is 153 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e199dd hue: 0.84 , saturation: 0.55 and the lightness value of e199dd is 0.74.

The process color (four color CMYK) of #e199dd color hex is 0.00, 0.32, 0.02, 0.12. Web safe color of #e199dd is #cc99cc. Color #e199dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011001 11011101
Octal 341 231 335
Decimal 225 153 221
Hex E1 99 DD

RGB Percentages of Color #e199dd

%37.56
%25.54
%36.89

CMYK Percentages of Color #e199dd

%0
%32
%2
%12

Triadic Colors of #e199dd

#e199dd #dde199 #99dde1

Analogous Colors of #e199dd

#e199dd #e199b9 #c199e1

Monochromatic Colors of #e199dd

#e199dd

Complementary Color

#e199dd #99e19d

#e199dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e199dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e199dd Color CSS Codes

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

#e199dd Text Font Color

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

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


#e199dd Background Color

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

This div background color is #e199dd


#e199dd Border Color

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

This div border color is #e199dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,153,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e199dd


Comments

No comments written yet.

Please login to write comment.