Color Hex Logo

#e49aba Color Hex

#E49ABA
(228,154,186)
0 Favorites   0 Comments

Color spaces of #e49aba

RGB 228154186
HSL0.930.580.75
HSV334°32°89°
CMYK 0.000.320.18   0.11
XYZ52.413443.150452.0207
Yxy43.15040.35510.2924
Hunter Lab65.689027.4699-0.9709
CIE-Lab71.656932.1880-5.2189

#e49aba color RGB value is (228,154,186).

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

The process color (four color CMYK) of #e49aba color hex is 0.00, 0.32, 0.18, 0.11. Web safe color of #e49aba is #cc99cc. Color #e49aba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10011010 10111010
Octal 344 232 272
Decimal 228 154 186
Hex E4 9A BA

RGB Percentages of Color #e49aba

%40.14
%27.11
%32.75

CMYK Percentages of Color #e49aba

%0
%32
%18
%11

Triadic Colors of #e49aba

#e49aba #bae49a #9abae4

Analogous Colors of #e49aba

#e49aba #e49f9a #e49adf

Monochromatic Colors of #e49aba

#e49aba

Complementary Color

#e49aba #9ae4c4

#e49aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e49aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e49aba Color CSS Codes

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

#e49aba Text Font Color

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

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


#e49aba Background Color

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

This div background color is #e49aba


#e49aba Border Color

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

This div border color is #e49aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e49aba


Comments

No comments written yet.

Please login to write comment.