Color spaces of #9014fc
RGB | 144 | 20 | 252 |
---|---|---|---|
HSL | 0.76 | 0.97 | 0.53 |
HSV | 272° | 92° | 99° |
CMYK | 0.43 | 0.92 | 0.00 0.01 |
XYZ | 29.3224 | 13.4579 | 93.1476 |
Yxy | 13.4579 | 0.2157 | 0.0990 |
Hunter Lab | 36.6850 | 78.4766 | -124.8648 |
CIE-Lab | 43.4452 | 81.6203 | -87.3684 |
#9014fc color RGB value is (144,20,252).
#9014fc hex color red value is 144, green value is 20 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #9014fc hue: 0.76 , saturation: 0.97 and the lightness value of 9014fc is 0.53.
The process color (four color CMYK) of #9014fc color hex is 0.43, 0.92, 0.00, 0.01. Web safe color of #9014fc is #9900ff. Color #9014fc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010000 | 00010100 | 11111100 |
Octal | 220 | 24 | 374 |
Decimal | 144 | 20 | 252 |
Hex | 90 | 14 | FC |
Shades of #9014fc
Tints of #9014fc
RGB Percentages of Color #9014fc
CMYK Percentages of Color #9014fc
Complementary Color
#9014fc | #80fc14 |
#9014fc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9014fc Color Preview on White Background
Lorem ipsum dolor sit amet.
#9014fc Color CSS Codes
.mybgcolor {background-color:#9014fc; } .myforecolor {color:#9014fc; } .mybordercolor {border:3px solid #9014fc; }
#9014fc Text Font Color
<p style="color:#9014fc">Text here</p>
This sample text font color is #9014fc
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.
#9014fc Background Color
<div style="background-color:#9014fc">
Div content here</div>
This div background color is #9014fc
#9014fc Border Color
<div style="border:3px solid #9014fc">
Div here</div>
This div border color is #9014fc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(144,20,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9014fc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9014fc; -webkit-box-shadow: 1px 1px 3px 2px #9014fc; box-shadow: 1px 1px 3px 2px #9014fc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(144,20,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 #9014fc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9014fc; -webkit-box-shadow: 1px 1px 3px 2px #9014fc; box-shadow: 1px 1px 3px 2px #9014fc;">
Div content here</div>
This div box has shadow with color #9014fc
Comments
No comments written yet.
Please login to write comment.