Color Hex Logo

#e19eac Color Hex

#E19EAC
(225,158,172)
0 Favorites   0 Comments

Color spaces of #e19eac

RGB 225158172
HSL0.970.530.75
HSV347°30°88°
CMYK 0.000.300.24   0.12
XYZ50.724643.439844.7410
Yxy43.43980.36520.3127
Hunter Lab65.908922.03615.8883
CIE-Lab71.852526.89332.7809

#e19eac color RGB value is (225,158,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011110 10101100
Octal 341 236 254
Decimal 225 158 172
Hex E1 9E AC

RGB Percentages of Color #e19eac

%40.54
%28.47
%30.99

CMYK Percentages of Color #e19eac

%0
%30
%24
%12

Triadic Colors of #e19eac

#e19eac #ace19e #9eace1

Analogous Colors of #e19eac

#e19eac #e1b29e #e19ece

Monochromatic Colors of #e19eac

#e19eac

Complementary Color

#e19eac #9ee1d3

#e19eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e19eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e19eac Color CSS Codes

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

#e19eac Text Font Color

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

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


#e19eac Background Color

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

This div background color is #e19eac


#e19eac Border Color

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

This div border color is #e19eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e19eac


Comments

No comments written yet.

Please login to write comment.