Color Hex Logo

#960eef Color Hex

#960EEF
(150,14,239)
0 Favorites   0 Comments

Color spaces of #960eef

RGB 15014239
HSL0.770.890.50
HSV276°94°94°
CMYK 0.370.940.00   0.06
XYZ28.314713.030182.6841
Yxy13.03010.22830.1051
Hunter Lab36.097276.8454-110.5413
CIE-Lab42.808680.4492-81.0728

#960eef color RGB value is (150,14,239).

#960eef hex color red value is 150, green value is 14 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #960eef hue: 0.77 , saturation: 0.89 and the lightness value of 960eef is 0.50.

The process color (four color CMYK) of #960eef color hex is 0.37, 0.94, 0.00, 0.06. Web safe color of #960eef is #9900ff. Color #960eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00001110 11101111
Octal 226 16 357
Decimal 150 14 239
Hex 96 E EF

RGB Percentages of Color #960eef

%37.22
%3.47
%59.31

CMYK Percentages of Color #960eef

%37
%94
%0
%6

Triadic Colors of #960eef

#960eef #ef960e #0eef96

Analogous Colors of #960eef

#960eef #ef0ed8 #260eef

Monochromatic Colors of #960eef

#960eef

Complementary Color

#960eef #67ef0e

#960eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#960eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#960eef Color CSS Codes

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

#960eef Text Font Color

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

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


#960eef Background Color

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

This div background color is #960eef


#960eef Border Color

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

This div border color is #960eef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,14,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #960eef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #960eef;
  -webkit-box-shadow: 1px 1px 3px 2px #960eef;
  box-shadow:         1px 1px 3px 2px #960eef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,14,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 #960eef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #960eef


Comments

No comments written yet.

Please login to write comment.