Color Hex Logo

#966aea Color Hex

#966AEA
(150,106,234)
0 Favorites   0 Comments

Color spaces of #966aea

RGB 150106234
HSL0.720.750.67
HSV261°55°92°
CMYK 0.360.550.00   0.08
XYZ32.583022.732680.5124
Yxy22.73260.23990.1674
Hunter Lab47.678738.5468-66.7446
CIE-Lab54.795844.7807-58.7934

#966aea color RGB value is (150,106,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01101010 11101010
Octal 226 152 352
Decimal 150 106 234
Hex 96 6A EA

RGB Percentages of Color #966aea

%30.61
%21.63
%47.76

CMYK Percentages of Color #966aea

%36
%55
%0
%8

Triadic Colors of #966aea

#966aea #ea966a #6aea96

Analogous Colors of #966aea

#966aea #d66aea #6a7eea

Monochromatic Colors of #966aea

#966aea

Complementary Color

#966aea #beea6a

#966aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#966aea Color CSS Codes

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

#966aea Text Font Color

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

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


#966aea Background Color

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

This div background color is #966aea


#966aea Border Color

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

This div border color is #966aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966aea


Comments

No comments written yet.

Please login to write comment.