Color spaces of #9a1ffb
RGB | 154 | 31 | 251 |
---|---|---|---|
HSL | 0.76 | 0.96 | 0.55 |
HSV | 274° | 88° | 98° |
CMYK | 0.39 | 0.88 | 0.00 0.02 |
XYZ | 31.2290 | 14.8150 | 92.4804 |
Yxy | 14.8150 | 0.2254 | 0.1069 |
Hunter Lab | 38.4903 | 77.4677 | -115.5127 |
CIE-Lab | 45.3798 | 80.4512 | -83.5786 |
#9a1ffb color RGB value is (154,31,251).
#9a1ffb hex color red value is 154, green value is 31 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #9a1ffb hue: 0.76 , saturation: 0.96 and the lightness value of 9a1ffb is 0.55.
The process color (four color CMYK) of #9a1ffb color hex is 0.39, 0.88, 0.00, 0.02. Web safe color of #9a1ffb is #9933ff. Color #9a1ffb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011010 | 00011111 | 11111011 |
Octal | 232 | 37 | 373 |
Decimal | 154 | 31 | 251 |
Hex | 9A | 1F | FB |
Shades of #9a1ffb
Tints of #9a1ffb
RGB Percentages of Color #9a1ffb
CMYK Percentages of Color #9a1ffb
Complementary Color
#9a1ffb | #80fb1f |
#9a1ffb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9a1ffb Color Preview on White Background
Lorem ipsum dolor sit amet.
#9a1ffb Color CSS Codes
.mybgcolor {background-color:#9a1ffb; } .myforecolor {color:#9a1ffb; } .mybordercolor {border:3px solid #9a1ffb; }
#9a1ffb Text Font Color
<p style="color:#9a1ffb">Text here</p>
This sample text font color is #9a1ffb
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.
#9a1ffb Background Color
<div style="background-color:#9a1ffb">
Div content here</div>
This div background color is #9a1ffb
#9a1ffb Border Color
<div style="border:3px solid #9a1ffb">
Div here</div>
This div border color is #9a1ffb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(154,31,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9a1ffb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9a1ffb; -webkit-box-shadow: 1px 1px 3px 2px #9a1ffb; box-shadow: 1px 1px 3px 2px #9a1ffb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(154,31,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9a1ffb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9a1ffb; -webkit-box-shadow: 1px 1px 3px 2px #9a1ffb; box-shadow: 1px 1px 3px 2px #9a1ffb;">
Div content here</div>
This div box has shadow with color #9a1ffb
Comments
No comments written yet.
Please login to write comment.