Color spaces of #b915db
RGB | 185 | 21 | 219 |
---|---|---|---|
HSL | 0.80 | 0.83 | 0.47 |
HSV | 290° | 90° | 86° |
CMYK | 0.16 | 0.90 | 0.00 0.14 |
XYZ | 33.0619 | 15.9651 | 68.3568 |
Yxy | 15.9651 | 0.2817 | 0.1360 |
Hunter Lab | 39.9564 | 77.7763 | -73.4631 |
CIE-Lab | 46.9287 | 80.3970 | -62.7549 |
#b915db color RGB value is (185,21,219).
#b915db hex color red value is 185, green value is 21 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b915db hue: 0.80 , saturation: 0.83 and the lightness value of b915db is 0.47.
The process color (four color CMYK) of #b915db color hex is 0.16, 0.90, 0.00, 0.14. Web safe color of #b915db is #cc00cc. Color #b915db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 00010101 | 11011011 |
Octal | 271 | 25 | 333 |
Decimal | 185 | 21 | 219 |
Hex | B9 | 15 | DB |
Shades of #b915db
Tints of #b915db
RGB Percentages of Color #b915db
CMYK Percentages of Color #b915db
Complementary Color
#b915db | #37db15 |
#b915db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b915db Color Preview on White Background
Lorem ipsum dolor sit amet.
#b915db Color CSS Codes
.mybgcolor {background-color:#b915db; } .myforecolor {color:#b915db; } .mybordercolor {border:3px solid #b915db; }
#b915db Text Font Color
<p style="color:#b915db">Text here</p>
This sample text font color is #b915db
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.
#b915db Background Color
<div style="background-color:#b915db">
Div content here</div>
This div background color is #b915db
#b915db Border Color
<div style="border:3px solid #b915db">
Div here</div>
This div border color is #b915db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,21,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b915db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b915db; -webkit-box-shadow: 1px 1px 3px 2px #b915db; box-shadow: 1px 1px 3px 2px #b915db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,21,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 #b915db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b915db; -webkit-box-shadow: 1px 1px 3px 2px #b915db; box-shadow: 1px 1px 3px 2px #b915db;">
Div content here</div>
This div box has shadow with color #b915db
Comments
No comments written yet.
Please login to write comment.