Color Hex Logo

#e39aba Color Hex

#E39ABA
(227,154,186)
0 Favorites   0 Comments

Color spaces of #e39aba

RGB 227154186
HSL0.930.570.75
HSV334°32°89°
CMYK 0.000.320.18   0.11
XYZ52.097142.987352.0059
Yxy42.98730.35420.2923
Hunter Lab65.564727.0962-1.1335
CIE-Lab71.546431.8382-5.3947

#e39aba color RGB value is (227,154,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10011010 10111010
Octal 343 232 272
Decimal 227 154 186
Hex E3 9A BA

RGB Percentages of Color #e39aba

%40.04
%27.16
%32.80

CMYK Percentages of Color #e39aba

%0
%32
%18
%11

Triadic Colors of #e39aba

#e39aba #bae39a #9abae3

Analogous Colors of #e39aba

#e39aba #e39f9a #e39adf

Monochromatic Colors of #e39aba

#e39aba

Complementary Color

#e39aba #9ae3c3

#e39aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e39aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e39aba Color CSS Codes

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

#e39aba Text Font Color

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

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


#e39aba Background Color

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

This div background color is #e39aba


#e39aba Border Color

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

This div border color is #e39aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e39aba


Comments

No comments written yet.

Please login to write comment.