Color Hex Logo

#e96baa Color Hex

#E96BAA
(233,107,170)
0 Favorites   0 Comments

Color spaces of #e96baa

RGB 233107170
HSL0.920.740.67
HSV330°54°91°
CMYK 0.000.540.27   0.09
XYZ46.117730.741341.5332
Yxy30.74130.38950.2597
Hunter Lab55.444851.4436-5.6022
CIE-Lab62.288655.4469-10.0665

#e96baa color RGB value is (233,107,170).

#e96baa hex color red value is 233, green value is 107 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e96baa hue: 0.92 , saturation: 0.74 and the lightness value of e96baa is 0.67.

The process color (four color CMYK) of #e96baa color hex is 0.00, 0.54, 0.27, 0.09. Web safe color of #e96baa is #ff6699. Color #e96baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01101011 10101010
Octal 351 153 252
Decimal 233 107 170
Hex E9 6B AA

RGB Percentages of Color #e96baa

%45.69
%20.98
%33.33

CMYK Percentages of Color #e96baa

%0
%54
%27
%9

Triadic Colors of #e96baa

#e96baa #aae96b #6baae9

Analogous Colors of #e96baa

#e96baa #e96b6b #e96be9

Monochromatic Colors of #e96baa

#e96baa

Complementary Color

#e96baa #6be9aa

#e96baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e96baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e96baa Color CSS Codes

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

#e96baa Text Font Color

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

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


#e96baa Background Color

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

This div background color is #e96baa


#e96baa Border Color

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

This div border color is #e96baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e96baa


Comments

No comments written yet.

Please login to write comment.