Color Hex Logo

#e89abf Color Hex

#E89ABF
(232,154,191)
0 Favorites   0 Comments

Color spaces of #e89abf

RGB 232154191
HSL0.920.630.76
HSV332°34°91°
CMYK 0.000.340.18   0.09
XYZ54.238344.028654.9299
Yxy44.02860.35400.2874
Hunter Lab66.354129.7877-2.6342
CIE-Lab72.247634.3464-7.0623

#e89abf color RGB value is (232,154,191).

#e89abf hex color red value is 232, green value is 154 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e89abf hue: 0.92 , saturation: 0.63 and the lightness value of e89abf is 0.76.

The process color (four color CMYK) of #e89abf color hex is 0.00, 0.34, 0.18, 0.09. Web safe color of #e89abf is #ff99cc. Color #e89abf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10011010 10111111
Octal 350 232 277
Decimal 232 154 191
Hex E8 9A BF

RGB Percentages of Color #e89abf

%40.21
%26.69
%33.10

CMYK Percentages of Color #e89abf

%0
%34
%18
%9

Triadic Colors of #e89abf

#e89abf #bfe89a #9abfe8

Analogous Colors of #e89abf

#e89abf #e89c9a #e89ae6

Monochromatic Colors of #e89abf

#e89abf

Complementary Color

#e89abf #9ae8c3

#e89abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e89abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e89abf Color CSS Codes

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

#e89abf Text Font Color

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

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


#e89abf Background Color

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

This div background color is #e89abf


#e89abf Border Color

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

This div border color is #e89abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e89abf


Comments

No comments written yet.

Please login to write comment.