Color Hex Logo

#e99abb Color Hex

#E99ABB
(233,154,187)
0 Favorites   0 Comments

Color spaces of #e99abb

RGB 233154187
HSL0.930.640.76
HSV335°34°91°
CMYK 0.000.340.20   0.09
XYZ54.129544.022752.6580
Yxy44.02270.35890.2919
Hunter Lab66.349629.5125-0.6105
CIE-Lab72.243734.0859-4.8431

#e99abb color RGB value is (233,154,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10011010 10111011
Octal 351 232 273
Decimal 233 154 187
Hex E9 9A BB

RGB Percentages of Color #e99abb

%40.59
%26.83
%32.58

CMYK Percentages of Color #e99abb

%0
%34
%20
%9

Triadic Colors of #e99abb

#e99abb #bbe99a #9abbe9

Analogous Colors of #e99abb

#e99abb #e9a19a #e99ae3

Monochromatic Colors of #e99abb

#e99abb

Complementary Color

#e99abb #9ae9c8

#e99abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e99abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e99abb Color CSS Codes

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

#e99abb Text Font Color

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

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


#e99abb Background Color

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

This div background color is #e99abb


#e99abb Border Color

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

This div border color is #e99abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e99abb


Comments

No comments written yet.

Please login to write comment.