Color spaces of #b560db
RGB | 181 | 96 | 219 |
---|---|---|---|
HSL | 0.78 | 0.63 | 0.62 |
HSV | 281° | 56° | 86° |
CMYK | 0.17 | 0.56 | 0.00 0.14 |
XYZ | 36.0251 | 23.3040 | 69.6172 |
Yxy | 23.3040 | 0.2794 | 0.1807 |
Hunter Lab | 48.2742 | 48.7275 | -51.7113 |
CIE-Lab | 55.3841 | 54.1574 | -49.2227 |
#b560db color RGB value is (181,96,219).
#b560db hex color red value is 181, green value is 96 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b560db hue: 0.78 , saturation: 0.63 and the lightness value of b560db is 0.62.
The process color (four color CMYK) of #b560db color hex is 0.17, 0.56, 0.00, 0.14. Web safe color of #b560db is #cc66cc. Color #b560db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 01100000 | 11011011 |
Octal | 265 | 140 | 333 |
Decimal | 181 | 96 | 219 |
Hex | B5 | 60 | DB |
Shades of #b560db
Tints of #b560db
RGB Percentages of Color #b560db
CMYK Percentages of Color #b560db
Complementary Color
#b560db | #86db60 |
#b560db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b560db Color Preview on White Background
Lorem ipsum dolor sit amet.
#b560db Color CSS Codes
.mybgcolor {background-color:#b560db; } .myforecolor {color:#b560db; } .mybordercolor {border:3px solid #b560db; }
#b560db Text Font Color
<p style="color:#b560db">Text here</p>
This sample text font color is #b560db
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.
#b560db Background Color
<div style="background-color:#b560db">
Div content here</div>
This div background color is #b560db
#b560db Border Color
<div style="border:3px solid #b560db">
Div here</div>
This div border color is #b560db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,96,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b560db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b560db; -webkit-box-shadow: 1px 1px 3px 2px #b560db; box-shadow: 1px 1px 3px 2px #b560db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,96,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 #b560db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b560db; -webkit-box-shadow: 1px 1px 3px 2px #b560db; box-shadow: 1px 1px 3px 2px #b560db;">
Div content here</div>
This div box has shadow with color #b560db
Comments
No comments written yet.
Please login to write comment.