Color spaces of #963aed
RGB | 150 | 58 | 237 |
---|---|---|---|
HSL | 0.75 | 0.83 | 0.58 |
HSV | 271° | 76° | 93° |
CMYK | 0.37 | 0.76 | 0.00 0.07 |
XYZ | 29.3768 | 15.6246 | 81.5883 |
Yxy | 15.6246 | 0.2321 | 0.1234 |
Hunter Lab | 39.5280 | 63.4855 | -94.7089 |
CIE-Lab | 46.4781 | 68.7566 | -73.9364 |
#963aed color RGB value is (150,58,237).
#963aed hex color red value is 150, green value is 58 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #963aed hue: 0.75 , saturation: 0.83 and the lightness value of 963aed is 0.58.
The process color (four color CMYK) of #963aed color hex is 0.37, 0.76, 0.00, 0.07. Web safe color of #963aed is #9933ff. Color #963aed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010110 | 00111010 | 11101101 |
Octal | 226 | 72 | 355 |
Decimal | 150 | 58 | 237 |
Hex | 96 | 3A | ED |
Shades of #963aed
Tints of #963aed
RGB Percentages of Color #963aed
CMYK Percentages of Color #963aed
Complementary Color
#963aed | #91ed3a |
#963aed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#963aed Color Preview on White Background
Lorem ipsum dolor sit amet.
#963aed Color CSS Codes
.mybgcolor {background-color:#963aed; } .myforecolor {color:#963aed; } .mybordercolor {border:3px solid #963aed; }
#963aed Text Font Color
<p style="color:#963aed">Text here</p>
This sample text font color is #963aed
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.
#963aed Background Color
<div style="background-color:#963aed">
Div content here</div>
This div background color is #963aed
#963aed Border Color
<div style="border:3px solid #963aed">
Div here</div>
This div border color is #963aed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(150,58,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #963aed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #963aed; -webkit-box-shadow: 1px 1px 3px 2px #963aed; box-shadow: 1px 1px 3px 2px #963aed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(150,58,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #963aed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #963aed; -webkit-box-shadow: 1px 1px 3px 2px #963aed; box-shadow: 1px 1px 3px 2px #963aed;">
Div content here</div>
This div box has shadow with color #963aed
Comments
No comments written yet.
Please login to write comment.