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