Color spaces of #986cdb
RGB | 152 | 108 | 219 |
---|---|---|---|
HSL | 0.73 | 0.61 | 0.64 |
HSV | 264° | 51° | 86° |
CMYK | 0.31 | 0.51 | 0.00 0.14 |
XYZ | 31.0976 | 22.5150 | 69.7246 |
Yxy | 22.5150 | 0.2521 | 0.1825 |
Hunter Lab | 47.4500 | 33.9473 | -53.9078 |
CIE-Lab | 54.5692 | 40.3569 | -50.7163 |
#986cdb color RGB value is (152,108,219).
#986cdb hex color red value is 152, green value is 108 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #986cdb hue: 0.73 , saturation: 0.61 and the lightness value of 986cdb is 0.64.
The process color (four color CMYK) of #986cdb color hex is 0.31, 0.51, 0.00, 0.14. Web safe color of #986cdb is #9966cc. Color #986cdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011000 | 01101100 | 11011011 |
Octal | 230 | 154 | 333 |
Decimal | 152 | 108 | 219 |
Hex | 98 | 6C | DB |
Shades of #986cdb
Tints of #986cdb
RGB Percentages of Color #986cdb
CMYK Percentages of Color #986cdb
Complementary Color
#986cdb | #afdb6c |
#986cdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#986cdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#986cdb Color CSS Codes
.mybgcolor {background-color:#986cdb; } .myforecolor {color:#986cdb; } .mybordercolor {border:3px solid #986cdb; }
#986cdb Text Font Color
<p style="color:#986cdb">Text here</p>
This sample text font color is #986cdb
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.
#986cdb Background Color
<div style="background-color:#986cdb">
Div content here</div>
This div background color is #986cdb
#986cdb Border Color
<div style="border:3px solid #986cdb">
Div here</div>
This div border color is #986cdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(152,108,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #986cdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #986cdb; -webkit-box-shadow: 1px 1px 3px 2px #986cdb; box-shadow: 1px 1px 3px 2px #986cdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(152,108,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #986cdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #986cdb; -webkit-box-shadow: 1px 1px 3px 2px #986cdb; box-shadow: 1px 1px 3px 2px #986cdb;">
Div content here</div>
This div box has shadow with color #986cdb
Comments
No comments written yet.
Please login to write comment.