Color Hex Logo

#e96aeb Color Hex

#E96AEB
(233,106,235)
0 Favorites   0 Comments

Color spaces of #e96aeb

RGB 233106235
HSL0.830.760.67
HSV299°55°92°
CMYK 0.010.550.00   0.08
XYZ53.753733.629982.2553
Yxy33.62990.31690.1982
Hunter Lab57.991363.9717-43.5035
CIE-Lab64.667765.7795-43.0686

#e96aeb color RGB value is (233,106,235).

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

The process color (four color CMYK) of #e96aeb color hex is 0.01, 0.55, 0.00, 0.08. Web safe color of #e96aeb is #ff66ff. Color #e96aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01101010 11101011
Octal 351 152 353
Decimal 233 106 235
Hex E9 6A EB

RGB Percentages of Color #e96aeb

%40.59
%18.47
%40.94

CMYK Percentages of Color #e96aeb

%1
%55
%0
%8

Triadic Colors of #e96aeb

#e96aeb #ebe96a #6aebe9

Analogous Colors of #e96aeb

#e96aeb #eb6aad #a96aeb

Monochromatic Colors of #e96aeb

#e96aeb

Complementary Color

#e96aeb #6ceb6a

#e96aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e96aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e96aeb Color CSS Codes

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

#e96aeb Text Font Color

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

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


#e96aeb Background Color

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

This div background color is #e96aeb


#e96aeb Border Color

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

This div border color is #e96aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e96aeb


Comments

No comments written yet.

Please login to write comment.