Color spaces of #bcabdb
RGB | 188 | 171 | 219 |
---|---|---|---|
HSL | 0.73 | 0.40 | 0.76 |
HSV | 261° | 22° | 86° |
CMYK | 0.14 | 0.22 | 0.00 0.14 |
XYZ | 48.0881 | 44.9317 | 73.1560 |
Yxy | 44.9317 | 0.2894 | 0.2704 |
Hunter Lab | 67.0311 | 10.7514 | -17.7858 |
CIE-Lab | 72.8469 | 15.4549 | -21.9858 |
#bcabdb color RGB value is (188,171,219).
#bcabdb hex color red value is 188, green value is 171 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bcabdb hue: 0.73 , saturation: 0.40 and the lightness value of bcabdb is 0.76.
The process color (four color CMYK) of #bcabdb color hex is 0.14, 0.22, 0.00, 0.14. Web safe color of #bcabdb is #cc99cc. Color #bcabdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 10101011 | 11011011 |
Octal | 274 | 253 | 333 |
Decimal | 188 | 171 | 219 |
Hex | BC | AB | DB |
Shades of #bcabdb
Tints of #bcabdb
RGB Percentages of Color #bcabdb
CMYK Percentages of Color #bcabdb
Complementary Color
#bcabdb | #cadbab |
#bcabdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcabdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcabdb Color CSS Codes
.mybgcolor {background-color:#bcabdb; } .myforecolor {color:#bcabdb; } .mybordercolor {border:3px solid #bcabdb; }
#bcabdb Text Font Color
<p style="color:#bcabdb">Text here</p>
This sample text font color is #bcabdb
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.
#bcabdb Background Color
<div style="background-color:#bcabdb">
Div content here</div>
This div background color is #bcabdb
#bcabdb Border Color
<div style="border:3px solid #bcabdb">
Div here</div>
This div border color is #bcabdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,171,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcabdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcabdb; -webkit-box-shadow: 1px 1px 3px 2px #bcabdb; box-shadow: 1px 1px 3px 2px #bcabdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,171,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 #bcabdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcabdb; -webkit-box-shadow: 1px 1px 3px 2px #bcabdb; box-shadow: 1px 1px 3px 2px #bcabdb;">
Div content here</div>
This div box has shadow with color #bcabdb
Comments
No comments written yet.
Please login to write comment.