Color spaces of #986fdc
RGB | 152 | 111 | 220 |
---|---|---|---|
HSL | 0.73 | 0.61 | 0.65 |
HSV | 263° | 50° | 86° |
CMYK | 0.31 | 0.50 | 0.00 0.14 |
XYZ | 31.5516 | 23.2116 | 70.5275 |
Yxy | 23.2116 | 0.2518 | 0.1853 |
Hunter Lab | 48.1784 | 32.5858 | -53.0686 |
CIE-Lab | 55.2896 | 38.9203 | -50.1333 |
#986fdc color RGB value is (152,111,220).
#986fdc hex color red value is 152, green value is 111 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #986fdc hue: 0.73 , saturation: 0.61 and the lightness value of 986fdc is 0.65.
The process color (four color CMYK) of #986fdc color hex is 0.31, 0.50, 0.00, 0.14. Web safe color of #986fdc is #9966cc. Color #986fdc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011000 | 01101111 | 11011100 |
Octal | 230 | 157 | 334 |
Decimal | 152 | 111 | 220 |
Hex | 98 | 6F | DC |
Shades of #986fdc
Tints of #986fdc
RGB Percentages of Color #986fdc
CMYK Percentages of Color #986fdc
Complementary Color
#986fdc | #b3dc6f |
#986fdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#986fdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#986fdc Color CSS Codes
.mybgcolor {background-color:#986fdc; } .myforecolor {color:#986fdc; } .mybordercolor {border:3px solid #986fdc; }
#986fdc Text Font Color
<p style="color:#986fdc">Text here</p>
This sample text font color is #986fdc
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.
#986fdc Background Color
<div style="background-color:#986fdc">
Div content here</div>
This div background color is #986fdc
#986fdc Border Color
<div style="border:3px solid #986fdc">
Div here</div>
This div border color is #986fdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(152,111,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #986fdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #986fdc; -webkit-box-shadow: 1px 1px 3px 2px #986fdc; box-shadow: 1px 1px 3px 2px #986fdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(152,111,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #986fdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #986fdc; -webkit-box-shadow: 1px 1px 3px 2px #986fdc; box-shadow: 1px 1px 3px 2px #986fdc;">
Div content here</div>
This div box has shadow with color #986fdc
Comments
No comments written yet.
Please login to write comment.