Color spaces of #963efd
RGB | 150 | 62 | 253 |
---|---|---|---|
HSL | 0.74 | 0.98 | 0.62 |
HSV | 268° | 75° | 99° |
CMYK | 0.41 | 0.75 | 0.00 0.01 |
XYZ | 32.0299 | 17.0211 | 94.5257 |
Yxy | 17.0211 | 0.2231 | 0.1186 |
Hunter Lab | 41.2566 | 66.3807 | -106.9634 |
CIE-Lab | 48.2866 | 70.8463 | -79.9529 |
#963efd color RGB value is (150,62,253).
#963efd hex color red value is 150, green value is 62 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #963efd hue: 0.74 , saturation: 0.98 and the lightness value of 963efd is 0.62.
The process color (four color CMYK) of #963efd color hex is 0.41, 0.75, 0.00, 0.01. Web safe color of #963efd is #9933ff. Color #963efd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010110 | 00111110 | 11111101 |
Octal | 226 | 76 | 375 |
Decimal | 150 | 62 | 253 |
Hex | 96 | 3E | FD |
Shades of #963efd
Tints of #963efd
RGB Percentages of Color #963efd
CMYK Percentages of Color #963efd
Complementary Color
#963efd | #a5fd3e |
#963efd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#963efd Color Preview on White Background
Lorem ipsum dolor sit amet.
#963efd Color CSS Codes
.mybgcolor {background-color:#963efd; } .myforecolor {color:#963efd; } .mybordercolor {border:3px solid #963efd; }
#963efd Text Font Color
<p style="color:#963efd">Text here</p>
This sample text font color is #963efd
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.
#963efd Background Color
<div style="background-color:#963efd">
Div content here</div>
This div background color is #963efd
#963efd Border Color
<div style="border:3px solid #963efd">
Div here</div>
This div border color is #963efd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(150,62,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #963efd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #963efd; -webkit-box-shadow: 1px 1px 3px 2px #963efd; box-shadow: 1px 1px 3px 2px #963efd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(150,62,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 #963efd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #963efd; -webkit-box-shadow: 1px 1px 3px 2px #963efd; box-shadow: 1px 1px 3px 2px #963efd;">
Div content here</div>
This div box has shadow with color #963efd
Comments
No comments written yet.
Please login to write comment.