Color Hex Logo

#e49cab Color Hex

#E49CAB
(228,156,171)
0 Favorites   0 Comments

Color spaces of #e49cab

RGB 228156171
HSL0.970.570.75
HSV348°32°89°
CMYK 0.000.320.25   0.11
XYZ51.234143.211244.1683
Yxy43.21120.36960.3117
Hunter Lab65.735224.08646.1770
CIE-Lab71.698128.91213.1518

#e49cab color RGB value is (228,156,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10011100 10101011
Octal 344 234 253
Decimal 228 156 171
Hex E4 9C AB

RGB Percentages of Color #e49cab

%41.08
%28.11
%30.81

CMYK Percentages of Color #e49cab

%0
%32
%25
%11

Triadic Colors of #e49cab

#e49cab #abe49c #9cabe4

Analogous Colors of #e49cab

#e49cab #e4b19c #e49ccf

Monochromatic Colors of #e49cab

#e49cab

Complementary Color

#e49cab #9ce4d5

#e49cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e49cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e49cab Color CSS Codes

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

#e49cab Text Font Color

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

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


#e49cab Background Color

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

This div background color is #e49cab


#e49cab Border Color

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

This div border color is #e49cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e49cab


Comments

No comments written yet.

Please login to write comment.