Color spaces of #b561cb
RGB | 181 | 97 | 203 |
---|---|---|---|
HSL | 0.80 | 0.50 | 0.59 |
HSV | 288° | 52° | 80° |
CMYK | 0.11 | 0.52 | 0.00 0.20 |
XYZ | 34.1102 | 22.6849 | 59.0807 |
Yxy | 22.6849 | 0.2944 | 0.1958 |
Hunter Lab | 47.6287 | 44.4861 | -40.2059 |
CIE-Lab | 54.7463 | 50.3783 | -41.1504 |
#b561cb color RGB value is (181,97,203).
#b561cb hex color red value is 181, green value is 97 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b561cb hue: 0.80 , saturation: 0.50 and the lightness value of b561cb is 0.59.
The process color (four color CMYK) of #b561cb color hex is 0.11, 0.52, 0.00, 0.20. Web safe color of #b561cb is #cc66cc. Color #b561cb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 01100001 | 11001011 |
Octal | 265 | 141 | 313 |
Decimal | 181 | 97 | 203 |
Hex | B5 | 61 | CB |
Shades of #b561cb
Tints of #b561cb
RGB Percentages of Color #b561cb
CMYK Percentages of Color #b561cb
Complementary Color
#b561cb | #77cb61 |
#b561cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b561cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b561cb Color CSS Codes
.mybgcolor {background-color:#b561cb; } .myforecolor {color:#b561cb; } .mybordercolor {border:3px solid #b561cb; }
#b561cb Text Font Color
<p style="color:#b561cb">Text here</p>
This sample text font color is #b561cb
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.
#b561cb Background Color
<div style="background-color:#b561cb">
Div content here</div>
This div background color is #b561cb
#b561cb Border Color
<div style="border:3px solid #b561cb">
Div here</div>
This div border color is #b561cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,97,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b561cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b561cb; -webkit-box-shadow: 1px 1px 3px 2px #b561cb; box-shadow: 1px 1px 3px 2px #b561cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,97,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b561cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b561cb; -webkit-box-shadow: 1px 1px 3px 2px #b561cb; box-shadow: 1px 1px 3px 2px #b561cb;">
Div content here</div>
This div box has shadow with color #b561cb
Comments
No comments written yet.
Please login to write comment.