Color Hex Logo

#e996ba Color Hex

#E996BA
(233,150,186)
0 Favorites   0 Comments

Color spaces of #e996ba

RGB 233150186
HSL0.930.650.75
HSV334°36°91°
CMYK 0.000.360.20   0.09
XYZ53.373542.681551.8796
Yxy42.68150.36080.2885
Hunter Lab65.331131.4997-1.3506
CIE-Lab71.338336.0500-5.6268

#e996ba color RGB value is (233,150,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10010110 10111010
Octal 351 226 272
Decimal 233 150 186
Hex E9 96 BA

RGB Percentages of Color #e996ba

%40.95
%26.36
%32.69

CMYK Percentages of Color #e996ba

%0
%36
%20
%9

Triadic Colors of #e996ba

#e996ba #bae996 #96bae9

Analogous Colors of #e996ba

#e996ba #e99c96 #e996e4

Monochromatic Colors of #e996ba

#e996ba

Complementary Color

#e996ba #96e9c5

#e996ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e996ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e996ba Color CSS Codes

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

#e996ba Text Font Color

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

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


#e996ba Background Color

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

This div background color is #e996ba


#e996ba Border Color

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

This div border color is #e996ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e996ba


Comments

No comments written yet.

Please login to write comment.