Color spaces of #b05afb
RGB | 176 | 90 | 251 |
---|---|---|---|
HSL | 0.76 | 0.95 | 0.67 |
HSV | 272° | 64° | 98° |
CMYK | 0.30 | 0.64 | 0.00 0.02 |
XYZ | 38.9732 | 23.5075 | 93.7501 |
Yxy | 23.5075 | 0.2495 | 0.1505 |
Hunter Lab | 48.4845 | 58.6353 | -80.7045 |
CIE-Lab | 55.5913 | 62.8773 | -66.8354 |
#b05afb color RGB value is (176,90,251).
#b05afb hex color red value is 176, green value is 90 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b05afb hue: 0.76 , saturation: 0.95 and the lightness value of b05afb is 0.67.
The process color (four color CMYK) of #b05afb color hex is 0.30, 0.64, 0.00, 0.02. Web safe color of #b05afb is #9966ff. Color #b05afb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110000 | 01011010 | 11111011 |
Octal | 260 | 132 | 373 |
Decimal | 176 | 90 | 251 |
Hex | B0 | 5A | FB |
Shades of #b05afb
Tints of #b05afb
RGB Percentages of Color #b05afb
CMYK Percentages of Color #b05afb
Complementary Color
#b05afb | #a5fb5a |
#b05afb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b05afb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b05afb Color CSS Codes
.mybgcolor {background-color:#b05afb; } .myforecolor {color:#b05afb; } .mybordercolor {border:3px solid #b05afb; }
#b05afb Text Font Color
<p style="color:#b05afb">Text here</p>
This sample text font color is #b05afb
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.
#b05afb Background Color
<div style="background-color:#b05afb">
Div content here</div>
This div background color is #b05afb
#b05afb Border Color
<div style="border:3px solid #b05afb">
Div here</div>
This div border color is #b05afb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(176,90,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b05afb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b05afb; -webkit-box-shadow: 1px 1px 3px 2px #b05afb; box-shadow: 1px 1px 3px 2px #b05afb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(176,90,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 #b05afb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b05afb; -webkit-box-shadow: 1px 1px 3px 2px #b05afb; box-shadow: 1px 1px 3px 2px #b05afb;">
Div content here</div>
This div box has shadow with color #b05afb
Comments
No comments written yet.
Please login to write comment.