Color Hex Logo

#e19bdd Color Hex

#E19BDD
(225,155,221)
0 Favorites   0 Comments

Color spaces of #e19bdd

RGB 225155221
HSL0.840.540.75
HSV303°31°88°
CMYK 0.000.310.02   0.12
XYZ55.823844.670774.0867
Yxy44.67070.31980.2559
Hunter Lab66.836132.1260-18.9366
CIE-Lab72.674536.5086-23.0227

#e19bdd color RGB value is (225,155,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011011 11011101
Octal 341 233 335
Decimal 225 155 221
Hex E1 9B DD

RGB Percentages of Color #e19bdd

%37.44
%25.79
%36.77

CMYK Percentages of Color #e19bdd

%0
%31
%2
%12

Triadic Colors of #e19bdd

#e19bdd #dde19b #9bdde1

Analogous Colors of #e19bdd

#e19bdd #e19bba #c29be1

Monochromatic Colors of #e19bdd

#e19bdd

Complementary Color

#e19bdd #9be19f

#e19bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e19bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e19bdd Color CSS Codes

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

#e19bdd Text Font Color

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

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


#e19bdd Background Color

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

This div background color is #e19bdd


#e19bdd Border Color

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

This div border color is #e19bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e19bdd


Comments

No comments written yet.

Please login to write comment.