Color spaces of #961bfd
RGB | 150 | 27 | 253 |
---|---|---|---|
HSL | 0.76 | 0.98 | 0.55 |
HSV | 273° | 89° | 99° |
CMYK | 0.41 | 0.89 | 0.00 0.01 |
XYZ | 30.6992 | 14.3597 | 94.0822 |
Yxy | 14.3597 | 0.2206 | 0.1032 |
Hunter Lab | 37.8942 | 78.2933 | -120.6769 |
CIE-Lab | 44.7444 | 81.2275 | -85.7613 |
#961bfd color RGB value is (150,27,253).
#961bfd hex color red value is 150, green value is 27 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #961bfd hue: 0.76 , saturation: 0.98 and the lightness value of 961bfd is 0.55.
The process color (four color CMYK) of #961bfd color hex is 0.41, 0.89, 0.00, 0.01. Web safe color of #961bfd is #9933ff. Color #961bfd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010110 | 00011011 | 11111101 |
Octal | 226 | 33 | 375 |
Decimal | 150 | 27 | 253 |
Hex | 96 | 1B | FD |
Shades of #961bfd
Tints of #961bfd
RGB Percentages of Color #961bfd
CMYK Percentages of Color #961bfd
Complementary Color
#961bfd | #82fd1b |
#961bfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#961bfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#961bfd Color CSS Codes
.mybgcolor {background-color:#961bfd; } .myforecolor {color:#961bfd; } .mybordercolor {border:3px solid #961bfd; }
#961bfd Text Font Color
<p style="color:#961bfd">Text here</p>
This sample text font color is #961bfd
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.
#961bfd Background Color
<div style="background-color:#961bfd">
Div content here</div>
This div background color is #961bfd
#961bfd Border Color
<div style="border:3px solid #961bfd">
Div here</div>
This div border color is #961bfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(150,27,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #961bfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #961bfd; -webkit-box-shadow: 1px 1px 3px 2px #961bfd; box-shadow: 1px 1px 3px 2px #961bfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(150,27,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #961bfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #961bfd; -webkit-box-shadow: 1px 1px 3px 2px #961bfd; box-shadow: 1px 1px 3px 2px #961bfd;">
Div content here</div>
This div box has shadow with color #961bfd
Comments
No comments written yet.
Please login to write comment.