Color spaces of #966abb
RGB | 150 | 106 | 187 |
---|---|---|---|
HSL | 0.76 | 0.37 | 0.57 |
HSV | 273° | 43° | 73° |
CMYK | 0.20 | 0.43 | 0.00 0.27 |
XYZ | 26.7014 | 20.3800 | 49.5401 |
Yxy | 20.3800 | 0.2764 | 0.2109 |
Hunter Lab | 45.1442 | 26.5748 | -33.4624 |
CIE-Lab | 52.2642 | 33.2257 | -36.1289 |
#966abb color RGB value is (150,106,187).
#966abb hex color red value is 150, green value is 106 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #966abb hue: 0.76 , saturation: 0.37 and the lightness value of 966abb is 0.57.
The process color (four color CMYK) of #966abb color hex is 0.20, 0.43, 0.00, 0.27. Web safe color of #966abb is #9966cc. Color #966abb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010110 | 01101010 | 10111011 |
Octal | 226 | 152 | 273 |
Decimal | 150 | 106 | 187 |
Hex | 96 | 6A | BB |
Shades of #966abb
Tints of #966abb
RGB Percentages of Color #966abb
CMYK Percentages of Color #966abb
Complementary Color
#966abb | #8fbb6a |
#966abb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#966abb Color Preview on White Background
Lorem ipsum dolor sit amet.
#966abb Color CSS Codes
.mybgcolor {background-color:#966abb; } .myforecolor {color:#966abb; } .mybordercolor {border:3px solid #966abb; }
#966abb Text Font Color
<p style="color:#966abb">Text here</p>
This sample text font color is #966abb
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.
#966abb Background Color
<div style="background-color:#966abb">
Div content here</div>
This div background color is #966abb
#966abb Border Color
<div style="border:3px solid #966abb">
Div here</div>
This div border color is #966abb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(150,106,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #966abb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #966abb; -webkit-box-shadow: 1px 1px 3px 2px #966abb; box-shadow: 1px 1px 3px 2px #966abb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(150,106,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #966abb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #966abb; -webkit-box-shadow: 1px 1px 3px 2px #966abb; box-shadow: 1px 1px 3px 2px #966abb;">
Div content here</div>
This div box has shadow with color #966abb
Comments
No comments written yet.
Please login to write comment.