Color Hex Logo

#e19eab Color Hex

#E19EAB
(225,158,171)
0 Favorites   0 Comments

Color spaces of #e19eab

RGB 225158171
HSL0.970.530.75
HSV348°30°88°
CMYK 0.000.300.24   0.12
XYZ50.628943.401544.2370
Yxy43.40150.36620.3139
Hunter Lab65.879821.88836.3038
CIE-Lab71.826626.74953.2968

#e19eab color RGB value is (225,158,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011110 10101011
Octal 341 236 253
Decimal 225 158 171
Hex E1 9E AB

RGB Percentages of Color #e19eab

%40.61
%28.52
%30.87

CMYK Percentages of Color #e19eab

%0
%30
%24
%12

Triadic Colors of #e19eab

#e19eab #abe19e #9eabe1

Analogous Colors of #e19eab

#e19eab #e1b39e #e19ecd

Monochromatic Colors of #e19eab

#e19eab

Complementary Color

#e19eab #9ee1d4

#e19eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e19eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e19eab Color CSS Codes

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

#e19eab Text Font Color

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

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


#e19eab Background Color

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

This div background color is #e19eab


#e19eab Border Color

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

This div border color is #e19eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e19eab


Comments

No comments written yet.

Please login to write comment.