Color spaces of #996cdf
RGB | 153 | 108 | 223 |
---|---|---|---|
HSL | 0.73 | 0.64 | 0.65 |
HSV | 263° | 52° | 87° |
CMYK | 0.31 | 0.52 | 0.00 0.13 |
XYZ | 31.8187 | 22.8251 | 72.5407 |
Yxy | 22.8251 | 0.2502 | 0.1795 |
Hunter Lab | 47.7756 | 35.2742 | -56.5808 |
CIE-Lab | 54.8917 | 41.6095 | -52.4505 |
#996cdf color RGB value is (153,108,223).
#996cdf hex color red value is 153, green value is 108 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #996cdf hue: 0.73 , saturation: 0.64 and the lightness value of 996cdf is 0.65.
The process color (four color CMYK) of #996cdf color hex is 0.31, 0.52, 0.00, 0.13. Web safe color of #996cdf is #9966cc. Color #996cdf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011001 | 01101100 | 11011111 |
Octal | 231 | 154 | 337 |
Decimal | 153 | 108 | 223 |
Hex | 99 | 6C | DF |
Shades of #996cdf
Tints of #996cdf
RGB Percentages of Color #996cdf
CMYK Percentages of Color #996cdf
Complementary Color
#996cdf | #b2df6c |
#996cdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#996cdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#996cdf Color CSS Codes
.mybgcolor {background-color:#996cdf; } .myforecolor {color:#996cdf; } .mybordercolor {border:3px solid #996cdf; }
#996cdf Text Font Color
<p style="color:#996cdf">Text here</p>
This sample text font color is #996cdf
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.
#996cdf Background Color
<div style="background-color:#996cdf">
Div content here</div>
This div background color is #996cdf
#996cdf Border Color
<div style="border:3px solid #996cdf">
Div here</div>
This div border color is #996cdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(153,108,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #996cdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #996cdf; -webkit-box-shadow: 1px 1px 3px 2px #996cdf; box-shadow: 1px 1px 3px 2px #996cdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(153,108,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #996cdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #996cdf; -webkit-box-shadow: 1px 1px 3px 2px #996cdf; box-shadow: 1px 1px 3px 2px #996cdf;">
Div content here</div>
This div box has shadow with color #996cdf
Comments
No comments written yet.
Please login to write comment.