Color spaces of #968fdb
RGB | 150 | 143 | 219 |
---|---|---|---|
HSL | 0.68 | 0.51 | 0.71 |
HSV | 246° | 35° | 86° |
CMYK | 0.32 | 0.35 | 0.00 0.14 |
XYZ | 35.1863 | 31.2434 | 71.1939 |
Yxy | 31.2434 | 0.2557 | 0.2270 |
Hunter Lab | 55.8958 | 14.5478 | -36.3900 |
CIE-Lab | 62.7126 | 19.7387 | -37.8785 |
#968fdb color RGB value is (150,143,219).
#968fdb hex color red value is 150, green value is 143 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #968fdb hue: 0.68 , saturation: 0.51 and the lightness value of 968fdb is 0.71.
The process color (four color CMYK) of #968fdb color hex is 0.32, 0.35, 0.00, 0.14. Web safe color of #968fdb is #9999cc. Color #968fdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010110 | 10001111 | 11011011 |
Octal | 226 | 217 | 333 |
Decimal | 150 | 143 | 219 |
Hex | 96 | 8F | DB |
Shades of #968fdb
Tints of #968fdb
RGB Percentages of Color #968fdb
CMYK Percentages of Color #968fdb
Complementary Color
#968fdb | #d4db8f |
#968fdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#968fdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#968fdb Color CSS Codes
.mybgcolor {background-color:#968fdb; } .myforecolor {color:#968fdb; } .mybordercolor {border:3px solid #968fdb; }
#968fdb Text Font Color
<p style="color:#968fdb">Text here</p>
This sample text font color is #968fdb
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.
#968fdb Background Color
<div style="background-color:#968fdb">
Div content here</div>
This div background color is #968fdb
#968fdb Border Color
<div style="border:3px solid #968fdb">
Div here</div>
This div border color is #968fdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(150,143,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #968fdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #968fdb; -webkit-box-shadow: 1px 1px 3px 2px #968fdb; box-shadow: 1px 1px 3px 2px #968fdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(150,143,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 #968fdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #968fdb; -webkit-box-shadow: 1px 1px 3px 2px #968fdb; box-shadow: 1px 1px 3px 2px #968fdb;">
Div content here</div>
This div box has shadow with color #968fdb
Comments
No comments written yet.
Please login to write comment.