Color Hex Logo

#e19dab Color Hex

#E19DAB
(225,157,171)
0 Favorites   0 Comments

Color spaces of #e19dab

RGB 225157171
HSL0.970.530.75
HSV348°30°88°
CMYK 0.000.300.24   0.12
XYZ50.459043.061844.1804
Yxy43.06180.36640.3127
Hunter Lab65.621522.41826.0174
CIE-Lab71.596927.28582.9639

#e19dab color RGB value is (225,157,171).

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

The process color (four color CMYK) of #e19dab color hex is 0.00, 0.30, 0.24, 0.12. Web safe color of #e19dab is #cc9999. Color #e19dab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011101 10101011
Octal 341 235 253
Decimal 225 157 171
Hex E1 9D AB

RGB Percentages of Color #e19dab

%40.69
%28.39
%30.92

CMYK Percentages of Color #e19dab

%0
%30
%24
%12

Triadic Colors of #e19dab

#e19dab #abe19d #9dabe1

Analogous Colors of #e19dab

#e19dab #e1b19d #e19dcd

Monochromatic Colors of #e19dab

#e19dab

Complementary Color

#e19dab #9de1d3

#e19dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e19dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e19dab Color CSS Codes

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

#e19dab Text Font Color

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

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


#e19dab Background Color

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

This div background color is #e19dab


#e19dab Border Color

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

This div border color is #e19dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e19dab


Comments

No comments written yet.

Please login to write comment.