Color spaces of #966aac
RGB | 150 | 106 | 172 |
---|---|---|---|
HSL | 0.78 | 0.28 | 0.55 |
HSV | 280° | 38° | 67° |
CMYK | 0.13 | 0.38 | 0.00 0.33 |
XYZ | 25.1781 | 19.7707 | 41.5188 |
Yxy | 19.7707 | 0.2912 | 0.2286 |
Hunter Lab | 44.4643 | 23.2640 | -24.2375 |
CIE-Lab | 51.5770 | 29.8381 | -28.5181 |
#966aac color RGB value is (150,106,172).
#966aac hex color red value is 150, green value is 106 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #966aac hue: 0.78 , saturation: 0.28 and the lightness value of 966aac is 0.55.
The process color (four color CMYK) of #966aac color hex is 0.13, 0.38, 0.00, 0.33. Web safe color of #966aac is #996699. Color #966aac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010110 | 01101010 | 10101100 |
Octal | 226 | 152 | 254 |
Decimal | 150 | 106 | 172 |
Hex | 96 | 6A | AC |
Shades of #966aac
Tints of #966aac
RGB Percentages of Color #966aac
CMYK Percentages of Color #966aac
Complementary Color
#966aac | #80ac6a |
#966aac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#966aac Color Preview on White Background
Lorem ipsum dolor sit amet.
#966aac Color CSS Codes
.mybgcolor {background-color:#966aac; } .myforecolor {color:#966aac; } .mybordercolor {border:3px solid #966aac; }
#966aac Text Font Color
<p style="color:#966aac">Text here</p>
This sample text font color is #966aac
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.
#966aac Background Color
<div style="background-color:#966aac">
Div content here</div>
This div background color is #966aac
#966aac Border Color
<div style="border:3px solid #966aac">
Div here</div>
This div border color is #966aac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(150,106,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #966aac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #966aac; -webkit-box-shadow: 1px 1px 3px 2px #966aac; box-shadow: 1px 1px 3px 2px #966aac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(150,106,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #966aac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #966aac; -webkit-box-shadow: 1px 1px 3px 2px #966aac; box-shadow: 1px 1px 3px 2px #966aac;">
Div content here</div>
This div box has shadow with color #966aac
Comments
No comments written yet.
Please login to write comment.