Color Hex Logo

#e49eab Color Hex

#E49EAB
(228,158,171)
0 Favorites   0 Comments

Color spaces of #e49eab

RGB 228158171
HSL0.970.560.76
HSV349°31°89°
CMYK 0.000.310.25   0.11
XYZ51.572543.888044.2811
Yxy43.88800.36910.3141
Hunter Lab66.248023.02406.7434
CIE-Lab72.153627.84283.8112

#e49eab color RGB value is (228,158,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10011110 10101011
Octal 344 236 253
Decimal 228 158 171
Hex E4 9E AB

RGB Percentages of Color #e49eab

%40.93
%28.37
%30.70

CMYK Percentages of Color #e49eab

%0
%31
%25
%11

Triadic Colors of #e49eab

#e49eab #abe49e #9eabe4

Analogous Colors of #e49eab

#e49eab #e4b49e #e49ece

Monochromatic Colors of #e49eab

#e49eab

Complementary Color

#e49eab #9ee4d7

#e49eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e49eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e49eab Color CSS Codes

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

#e49eab Text Font Color

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

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


#e49eab Background Color

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

This div background color is #e49eab


#e49eab Border Color

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

This div border color is #e49eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e49eab


Comments

No comments written yet.

Please login to write comment.