Color Hex Logo

#e96aaf Color Hex

#E96AAF
(233,106,175)
0 Favorites   0 Comments

Color spaces of #e96aaf

RGB 233106175
HSL0.910.740.66
HSV327°55°91°
CMYK 0.000.550.25   0.09
XYZ46.496230.726944.0377
Yxy30.72690.38340.2534
Hunter Lab55.431952.7199-8.3005
CIE-Lab62.276456.5716-12.9463

#e96aaf color RGB value is (233,106,175).

#e96aaf hex color red value is 233, green value is 106 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e96aaf hue: 0.91 , saturation: 0.74 and the lightness value of e96aaf is 0.66.

The process color (four color CMYK) of #e96aaf color hex is 0.00, 0.55, 0.25, 0.09. Web safe color of #e96aaf is #ff6699. Color #e96aaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01101010 10101111
Octal 351 152 257
Decimal 233 106 175
Hex E9 6A AF

RGB Percentages of Color #e96aaf

%45.33
%20.62
%34.05

CMYK Percentages of Color #e96aaf

%0
%55
%25
%9

Triadic Colors of #e96aaf

#e96aaf #afe96a #6aafe9

Analogous Colors of #e96aaf

#e96aaf #e96a70 #e46ae9

Monochromatic Colors of #e96aaf

#e96aaf

Complementary Color

#e96aaf #6ae9a4

#e96aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e96aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e96aaf Color CSS Codes

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

#e96aaf Text Font Color

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

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


#e96aaf Background Color

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

This div background color is #e96aaf


#e96aaf Border Color

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

This div border color is #e96aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e96aaf


Comments

No comments written yet.

Please login to write comment.