Color Hex Logo

#e49caa Color Hex

#E49CAA
(228,156,170)
0 Favorites   0 Comments

Color spaces of #e49caa

RGB 228156170
HSL0.970.570.75
HSV348°32°89°
CMYK 0.000.320.25   0.11
XYZ51.139143.173243.6681
Yxy43.17320.37060.3129
Hunter Lab65.706323.94026.5906
CIE-Lab71.672428.77133.6685

#e49caa color RGB value is (228,156,170).

#e49caa hex color red value is 228, green value is 156 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e49caa hue: 0.97 , saturation: 0.57 and the lightness value of e49caa is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10011100 10101010
Octal 344 234 252
Decimal 228 156 170
Hex E4 9C AA

RGB Percentages of Color #e49caa

%41.16
%28.16
%30.69

CMYK Percentages of Color #e49caa

%0
%32
%25
%11

Triadic Colors of #e49caa

#e49caa #aae49c #9caae4

Analogous Colors of #e49caa

#e49caa #e4b29c #e49cce

Monochromatic Colors of #e49caa

#e49caa

Complementary Color

#e49caa #9ce4d6

#e49caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e49caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e49caa Color CSS Codes

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

#e49caa Text Font Color

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

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


#e49caa Background Color

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

This div background color is #e49caa


#e49caa Border Color

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

This div border color is #e49caa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,156,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e49caa


Comments

No comments written yet.

Please login to write comment.