Color Hex Logo

#e96fff Color Hex

#E96FFF
(233,111,255)
0 Favorites   0 Comments

Color spaces of #e96fff

RGB 233111255
HSL0.811.000.72
HSV291°56°100°
CMYK 0.090.560.00   0.00
XYZ57.338735.912598.5175
Yxy35.91250.29900.1873
Hunter Lab59.927065.9180-55.5213
CIE-Lab66.453067.0794-51.2803

#e96fff color RGB value is (233,111,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01101111 11111111
Octal 351 157 377
Decimal 233 111 255
Hex E9 6F FF

RGB Percentages of Color #e96fff

%38.90
%18.53
%42.57

CMYK Percentages of Color #e96fff

%9
%56
%0
%0

Triadic Colors of #e96fff

#e96fff #ffe96f #6fffe9

Analogous Colors of #e96fff

#e96fff #ff6fcd #a16fff

Monochromatic Colors of #e96fff

#e96fff

Complementary Color

#e96fff #85ff6f

#e96fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e96fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e96fff Color CSS Codes

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

#e96fff Text Font Color

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

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


#e96fff Background Color

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

This div background color is #e96fff


#e96fff Border Color

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

This div border color is #e96fff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,111,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 #e96fff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e96fff


Comments

No comments written yet.

Please login to write comment.