Color Hex Logo

#966eea Color Hex

#966EEA
(150,110,234)
0 Favorites   0 Comments

Color spaces of #966eea

RGB 150110234
HSL0.720.750.67
HSV259°53°92°
CMYK 0.360.530.00   0.08
XYZ33.004923.576480.6531
Yxy23.57640.24050.1718
Hunter Lab48.555536.3605-64.4947
CIE-Lab55.661242.5547-57.4067

#966eea color RGB value is (150,110,234).

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

The process color (four color CMYK) of #966eea color hex is 0.36, 0.53, 0.00, 0.08. Web safe color of #966eea is #9966ff. Color #966eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01101110 11101010
Octal 226 156 352
Decimal 150 110 234
Hex 96 6E EA

RGB Percentages of Color #966eea

%30.36
%22.27
%47.37

CMYK Percentages of Color #966eea

%36
%53
%0
%8

Triadic Colors of #966eea

#966eea #ea966e #6eea96

Analogous Colors of #966eea

#966eea #d46eea #6e84ea

Monochromatic Colors of #966eea

#966eea

Complementary Color

#966eea #c2ea6e

#966eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#966eea Color CSS Codes

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

#966eea Text Font Color

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

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


#966eea Background Color

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

This div background color is #966eea


#966eea Border Color

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

This div border color is #966eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966eea


Comments

No comments written yet.

Please login to write comment.