Color Hex Logo

#e49baa Color Hex

#E49BAA
(228,155,170)
0 Favorites   0 Comments

Color spaces of #e49baa

RGB 228155170
HSL0.970.570.75
HSV348°32°89°
CMYK 0.000.320.25   0.11
XYZ50.972042.838943.6124
Yxy42.83890.37090.3117
Hunter Lab65.451424.47156.3092
CIE-Lab71.445529.30583.3401

#e49baa color RGB value is (228,155,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10011011 10101010
Octal 344 233 252
Decimal 228 155 170
Hex E4 9B AA

RGB Percentages of Color #e49baa

%41.23
%28.03
%30.74

CMYK Percentages of Color #e49baa

%0
%32
%25
%11

Triadic Colors of #e49baa

#e49baa #aae49b #9baae4

Analogous Colors of #e49baa

#e49baa #e4b19b #e49bcf

Monochromatic Colors of #e49baa

#e49baa

Complementary Color

#e49baa #9be4d5

#e49baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e49baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e49baa Color CSS Codes

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

#e49baa Text Font Color

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

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


#e49baa Background Color

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

This div background color is #e49baa


#e49baa Border Color

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

This div border color is #e49baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e49baa


Comments

No comments written yet.

Please login to write comment.