Color Hex Logo

#e19fac Color Hex

#E19FAC
(225,159,172)
0 Favorites   0 Comments

Color spaces of #e19fac

RGB 225159172
HSL0.970.520.75
HSV348°29°88°
CMYK 0.000.290.24   0.12
XYZ50.895943.782444.7981
Yxy43.78240.36490.3139
Hunter Lab66.168321.50576.1765
CIE-Lab72.082826.35653.1148

#e19fac color RGB value is (225,159,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011111 10101100
Octal 341 237 254
Decimal 225 159 172
Hex E1 9F AC

RGB Percentages of Color #e19fac

%40.47
%28.60
%30.94

CMYK Percentages of Color #e19fac

%0
%29
%24
%12

Triadic Colors of #e19fac

#e19fac #ace19f #9face1

Analogous Colors of #e19fac

#e19fac #e1b39f #e19fcd

Monochromatic Colors of #e19fac

#e19fac

Complementary Color

#e19fac #9fe1d4

#e19fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e19fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e19fac Color CSS Codes

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

#e19fac Text Font Color

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

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


#e19fac Background Color

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

This div background color is #e19fac


#e19fac Border Color

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

This div border color is #e19fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e19fac


Comments

No comments written yet.

Please login to write comment.