Color spaces of #953cec
RGB | 149 | 60 | 236 |
---|---|---|---|
HSL | 0.75 | 0.82 | 0.58 |
HSV | 270° | 75° | 93° |
CMYK | 0.37 | 0.75 | 0.00 0.07 |
XYZ | 29.1506 | 15.6774 | 80.8465 |
Yxy | 15.6774 | 0.2320 | 0.1247 |
Hunter Lab | 39.5947 | 62.1254 | -93.3451 |
CIE-Lab | 46.5484 | 67.5837 | -73.2630 |
#953cec color RGB value is (149,60,236).
#953cec hex color red value is 149, green value is 60 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #953cec hue: 0.75 , saturation: 0.82 and the lightness value of 953cec is 0.58.
The process color (four color CMYK) of #953cec color hex is 0.37, 0.75, 0.00, 0.07. Web safe color of #953cec is #9933ff. Color #953cec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010101 | 00111100 | 11101100 |
Octal | 225 | 74 | 354 |
Decimal | 149 | 60 | 236 |
Hex | 95 | 3C | EC |
Shades of #953cec
Tints of #953cec
RGB Percentages of Color #953cec
CMYK Percentages of Color #953cec
Complementary Color
#953cec | #93ec3c |
#953cec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#953cec Color Preview on White Background
Lorem ipsum dolor sit amet.
#953cec Color CSS Codes
.mybgcolor {background-color:#953cec; } .myforecolor {color:#953cec; } .mybordercolor {border:3px solid #953cec; }
#953cec Text Font Color
<p style="color:#953cec">Text here</p>
This sample text font color is #953cec
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.
#953cec Background Color
<div style="background-color:#953cec">
Div content here</div>
This div background color is #953cec
#953cec Border Color
<div style="border:3px solid #953cec">
Div here</div>
This div border color is #953cec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(149,60,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #953cec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #953cec; -webkit-box-shadow: 1px 1px 3px 2px #953cec; box-shadow: 1px 1px 3px 2px #953cec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(149,60,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #953cec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #953cec; -webkit-box-shadow: 1px 1px 3px 2px #953cec; box-shadow: 1px 1px 3px 2px #953cec;">
Div content here</div>
This div box has shadow with color #953cec
Comments
No comments written yet.
Please login to write comment.