Color Hex Logo

#e96aef Color Hex

#E96AEF
(233,106,239)
0 Favorites   0 Comments

Color spaces of #e96aef

RGB 233106239
HSL0.830.810.68
HSV297°56°94°
CMYK 0.030.560.00   0.06
XYZ54.338333.863785.3338
Yxy33.86370.31310.1951
Hunter Lab58.192564.8406-46.2084
CIE-Lab64.854266.4691-44.9916

#e96aef color RGB value is (233,106,239).

#e96aef hex color red value is 233, green value is 106 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e96aef hue: 0.83 , saturation: 0.81 and the lightness value of e96aef is 0.68.

The process color (four color CMYK) of #e96aef color hex is 0.03, 0.56, 0.00, 0.06. Web safe color of #e96aef is #ff66ff. Color #e96aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01101010 11101111
Octal 351 152 357
Decimal 233 106 239
Hex E9 6A EF

RGB Percentages of Color #e96aef

%40.31
%18.34
%41.35

CMYK Percentages of Color #e96aef

%3
%56
%0
%6

Triadic Colors of #e96aef

#e96aef #efe96a #6aefe9

Analogous Colors of #e96aef

#e96aef #ef6ab3 #a76aef

Monochromatic Colors of #e96aef

#e96aef

Complementary Color

#e96aef #70ef6a

#e96aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e96aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e96aef Color CSS Codes

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

#e96aef Text Font Color

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

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


#e96aef Background Color

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

This div background color is #e96aef


#e96aef Border Color

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

This div border color is #e96aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e96aef


Comments

No comments written yet.

Please login to write comment.