Color Hex Logo

#e999bb Color Hex

#E999BB
(233,153,187)
0 Favorites   0 Comments

Color spaces of #e999bb

RGB 233153187
HSL0.930.650.76
HSV335°34°91°
CMYK 0.000.340.20   0.09
XYZ53.965143.694052.6032
Yxy43.69400.35910.2908
Hunter Lab66.101430.0496-0.9117
CIE-Lab72.023534.6150-5.1683

#e999bb color RGB value is (233,153,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10011001 10111011
Octal 351 231 273
Decimal 233 153 187
Hex E9 99 BB

RGB Percentages of Color #e999bb

%40.66
%26.70
%32.64

CMYK Percentages of Color #e999bb

%0
%34
%20
%9

Triadic Colors of #e999bb

#e999bb #bbe999 #99bbe9

Analogous Colors of #e999bb

#e999bb #e99f99 #e999e3

Monochromatic Colors of #e999bb

#e999bb

Complementary Color

#e999bb #99e9c7

#e999bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e999bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e999bb Color CSS Codes

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

#e999bb Text Font Color

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

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


#e999bb Background Color

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

This div background color is #e999bb


#e999bb Border Color

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

This div border color is #e999bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e999bb


Comments

No comments written yet.

Please login to write comment.