Color spaces of #963dac
RGB | 150 | 61 | 172 |
---|---|---|---|
HSL | 0.80 | 0.48 | 0.46 |
HSV | 288° | 65° | 67° |
CMYK | 0.13 | 0.65 | 0.00 0.33 |
XYZ | 21.6928 | 12.8001 | 40.3570 |
Yxy | 12.8001 | 0.2898 | 0.1710 |
Hunter Lab | 35.7772 | 45.6197 | -41.8355 |
CIE-Lab | 42.4605 | 53.5746 | -42.8706 |
#963dac color RGB value is (150,61,172).
#963dac hex color red value is 150, green value is 61 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #963dac hue: 0.80 , saturation: 0.48 and the lightness value of 963dac is 0.46.
The process color (four color CMYK) of #963dac color hex is 0.13, 0.65, 0.00, 0.33. Web safe color of #963dac is #993399. Color #963dac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010110 | 00111101 | 10101100 |
Octal | 226 | 75 | 254 |
Decimal | 150 | 61 | 172 |
Hex | 96 | 3D | AC |
Shades of #963dac
Tints of #963dac
RGB Percentages of Color #963dac
CMYK Percentages of Color #963dac
Complementary Color
#963dac | #53ac3d |
#963dac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#963dac Color Preview on White Background
Lorem ipsum dolor sit amet.
#963dac Color CSS Codes
.mybgcolor {background-color:#963dac; } .myforecolor {color:#963dac; } .mybordercolor {border:3px solid #963dac; }
#963dac Text Font Color
<p style="color:#963dac">Text here</p>
This sample text font color is #963dac
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.
#963dac Background Color
<div style="background-color:#963dac">
Div content here</div>
This div background color is #963dac
#963dac Border Color
<div style="border:3px solid #963dac">
Div here</div>
This div border color is #963dac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(150,61,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #963dac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #963dac; -webkit-box-shadow: 1px 1px 3px 2px #963dac; box-shadow: 1px 1px 3px 2px #963dac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(150,61,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #963dac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #963dac; -webkit-box-shadow: 1px 1px 3px 2px #963dac; box-shadow: 1px 1px 3px 2px #963dac;">
Div content here</div>
This div box has shadow with color #963dac
Comments
No comments written yet.
Please login to write comment.