Color spaces of #976cad
RGB | 151 | 108 | 173 |
---|---|---|---|
HSL | 0.78 | 0.28 | 0.55 |
HSV | 280° | 38° | 68° |
CMYK | 0.13 | 0.38 | 0.00 0.32 |
XYZ | 25.6679 | 20.3216 | 42.1048 |
Yxy | 20.3216 | 0.2914 | 0.2307 |
Hunter Lab | 45.0795 | 22.7474 | -23.8220 |
CIE-Lab | 52.1989 | 29.2264 | -28.1250 |
#976cad color RGB value is (151,108,173).
#976cad hex color red value is 151, green value is 108 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #976cad hue: 0.78 , saturation: 0.28 and the lightness value of 976cad is 0.55.
The process color (four color CMYK) of #976cad color hex is 0.13, 0.38, 0.00, 0.32. Web safe color of #976cad is #996699. Color #976cad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010111 | 01101100 | 10101101 |
Octal | 227 | 154 | 255 |
Decimal | 151 | 108 | 173 |
Hex | 97 | 6C | AD |
Shades of #976cad
Tints of #976cad
RGB Percentages of Color #976cad
CMYK Percentages of Color #976cad
Complementary Color
#976cad | #82ad6c |
#976cad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#976cad Color Preview on White Background
Lorem ipsum dolor sit amet.
#976cad Color CSS Codes
.mybgcolor {background-color:#976cad; } .myforecolor {color:#976cad; } .mybordercolor {border:3px solid #976cad; }
#976cad Text Font Color
<p style="color:#976cad">Text here</p>
This sample text font color is #976cad
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.
#976cad Background Color
<div style="background-color:#976cad">
Div content here</div>
This div background color is #976cad
#976cad Border Color
<div style="border:3px solid #976cad">
Div here</div>
This div border color is #976cad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(151,108,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #976cad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #976cad; -webkit-box-shadow: 1px 1px 3px 2px #976cad; box-shadow: 1px 1px 3px 2px #976cad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(151,108,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #976cad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #976cad; -webkit-box-shadow: 1px 1px 3px 2px #976cad; box-shadow: 1px 1px 3px 2px #976cad;">
Div content here</div>
This div box has shadow with color #976cad
Comments
No comments written yet.
Please login to write comment.