Color spaces of #b19bdb
RGB | 177 | 155 | 219 |
---|---|---|---|
HSL | 0.72 | 0.47 | 0.73 |
HSV | 261° | 29° | 86° |
CMYK | 0.19 | 0.29 | 0.00 0.14 |
XYZ | 42.6390 | 37.9043 | 72.0868 |
Yxy | 37.9043 | 0.2794 | 0.2483 |
Hunter Lab | 61.5665 | 15.8822 | -26.3248 |
CIE-Lab | 67.9500 | 20.9062 | -29.5711 |
#b19bdb color RGB value is (177,155,219).
#b19bdb hex color red value is 177, green value is 155 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b19bdb hue: 0.72 , saturation: 0.47 and the lightness value of b19bdb is 0.73.
The process color (four color CMYK) of #b19bdb color hex is 0.19, 0.29, 0.00, 0.14. Web safe color of #b19bdb is #9999cc. Color #b19bdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 10011011 | 11011011 |
Octal | 261 | 233 | 333 |
Decimal | 177 | 155 | 219 |
Hex | B1 | 9B | DB |
Shades of #b19bdb
Tints of #b19bdb
RGB Percentages of Color #b19bdb
CMYK Percentages of Color #b19bdb
Complementary Color
#b19bdb | #c5db9b |
#b19bdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b19bdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b19bdb Color CSS Codes
.mybgcolor {background-color:#b19bdb; } .myforecolor {color:#b19bdb; } .mybordercolor {border:3px solid #b19bdb; }
#b19bdb Text Font Color
<p style="color:#b19bdb">Text here</p>
This sample text font color is #b19bdb
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.
#b19bdb Background Color
<div style="background-color:#b19bdb">
Div content here</div>
This div background color is #b19bdb
#b19bdb Border Color
<div style="border:3px solid #b19bdb">
Div here</div>
This div border color is #b19bdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,155,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b19bdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b19bdb; -webkit-box-shadow: 1px 1px 3px 2px #b19bdb; box-shadow: 1px 1px 3px 2px #b19bdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,155,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 #b19bdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b19bdb; -webkit-box-shadow: 1px 1px 3px 2px #b19bdb; box-shadow: 1px 1px 3px 2px #b19bdb;">
Div content here</div>
This div box has shadow with color #b19bdb
Comments
No comments written yet.
Please login to write comment.