Color spaces of #b96cfb
RGB | 185 | 108 | 251 |
---|---|---|---|
HSL | 0.76 | 0.95 | 0.70 |
HSV | 272° | 57° | 98° |
CMYK | 0.26 | 0.57 | 0.00 0.02 |
XYZ | 42.7827 | 28.0044 | 94.4173 |
Yxy | 28.0044 | 0.2590 | 0.1695 |
Hunter Lab | 52.9192 | 51.7004 | -68.7405 |
CIE-Lab | 59.8927 | 56.0654 | -59.8694 |
#b96cfb color RGB value is (185,108,251).
#b96cfb hex color red value is 185, green value is 108 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b96cfb hue: 0.76 , saturation: 0.95 and the lightness value of b96cfb is 0.70.
The process color (four color CMYK) of #b96cfb color hex is 0.26, 0.57, 0.00, 0.02. Web safe color of #b96cfb is #cc66ff. Color #b96cfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 01101100 | 11111011 |
Octal | 271 | 154 | 373 |
Decimal | 185 | 108 | 251 |
Hex | B9 | 6C | FB |
Shades of #b96cfb
Tints of #b96cfb
RGB Percentages of Color #b96cfb
CMYK Percentages of Color #b96cfb
Complementary Color
#b96cfb | #aefb6c |
#b96cfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b96cfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b96cfb Color CSS Codes
.mybgcolor {background-color:#b96cfb; } .myforecolor {color:#b96cfb; } .mybordercolor {border:3px solid #b96cfb; }
#b96cfb Text Font Color
<p style="color:#b96cfb">Text here</p>
This sample text font color is #b96cfb
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.
#b96cfb Background Color
<div style="background-color:#b96cfb">
Div content here</div>
This div background color is #b96cfb
#b96cfb Border Color
<div style="border:3px solid #b96cfb">
Div here</div>
This div border color is #b96cfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,108,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b96cfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b96cfb; -webkit-box-shadow: 1px 1px 3px 2px #b96cfb; box-shadow: 1px 1px 3px 2px #b96cfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,108,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 #b96cfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b96cfb; -webkit-box-shadow: 1px 1px 3px 2px #b96cfb; box-shadow: 1px 1px 3px 2px #b96cfb;">
Div content here</div>
This div box has shadow with color #b96cfb
Comments
No comments written yet.
Please login to write comment.