Color Hex Logo

#e19dbd Color Hex

#E19DBD
(225,157,189)
0 Favorites   0 Comments

Color spaces of #e19dbd

RGB 225157189
HSL0.920.530.75
HSV332°30°88°
CMYK 0.000.300.16   0.12
XYZ52.293643.795653.8413
Yxy43.79560.34880.2921
Hunter Lab66.178225.2376-1.9124
CIE-Lab72.091730.0015-6.2724

#e19dbd color RGB value is (225,157,189).

#e19dbd hex color red value is 225, green value is 157 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e19dbd hue: 0.92 , saturation: 0.53 and the lightness value of e19dbd is 0.75.

The process color (four color CMYK) of #e19dbd color hex is 0.00, 0.30, 0.16, 0.12. Web safe color of #e19dbd is #cc99cc. Color #e19dbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011101 10111101
Octal 341 235 275
Decimal 225 157 189
Hex E1 9D BD

RGB Percentages of Color #e19dbd

%39.40
%27.50
%33.10

CMYK Percentages of Color #e19dbd

%0
%30
%16
%12

Triadic Colors of #e19dbd

#e19dbd #bde19d #9dbde1

Analogous Colors of #e19dbd

#e19dbd #e19f9d #e19ddf

Monochromatic Colors of #e19dbd

#e19dbd

Complementary Color

#e19dbd #9de1c1

#e19dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e19dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e19dbd Color CSS Codes

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

#e19dbd Text Font Color

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

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


#e19dbd Background Color

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

This div background color is #e19dbd


#e19dbd Border Color

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

This div border color is #e19dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e19dbd


Comments

No comments written yet.

Please login to write comment.