Color Hex Logo

#966aab Color Hex

#966AAB
(150,106,171)
0 Favorites   0 Comments

Color spaces of #966aab

RGB 150106171
HSL0.780.280.54
HSV281°38°67°
CMYK 0.120.380.00   0.33
XYZ25.082419.732441.0148
Yxy19.73240.29220.2299
Hunter Lab44.421223.0529-23.6486
CIE-Lab51.533329.6190-28.0042

#966aab color RGB value is (150,106,171).

#966aab hex color red value is 150, green value is 106 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #966aab hue: 0.78 , saturation: 0.28 and the lightness value of 966aab is 0.54.

The process color (four color CMYK) of #966aab color hex is 0.12, 0.38, 0.00, 0.33. Web safe color of #966aab is #996699. Color #966aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01101010 10101011
Octal 226 152 253
Decimal 150 106 171
Hex 96 6A AB

RGB Percentages of Color #966aab

%35.13
%24.82
%40.05

CMYK Percentages of Color #966aab

%12
%38
%0
%33

Triadic Colors of #966aab

#966aab #ab966a #6aab96

Analogous Colors of #966aab

#966aab #ab6aa0 #766aab

Monochromatic Colors of #966aab

#966aab

Complementary Color

#966aab #7fab6a

#966aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#966aab Color CSS Codes

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

#966aab Text Font Color

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

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


#966aab Background Color

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

This div background color is #966aab


#966aab Border Color

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

This div border color is #966aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966aab


Comments

No comments written yet.

Please login to write comment.