Color spaces of #9524fc
RGB | 149 | 36 | 252 |
---|---|---|---|
HSL | 0.75 | 0.97 | 0.56 |
HSV | 271° | 86° | 99° |
CMYK | 0.41 | 0.86 | 0.00 0.01 |
XYZ | 30.5960 | 14.6796 | 93.3163 |
Yxy | 14.6796 | 0.2208 | 0.1059 |
Hunter Lab | 38.3140 | 75.4935 | -117.5851 |
CIE-Lab | 45.1922 | 78.9126 | -84.4709 |
#9524fc color RGB value is (149,36,252).
#9524fc hex color red value is 149, green value is 36 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #9524fc hue: 0.75 , saturation: 0.97 and the lightness value of 9524fc is 0.56.
The process color (four color CMYK) of #9524fc color hex is 0.41, 0.86, 0.00, 0.01. Web safe color of #9524fc is #9933ff. Color #9524fc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010101 | 00100100 | 11111100 |
Octal | 225 | 44 | 374 |
Decimal | 149 | 36 | 252 |
Hex | 95 | 24 | FC |
Shades of #9524fc
Tints of #9524fc
RGB Percentages of Color #9524fc
CMYK Percentages of Color #9524fc
Complementary Color
#9524fc | #8bfc24 |
#9524fc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9524fc Color Preview on White Background
Lorem ipsum dolor sit amet.
#9524fc Color CSS Codes
.mybgcolor {background-color:#9524fc; } .myforecolor {color:#9524fc; } .mybordercolor {border:3px solid #9524fc; }
#9524fc Text Font Color
<p style="color:#9524fc">Text here</p>
This sample text font color is #9524fc
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.
#9524fc Background Color
<div style="background-color:#9524fc">
Div content here</div>
This div background color is #9524fc
#9524fc Border Color
<div style="border:3px solid #9524fc">
Div here</div>
This div border color is #9524fc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(149,36,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9524fc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9524fc; -webkit-box-shadow: 1px 1px 3px 2px #9524fc; box-shadow: 1px 1px 3px 2px #9524fc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(149,36,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9524fc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9524fc; -webkit-box-shadow: 1px 1px 3px 2px #9524fc; box-shadow: 1px 1px 3px 2px #9524fc;">
Div content here</div>
This div box has shadow with color #9524fc
Comments
No comments written yet.
Please login to write comment.