Color spaces of #b16bdb
RGB | 177 | 107 | 219 |
---|---|---|---|
HSL | 0.77 | 0.61 | 0.64 |
HSV | 278° | 51° | 86° |
CMYK | 0.19 | 0.51 | 0.00 0.14 |
XYZ | 36.1753 | 24.9770 | 69.9322 |
Yxy | 24.9770 | 0.2760 | 0.1905 |
Hunter Lab | 49.9770 | 41.7455 | -47.9799 |
CIE-Lab | 57.0530 | 47.4661 | -46.6048 |
#b16bdb color RGB value is (177,107,219).
#b16bdb hex color red value is 177, green value is 107 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b16bdb hue: 0.77 , saturation: 0.61 and the lightness value of b16bdb is 0.64.
The process color (four color CMYK) of #b16bdb color hex is 0.19, 0.51, 0.00, 0.14. Web safe color of #b16bdb is #9966cc. Color #b16bdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 01101011 | 11011011 |
Octal | 261 | 153 | 333 |
Decimal | 177 | 107 | 219 |
Hex | B1 | 6B | DB |
Shades of #b16bdb
Tints of #b16bdb
RGB Percentages of Color #b16bdb
CMYK Percentages of Color #b16bdb
Complementary Color
#b16bdb | #95db6b |
#b16bdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b16bdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b16bdb Color CSS Codes
.mybgcolor {background-color:#b16bdb; } .myforecolor {color:#b16bdb; } .mybordercolor {border:3px solid #b16bdb; }
#b16bdb Text Font Color
<p style="color:#b16bdb">Text here</p>
This sample text font color is #b16bdb
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.
#b16bdb Background Color
<div style="background-color:#b16bdb">
Div content here</div>
This div background color is #b16bdb
#b16bdb Border Color
<div style="border:3px solid #b16bdb">
Div here</div>
This div border color is #b16bdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,107,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b16bdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b16bdb; -webkit-box-shadow: 1px 1px 3px 2px #b16bdb; box-shadow: 1px 1px 3px 2px #b16bdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,107,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b16bdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b16bdb; -webkit-box-shadow: 1px 1px 3px 2px #b16bdb; box-shadow: 1px 1px 3px 2px #b16bdb;">
Div content here</div>
This div box has shadow with color #b16bdb
Comments
No comments written yet.
Please login to write comment.