Color spaces of #b563fa
RGB | 181 | 99 | 250 |
---|---|---|---|
HSL | 0.76 | 0.94 | 0.68 |
HSV | 273° | 60° | 98° |
CMYK | 0.28 | 0.60 | 0.00 0.02 |
XYZ | 40.7732 | 25.6496 | 93.2444 |
Yxy | 25.6496 | 0.2554 | 0.1606 |
Hunter Lab | 50.6454 | 55.0758 | -73.7083 |
CIE-Lab | 57.7029 | 59.4082 | -62.8519 |
#b563fa color RGB value is (181,99,250).
#b563fa hex color red value is 181, green value is 99 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b563fa hue: 0.76 , saturation: 0.94 and the lightness value of b563fa is 0.68.
The process color (four color CMYK) of #b563fa color hex is 0.28, 0.60, 0.00, 0.02. Web safe color of #b563fa is #cc66ff. Color #b563fa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 01100011 | 11111010 |
Octal | 265 | 143 | 372 |
Decimal | 181 | 99 | 250 |
Hex | B5 | 63 | FA |
Shades of #b563fa
Tints of #b563fa
RGB Percentages of Color #b563fa
CMYK Percentages of Color #b563fa
Complementary Color
#b563fa | #a8fa63 |
#b563fa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b563fa Color Preview on White Background
Lorem ipsum dolor sit amet.
#b563fa Color CSS Codes
.mybgcolor {background-color:#b563fa; } .myforecolor {color:#b563fa; } .mybordercolor {border:3px solid #b563fa; }
#b563fa Text Font Color
<p style="color:#b563fa">Text here</p>
This sample text font color is #b563fa
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.
#b563fa Background Color
<div style="background-color:#b563fa">
Div content here</div>
This div background color is #b563fa
#b563fa Border Color
<div style="border:3px solid #b563fa">
Div here</div>
This div border color is #b563fa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,99,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b563fa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b563fa; -webkit-box-shadow: 1px 1px 3px 2px #b563fa; box-shadow: 1px 1px 3px 2px #b563fa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,99,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 #b563fa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b563fa; -webkit-box-shadow: 1px 1px 3px 2px #b563fa; box-shadow: 1px 1px 3px 2px #b563fa;">
Div content here</div>
This div box has shadow with color #b563fa
Comments
No comments written yet.
Please login to write comment.