Color spaces of #981cfa
RGB | 152 | 28 | 250 |
---|---|---|---|
HSL | 0.76 | 0.96 | 0.55 |
HSV | 274° | 89° | 98° |
CMYK | 0.39 | 0.89 | 0.00 0.02 |
XYZ | 30.6195 | 14.4080 | 91.6097 |
Yxy | 14.4080 | 0.2241 | 0.1054 |
Hunter Lab | 37.9579 | 77.5644 | -116.5234 |
CIE-Lab | 44.8125 | 80.6372 | -83.9604 |
#981cfa color RGB value is (152,28,250).
#981cfa hex color red value is 152, green value is 28 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #981cfa hue: 0.76 , saturation: 0.96 and the lightness value of 981cfa is 0.55.
The process color (four color CMYK) of #981cfa color hex is 0.39, 0.89, 0.00, 0.02. Web safe color of #981cfa is #9933ff. Color #981cfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011000 | 00011100 | 11111010 |
Octal | 230 | 34 | 372 |
Decimal | 152 | 28 | 250 |
Hex | 98 | 1C | FA |
Shades of #981cfa
Tints of #981cfa
RGB Percentages of Color #981cfa
CMYK Percentages of Color #981cfa
Complementary Color
#981cfa | #7efa1c |
#981cfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#981cfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#981cfa Color CSS Codes
.mybgcolor {background-color:#981cfa; } .myforecolor {color:#981cfa; } .mybordercolor {border:3px solid #981cfa; }
#981cfa Text Font Color
<p style="color:#981cfa">Text here</p>
This sample text font color is #981cfa
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.
#981cfa Background Color
<div style="background-color:#981cfa">
Div content here</div>
This div background color is #981cfa
#981cfa Border Color
<div style="border:3px solid #981cfa">
Div here</div>
This div border color is #981cfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(152,28,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #981cfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #981cfa; -webkit-box-shadow: 1px 1px 3px 2px #981cfa; box-shadow: 1px 1px 3px 2px #981cfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(152,28,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #981cfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #981cfa; -webkit-box-shadow: 1px 1px 3px 2px #981cfa; box-shadow: 1px 1px 3px 2px #981cfa;">
Div content here</div>
This div box has shadow with color #981cfa
Comments
No comments written yet.
Please login to write comment.