Color spaces of #b018fa
RGB | 176 | 24 | 250 |
---|---|---|---|
HSL | 0.78 | 0.96 | 0.54 |
HSV | 280° | 90° | 98° |
CMYK | 0.30 | 0.90 | 0.00 0.02 |
XYZ | 35.4864 | 16.7855 | 91.8121 |
Yxy | 16.7855 | 0.2463 | 0.1165 |
Hunter Lab | 40.9701 | 82.9107 | -104.1870 |
CIE-Lab | 47.9886 | 84.2218 | -78.6232 |
#b018fa color RGB value is (176,24,250).
#b018fa hex color red value is 176, green value is 24 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b018fa hue: 0.78 , saturation: 0.96 and the lightness value of b018fa is 0.54.
The process color (four color CMYK) of #b018fa color hex is 0.30, 0.90, 0.00, 0.02. Web safe color of #b018fa is #9900ff. Color #b018fa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110000 | 00011000 | 11111010 |
Octal | 260 | 30 | 372 |
Decimal | 176 | 24 | 250 |
Hex | B0 | 18 | FA |
Shades of #b018fa
Tints of #b018fa
RGB Percentages of Color #b018fa
CMYK Percentages of Color #b018fa
Complementary Color
#b018fa | #62fa18 |
#b018fa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b018fa Color Preview on White Background
Lorem ipsum dolor sit amet.
#b018fa Color CSS Codes
.mybgcolor {background-color:#b018fa; } .myforecolor {color:#b018fa; } .mybordercolor {border:3px solid #b018fa; }
#b018fa Text Font Color
<p style="color:#b018fa">Text here</p>
This sample text font color is #b018fa
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.
#b018fa Background Color
<div style="background-color:#b018fa">
Div content here</div>
This div background color is #b018fa
#b018fa Border Color
<div style="border:3px solid #b018fa">
Div here</div>
This div border color is #b018fa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(176,24,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b018fa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b018fa; -webkit-box-shadow: 1px 1px 3px 2px #b018fa; box-shadow: 1px 1px 3px 2px #b018fa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(176,24,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 #b018fa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b018fa; -webkit-box-shadow: 1px 1px 3px 2px #b018fa; box-shadow: 1px 1px 3px 2px #b018fa;">
Div content here</div>
This div box has shadow with color #b018fa
Comments
No comments written yet.
Please login to write comment.