Color Hex Logo

#e49aac Color Hex

#E49AAC
(228,154,172)
0 Favorites   0 Comments

Color spaces of #e49aac

RGB 228154172
HSL0.960.580.75
HSV345°32°89°
CMYK 0.000.320.25   0.11
XYZ50.996942.583744.5614
Yxy42.58370.36920.3083
Hunter Lab65.256225.29725.1921
CIE-Lab71.271530.12191.9784

#e49aac color RGB value is (228,154,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10011010 10101100
Octal 344 232 254
Decimal 228 154 172
Hex E4 9A AC

RGB Percentages of Color #e49aac

%41.16
%27.80
%31.05

CMYK Percentages of Color #e49aac

%0
%32
%25
%11

Triadic Colors of #e49aac

#e49aac #ace49a #9aace4

Analogous Colors of #e49aac

#e49aac #e4ad9a #e49ad1

Monochromatic Colors of #e49aac

#e49aac

Complementary Color

#e49aac #9ae4d2

#e49aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e49aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e49aac Color CSS Codes

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

#e49aac Text Font Color

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

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


#e49aac Background Color

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

This div background color is #e49aac


#e49aac Border Color

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

This div border color is #e49aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e49aac


Comments

No comments written yet.

Please login to write comment.