Color spaces of #9966ab
RGB | 153 | 102 | 171 |
---|---|---|---|
HSL | 0.79 | 0.29 | 0.54 |
HSV | 284° | 40° | 67° |
CMYK | 0.11 | 0.40 | 0.00 0.33 |
XYZ | 25.2389 | 19.2153 | 40.9068 |
Yxy | 19.2153 | 0.2957 | 0.2251 |
Hunter Lab | 43.8353 | 26.0627 | -24.6444 |
CIE-Lab | 50.9382 | 32.8499 | -28.9034 |
#9966ab color RGB value is (153,102,171).
#9966ab hex color red value is 153, green value is 102 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #9966ab hue: 0.79 , saturation: 0.29 and the lightness value of 9966ab is 0.54.
The process color (four color CMYK) of #9966ab color hex is 0.11, 0.40, 0.00, 0.33. Web safe color of #9966ab is #996699. Color #9966ab contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011001 | 01100110 | 10101011 |
Octal | 231 | 146 | 253 |
Decimal | 153 | 102 | 171 |
Hex | 99 | 66 | AB |
Shades of #9966ab
Tints of #9966ab
RGB Percentages of Color #9966ab
CMYK Percentages of Color #9966ab
Complementary Color
#9966ab | #78ab66 |
#9966ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9966ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#9966ab Color CSS Codes
.mybgcolor {background-color:#9966ab; } .myforecolor {color:#9966ab; } .mybordercolor {border:3px solid #9966ab; }
#9966ab Text Font Color
<p style="color:#9966ab">Text here</p>
This sample text font color is #9966ab
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.
#9966ab Background Color
<div style="background-color:#9966ab">
Div content here</div>
This div background color is #9966ab
#9966ab Border Color
<div style="border:3px solid #9966ab">
Div here</div>
This div border color is #9966ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(153,102,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9966ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9966ab; -webkit-box-shadow: 1px 1px 3px 2px #9966ab; box-shadow: 1px 1px 3px 2px #9966ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(153,102,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 #9966ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9966ab; -webkit-box-shadow: 1px 1px 3px 2px #9966ab; box-shadow: 1px 1px 3px 2px #9966ab;">
Div content here</div>
This div box has shadow with color #9966ab
Comments
No comments written yet.
Please login to write comment.