Color spaces of #966981
RGB | 150 | 105 | 129 |
---|---|---|---|
HSL | 0.91 | 0.18 | 0.50 |
HSV | 328° | 30° | 59° |
CMYK | 0.00 | 0.30 | 0.14 0.41 |
XYZ | 21.5917 | 18.1722 | 23.1384 |
Yxy | 18.1722 | 0.3433 | 0.2889 |
Hunter Lab | 42.6289 | 15.8105 | -2.3416 |
CIE-Lab | 49.7043 | 21.8758 | -6.0663 |
#966981 color RGB value is (150,105,129).
#966981 hex color red value is 150, green value is 105 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #966981 hue: 0.91 , saturation: 0.18 and the lightness value of 966981 is 0.50.
The process color (four color CMYK) of #966981 color hex is 0.00, 0.30, 0.14, 0.41. Web safe color of #966981 is #996699. Color #966981 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010110 | 01101001 | 10000001 |
Octal | 226 | 151 | 201 |
Decimal | 150 | 105 | 129 |
Hex | 96 | 69 | 81 |
Shades of #966981
Tints of #966981
RGB Percentages of Color #966981
CMYK Percentages of Color #966981
Complementary Color
#966981 | #69967e |
#966981 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#966981 Color Preview on White Background
Lorem ipsum dolor sit amet.
#966981 Color CSS Codes
.mybgcolor {background-color:#966981; } .myforecolor {color:#966981; } .mybordercolor {border:3px solid #966981; }
#966981 Text Font Color
<p style="color:#966981">Text here</p>
This sample text font color is #966981
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.
#966981 Background Color
<div style="background-color:#966981">
Div content here</div>
This div background color is #966981
#966981 Border Color
<div style="border:3px solid #966981">
Div here</div>
This div border color is #966981
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(150,105,129, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #966981; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #966981; -webkit-box-shadow: 1px 1px 3px 2px #966981; box-shadow: 1px 1px 3px 2px #966981; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(150,105,129, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #966981">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #966981; -webkit-box-shadow: 1px 1px 3px 2px #966981; box-shadow: 1px 1px 3px 2px #966981;">
Div content here</div>
This div box has shadow with color #966981
Comments
No comments written yet.
Please login to write comment.