Color Hex Logo

#e59abe Color Hex

#E59ABE
(229,154,190)
0 Favorites   0 Comments

Color spaces of #e59abe

RGB 229154190
HSL0.920.590.75
HSV331°33°90°
CMYK 0.000.330.17   0.10
XYZ53.163043.486954.3070
Yxy43.48690.35220.2881
Hunter Lab65.944628.4995-2.6656
CIE-Lab71.884233.1538-7.0848

#e59abe color RGB value is (229,154,190).

#e59abe hex color red value is 229, green value is 154 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e59abe hue: 0.92 , saturation: 0.59 and the lightness value of e59abe is 0.75.

The process color (four color CMYK) of #e59abe color hex is 0.00, 0.33, 0.17, 0.10. Web safe color of #e59abe is #cc99cc. Color #e59abe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10011010 10111110
Octal 345 232 276
Decimal 229 154 190
Hex E5 9A BE

RGB Percentages of Color #e59abe

%39.97
%26.88
%33.16

CMYK Percentages of Color #e59abe

%0
%33
%17
%10

Triadic Colors of #e59abe

#e59abe #bee59a #9abee5

Analogous Colors of #e59abe

#e59abe #e59c9a #e59ae4

Monochromatic Colors of #e59abe

#e59abe

Complementary Color

#e59abe #9ae5c1

#e59abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e59abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e59abe Color CSS Codes

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

#e59abe Text Font Color

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

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


#e59abe Background Color

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

This div background color is #e59abe


#e59abe Border Color

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

This div border color is #e59abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e59abe


Comments

No comments written yet.

Please login to write comment.