Color Hex Logo

#e999ba Color Hex

#E999BA
(233,153,186)
0 Favorites   0 Comments

Color spaces of #e999ba

RGB 233153186
HSL0.930.650.76
HSV335°34°91°
CMYK 0.000.340.20   0.09
XYZ53.858443.651352.0413
Yxy43.65130.36010.2919
Hunter Lab66.069129.8891-0.4531
CIE-Lab71.994834.4655-4.6569

#e999ba color RGB value is (233,153,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10011001 10111010
Octal 351 231 272
Decimal 233 153 186
Hex E9 99 BA

RGB Percentages of Color #e999ba

%40.73
%26.75
%32.52

CMYK Percentages of Color #e999ba

%0
%34
%20
%9

Triadic Colors of #e999ba

#e999ba #bae999 #99bae9

Analogous Colors of #e999ba

#e999ba #e9a099 #e999e2

Monochromatic Colors of #e999ba

#e999ba

Complementary Color

#e999ba #99e9c8

#e999ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e999ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e999ba Color CSS Codes

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

#e999ba Text Font Color

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

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


#e999ba Background Color

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

This div background color is #e999ba


#e999ba Border Color

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

This div border color is #e999ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e999ba


Comments

No comments written yet.

Please login to write comment.