Color spaces of #b560bd
RGB | 181 | 96 | 189 |
---|---|---|---|
HSL | 0.82 | 0.41 | 0.56 |
HSV | 295° | 49° | 74° |
CMYK | 0.04 | 0.49 | 0.00 0.26 |
XYZ | 32.4242 | 21.8636 | 50.6553 |
Yxy | 21.8636 | 0.3090 | 0.2083 |
Hunter Lab | 46.7585 | 41.9515 | -31.5002 |
CIE-Lab | 53.8820 | 48.1503 | -34.4852 |
#b560bd color RGB value is (181,96,189).
#b560bd hex color red value is 181, green value is 96 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b560bd hue: 0.82 , saturation: 0.41 and the lightness value of b560bd is 0.56.
The process color (four color CMYK) of #b560bd color hex is 0.04, 0.49, 0.00, 0.26. Web safe color of #b560bd is #cc66cc. Color #b560bd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 01100000 | 10111101 |
Octal | 265 | 140 | 275 |
Decimal | 181 | 96 | 189 |
Hex | B5 | 60 | BD |
Shades of #b560bd
Tints of #b560bd
RGB Percentages of Color #b560bd
CMYK Percentages of Color #b560bd
Complementary Color
#b560bd | #68bd60 |
#b560bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b560bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b560bd Color CSS Codes
.mybgcolor {background-color:#b560bd; } .myforecolor {color:#b560bd; } .mybordercolor {border:3px solid #b560bd; }
#b560bd Text Font Color
<p style="color:#b560bd">Text here</p>
This sample text font color is #b560bd
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.
#b560bd Background Color
<div style="background-color:#b560bd">
Div content here</div>
This div background color is #b560bd
#b560bd Border Color
<div style="border:3px solid #b560bd">
Div here</div>
This div border color is #b560bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,96,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b560bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b560bd; -webkit-box-shadow: 1px 1px 3px 2px #b560bd; box-shadow: 1px 1px 3px 2px #b560bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,96,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b560bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b560bd; -webkit-box-shadow: 1px 1px 3px 2px #b560bd; box-shadow: 1px 1px 3px 2px #b560bd;">
Div content here</div>
This div box has shadow with color #b560bd
Comments
No comments written yet.
Please login to write comment.