Color Hex Logo

#e99abf Color Hex

#E99ABF
(233,154,191)
0 Favorites   0 Comments

Color spaces of #e99abf

RGB 233154191
HSL0.920.640.76
HSV332°34°91°
CMYK 0.000.340.18   0.09
XYZ54.563844.196454.9452
Yxy44.19640.35500.2875
Hunter Lab66.480430.1633-2.4662
CIE-Lab72.359634.6918-6.8841

#e99abf color RGB value is (233,154,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10011010 10111111
Octal 351 232 277
Decimal 233 154 191
Hex E9 9A BF

RGB Percentages of Color #e99abf

%40.31
%26.64
%33.04

CMYK Percentages of Color #e99abf

%0
%34
%18
%9

Triadic Colors of #e99abf

#e99abf #bfe99a #9abfe9

Analogous Colors of #e99abf

#e99abf #e99d9a #e99ae7

Monochromatic Colors of #e99abf

#e99abf

Complementary Color

#e99abf #9ae9c4

#e99abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e99abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e99abf Color CSS Codes

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

#e99abf Text Font Color

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

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


#e99abf Background Color

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

This div background color is #e99abf


#e99abf Border Color

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

This div border color is #e99abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e99abf


Comments

No comments written yet.

Please login to write comment.