Color spaces of #b906db
RGB | 185 | 6 | 219 |
---|---|---|---|
HSL | 0.81 | 0.95 | 0.44 |
HSV | 290° | 97° | 86° |
CMYK | 0.16 | 0.97 | 0.00 0.14 |
XYZ | 32.8589 | 15.5590 | 68.2892 |
Yxy | 15.5590 | 0.2816 | 0.1333 |
Hunter Lab | 39.4449 | 79.6678 | -75.0347 |
CIE-Lab | 46.3905 | 81.9954 | -63.6263 |
#b906db color RGB value is (185,6,219).
#b906db hex color red value is 185, green value is 6 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b906db hue: 0.81 , saturation: 0.95 and the lightness value of b906db is 0.44.
The process color (four color CMYK) of #b906db color hex is 0.16, 0.97, 0.00, 0.14. Web safe color of #b906db is #cc00cc. Color #b906db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 00000110 | 11011011 |
Octal | 271 | 6 | 333 |
Decimal | 185 | 6 | 219 |
Hex | B9 | 6 | DB |
Shades of #b906db
Tints of #b906db
RGB Percentages of Color #b906db
CMYK Percentages of Color #b906db
Complementary Color
#b906db | #28db06 |
#b906db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b906db Color Preview on White Background
Lorem ipsum dolor sit amet.
#b906db Color CSS Codes
.mybgcolor {background-color:#b906db; } .myforecolor {color:#b906db; } .mybordercolor {border:3px solid #b906db; }
#b906db Text Font Color
<p style="color:#b906db">Text here</p>
This sample text font color is #b906db
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.
#b906db Background Color
<div style="background-color:#b906db">
Div content here</div>
This div background color is #b906db
#b906db Border Color
<div style="border:3px solid #b906db">
Div here</div>
This div border color is #b906db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,6,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b906db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b906db; -webkit-box-shadow: 1px 1px 3px 2px #b906db; box-shadow: 1px 1px 3px 2px #b906db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,6,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 #b906db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b906db; -webkit-box-shadow: 1px 1px 3px 2px #b906db; box-shadow: 1px 1px 3px 2px #b906db;">
Div content here</div>
This div box has shadow with color #b906db
Comments
No comments written yet.
Please login to write comment.