Color Hex Logo

#e96eff Color Hex

#E96EFF
(233,110,255)
0 Favorites   0 Comments

Color spaces of #e96eff

RGB 233110255
HSL0.811.000.72
HSV291°57°100°
CMYK 0.090.570.00   0.00
XYZ57.230235.695598.4813
Yxy35.69550.29900.1865
Hunter Lab59.745766.4295-55.9081
CIE-Lab66.286667.5300-51.5435

#e96eff color RGB value is (233,110,255).

#e96eff hex color red value is 233, green value is 110 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e96eff hue: 0.81 , saturation: 1.00 and the lightness value of e96eff is 0.72.

The process color (four color CMYK) of #e96eff color hex is 0.09, 0.57, 0.00, 0.00. Web safe color of #e96eff is #ff66ff. Color #e96eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01101110 11111111
Octal 351 156 377
Decimal 233 110 255
Hex E9 6E FF

RGB Percentages of Color #e96eff

%38.96
%18.39
%42.64

CMYK Percentages of Color #e96eff

%9
%57
%0
%0

Triadic Colors of #e96eff

#e96eff #ffe96e #6effe9

Analogous Colors of #e96eff

#e96eff #ff6ecd #a16eff

Monochromatic Colors of #e96eff

#e96eff

Complementary Color

#e96eff #84ff6e

#e96eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e96eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e96eff Color CSS Codes

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

#e96eff Text Font Color

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

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


#e96eff Background Color

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

This div background color is #e96eff


#e96eff Border Color

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

This div border color is #e96eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e96eff

Related Colors


Comments

No comments written yet.

Please login to write comment.