Color spaces of #9656ef
RGB | 150 | 86 | 239 |
---|---|---|---|
HSL | 0.74 | 0.83 | 0.64 |
HSV | 265° | 64° | 94° |
CMYK | 0.37 | 0.64 | 0.00 0.06 |
XYZ | 31.4855 | 19.3716 | 83.7410 |
Yxy | 19.3716 | 0.2339 | 0.1439 |
Hunter Lab | 44.0132 | 50.6696 | -81.9980 |
CIE-Lab | 51.1192 | 56.6545 | -67.5183 |
#9656ef color RGB value is (150,86,239).
#9656ef hex color red value is 150, green value is 86 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #9656ef hue: 0.74 , saturation: 0.83 and the lightness value of 9656ef is 0.64.
The process color (four color CMYK) of #9656ef color hex is 0.37, 0.64, 0.00, 0.06. Web safe color of #9656ef is #9966ff. Color #9656ef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010110 | 01010110 | 11101111 |
Octal | 226 | 126 | 357 |
Decimal | 150 | 86 | 239 |
Hex | 96 | 56 | EF |
Shades of #9656ef
Tints of #9656ef
RGB Percentages of Color #9656ef
CMYK Percentages of Color #9656ef
Complementary Color
#9656ef | #afef56 |
#9656ef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9656ef Color Preview on White Background
Lorem ipsum dolor sit amet.
#9656ef Color CSS Codes
.mybgcolor {background-color:#9656ef; } .myforecolor {color:#9656ef; } .mybordercolor {border:3px solid #9656ef; }
#9656ef Text Font Color
<p style="color:#9656ef">Text here</p>
This sample text font color is #9656ef
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.
#9656ef Background Color
<div style="background-color:#9656ef">
Div content here</div>
This div background color is #9656ef
#9656ef Border Color
<div style="border:3px solid #9656ef">
Div here</div>
This div border color is #9656ef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(150,86,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9656ef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9656ef; -webkit-box-shadow: 1px 1px 3px 2px #9656ef; box-shadow: 1px 1px 3px 2px #9656ef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(150,86,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9656ef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9656ef; -webkit-box-shadow: 1px 1px 3px 2px #9656ef; box-shadow: 1px 1px 3px 2px #9656ef;">
Div content here</div>
This div box has shadow with color #9656ef
Comments
No comments written yet.
Please login to write comment.