Color spaces of #966cef
RGB | 150 | 108 | 239 |
---|---|---|---|
HSL | 0.72 | 0.80 | 0.68 |
HSV | 259° | 55° | 94° |
CMYK | 0.37 | 0.55 | 0.00 0.06 |
XYZ | 33.5202 | 23.4411 | 84.4192 |
Yxy | 23.4411 | 0.2371 | 0.1658 |
Hunter Lab | 48.4160 | 38.8542 | -69.4881 |
CIE-Lab | 55.5238 | 44.9663 | -60.4174 |
#966cef color RGB value is (150,108,239).
#966cef hex color red value is 150, green value is 108 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #966cef hue: 0.72 , saturation: 0.80 and the lightness value of 966cef is 0.68.
The process color (four color CMYK) of #966cef color hex is 0.37, 0.55, 0.00, 0.06. Web safe color of #966cef is #9966ff. Color #966cef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010110 | 01101100 | 11101111 |
Octal | 226 | 154 | 357 |
Decimal | 150 | 108 | 239 |
Hex | 96 | 6C | EF |
Shades of #966cef
Tints of #966cef
RGB Percentages of Color #966cef
CMYK Percentages of Color #966cef
Complementary Color
#966cef | #c5ef6c |
#966cef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#966cef Color Preview on White Background
Lorem ipsum dolor sit amet.
#966cef Color CSS Codes
.mybgcolor {background-color:#966cef; } .myforecolor {color:#966cef; } .mybordercolor {border:3px solid #966cef; }
#966cef Text Font Color
<p style="color:#966cef">Text here</p>
This sample text font color is #966cef
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.
#966cef Background Color
<div style="background-color:#966cef">
Div content here</div>
This div background color is #966cef
#966cef Border Color
<div style="border:3px solid #966cef">
Div here</div>
This div border color is #966cef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(150,108,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #966cef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #966cef; -webkit-box-shadow: 1px 1px 3px 2px #966cef; box-shadow: 1px 1px 3px 2px #966cef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(150,108,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 #966cef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #966cef; -webkit-box-shadow: 1px 1px 3px 2px #966cef; box-shadow: 1px 1px 3px 2px #966cef;">
Div content here</div>
This div box has shadow with color #966cef
Comments
No comments written yet.
Please login to write comment.