Color Hex Logo

#e39aac Color Hex

#E39AAC
(227,154,172)
0 Favorites   0 Comments

Color spaces of #e39aac

RGB 227154172
HSL0.960.570.75
HSV345°32°89°
CMYK 0.000.320.24   0.11
XYZ50.680542.420744.5466
Yxy42.42070.36820.3082
Hunter Lab65.131224.91665.0403
CIE-Lab71.160029.76051.8026

#e39aac color RGB value is (227,154,172).

#e39aac hex color red value is 227, green value is 154 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e39aac hue: 0.96 , saturation: 0.57 and the lightness value of e39aac is 0.75.

The process color (four color CMYK) of #e39aac color hex is 0.00, 0.32, 0.24, 0.11. Web safe color of #e39aac is #cc9999. Color #e39aac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10011010 10101100
Octal 343 232 254
Decimal 227 154 172
Hex E3 9A AC

RGB Percentages of Color #e39aac

%41.05
%27.85
%31.10

CMYK Percentages of Color #e39aac

%0
%32
%24
%11

Triadic Colors of #e39aac

#e39aac #ace39a #9aace3

Analogous Colors of #e39aac

#e39aac #e3ad9a #e39ad1

Monochromatic Colors of #e39aac

#e39aac

Complementary Color

#e39aac #9ae3d1

#e39aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e39aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e39aac Color CSS Codes

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

#e39aac Text Font Color

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

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


#e39aac Background Color

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

This div background color is #e39aac


#e39aac Border Color

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

This div border color is #e39aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e39aac


Comments

No comments written yet.

Please login to write comment.