Color Hex Logo

#966eef Color Hex

#966EEF
(150,110,239)
0 Favorites   0 Comments

Color spaces of #966eef

RGB 150110239
HSL0.720.800.68
HSV259°54°94°
CMYK 0.370.540.00   0.06
XYZ33.733623.867984.4904
Yxy23.86790.23740.1680
Hunter Lab48.854837.7561-68.3389
CIE-Lab55.955343.8545-59.7252

#966eef color RGB value is (150,110,239).

#966eef hex color red value is 150, green value is 110 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #966eef hue: 0.72 , saturation: 0.80 and the lightness value of 966eef is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01101110 11101111
Octal 226 156 357
Decimal 150 110 239
Hex 96 6E EF

RGB Percentages of Color #966eef

%30.06
%22.04
%47.90

CMYK Percentages of Color #966eef

%37
%54
%0
%6

Triadic Colors of #966eef

#966eef #ef966e #6eef96

Analogous Colors of #966eef

#966eef #d76eef #6e87ef

Monochromatic Colors of #966eef

#966eef

Complementary Color

#966eef #c7ef6e

#966eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#966eef Color CSS Codes

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

#966eef Text Font Color

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

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


#966eef Background Color

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

This div background color is #966eef


#966eef Border Color

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

This div border color is #966eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966eef


Comments

No comments written yet.

Please login to write comment.