Color spaces of #b59afa
RGB | 181 | 154 | 250 |
---|---|---|---|
HSL | 0.71 | 0.91 | 0.79 |
HSV | 257° | 38° | 98° |
CMYK | 0.28 | 0.38 | 0.00 0.02 |
XYZ | 47.8670 | 39.8371 | 95.6089 |
Yxy | 39.8371 | 0.2611 | 0.2173 |
Hunter Lab | 63.1166 | 24.9184 | -45.6307 |
CIE-Lab | 69.3533 | 29.9018 | -44.3570 |
#b59afa color RGB value is (181,154,250).
#b59afa hex color red value is 181, green value is 154 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b59afa hue: 0.71 , saturation: 0.91 and the lightness value of b59afa is 0.79.
The process color (four color CMYK) of #b59afa color hex is 0.28, 0.38, 0.00, 0.02. Web safe color of #b59afa is #cc99ff. Color #b59afa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 10011010 | 11111010 |
Octal | 265 | 232 | 372 |
Decimal | 181 | 154 | 250 |
Hex | B5 | 9A | FA |
Shades of #b59afa
Tints of #b59afa
RGB Percentages of Color #b59afa
CMYK Percentages of Color #b59afa
Complementary Color
#b59afa | #dffa9a |
#b59afa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b59afa Color Preview on White Background
Lorem ipsum dolor sit amet.
#b59afa Color CSS Codes
.mybgcolor {background-color:#b59afa; } .myforecolor {color:#b59afa; } .mybordercolor {border:3px solid #b59afa; }
#b59afa Text Font Color
<p style="color:#b59afa">Text here</p>
This sample text font color is #b59afa
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.
#b59afa Background Color
<div style="background-color:#b59afa">
Div content here</div>
This div background color is #b59afa
#b59afa Border Color
<div style="border:3px solid #b59afa">
Div here</div>
This div border color is #b59afa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,154,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b59afa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b59afa; -webkit-box-shadow: 1px 1px 3px 2px #b59afa; box-shadow: 1px 1px 3px 2px #b59afa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,154,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 #b59afa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b59afa; -webkit-box-shadow: 1px 1px 3px 2px #b59afa; box-shadow: 1px 1px 3px 2px #b59afa;">
Div content here</div>
This div box has shadow with color #b59afa
Comments
No comments written yet.
Please login to write comment.