Color spaces of #963ece
RGB | 150 | 62 | 206 |
---|---|---|---|
HSL | 0.77 | 0.60 | 0.53 |
HSV | 277° | 70° | 81° |
CMYK | 0.27 | 0.70 | 0.00 0.19 |
XYZ | 25.4409 | 14.3855 | 59.8283 |
Yxy | 14.3855 | 0.2553 | 0.1444 |
Hunter Lab | 37.9282 | 53.3571 | -66.9748 |
CIE-Lab | 44.7808 | 60.2454 | -59.0175 |
#963ece color RGB value is (150,62,206).
#963ece hex color red value is 150, green value is 62 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #963ece hue: 0.77 , saturation: 0.60 and the lightness value of 963ece is 0.53.
The process color (four color CMYK) of #963ece color hex is 0.27, 0.70, 0.00, 0.19. Web safe color of #963ece is #9933cc. Color #963ece contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010110 | 00111110 | 11001110 |
Octal | 226 | 76 | 316 |
Decimal | 150 | 62 | 206 |
Hex | 96 | 3E | CE |
Shades of #963ece
Tints of #963ece
RGB Percentages of Color #963ece
CMYK Percentages of Color #963ece
Complementary Color
#963ece | #76ce3e |
#963ece Color Preview on Black Background
Lorem ipsum dolor sit amet.
#963ece Color Preview on White Background
Lorem ipsum dolor sit amet.
#963ece Color CSS Codes
.mybgcolor {background-color:#963ece; } .myforecolor {color:#963ece; } .mybordercolor {border:3px solid #963ece; }
#963ece Text Font Color
<p style="color:#963ece">Text here</p>
This sample text font color is #963ece
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.
#963ece Background Color
<div style="background-color:#963ece">
Div content here</div>
This div background color is #963ece
#963ece Border Color
<div style="border:3px solid #963ece">
Div here</div>
This div border color is #963ece
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(150,62,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #963ece; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #963ece; -webkit-box-shadow: 1px 1px 3px 2px #963ece; box-shadow: 1px 1px 3px 2px #963ece; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(150,62,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #963ece">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #963ece; -webkit-box-shadow: 1px 1px 3px 2px #963ece; box-shadow: 1px 1px 3px 2px #963ece;">
Div content here</div>
This div box has shadow with color #963ece
Comments
No comments written yet.
Please login to write comment.