Color spaces of #bba3cb
RGB | 187 | 163 | 203 |
---|---|---|---|
HSL | 0.77 | 0.28 | 0.72 |
HSV | 276° | 20° | 80° |
CMYK | 0.08 | 0.20 | 0.00 0.20 |
XYZ | 44.3702 | 41.0710 | 62.0888 |
Yxy | 41.0710 | 0.3008 | 0.2784 |
Hunter Lab | 64.0867 | 11.4323 | -12.5810 |
CIE-Lab | 70.2256 | 16.2091 | -17.1847 |
#bba3cb color RGB value is (187,163,203).
#bba3cb hex color red value is 187, green value is 163 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bba3cb hue: 0.77 , saturation: 0.28 and the lightness value of bba3cb is 0.72.
The process color (four color CMYK) of #bba3cb color hex is 0.08, 0.20, 0.00, 0.20. Web safe color of #bba3cb is #cc99cc. Color #bba3cb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10100011 | 11001011 |
Octal | 273 | 243 | 313 |
Decimal | 187 | 163 | 203 |
Hex | BB | A3 | CB |
Shades of #bba3cb
Tints of #bba3cb
RGB Percentages of Color #bba3cb
CMYK Percentages of Color #bba3cb
Complementary Color
#bba3cb | #b3cba3 |
#bba3cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bba3cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#bba3cb Color CSS Codes
.mybgcolor {background-color:#bba3cb; } .myforecolor {color:#bba3cb; } .mybordercolor {border:3px solid #bba3cb; }
#bba3cb Text Font Color
<p style="color:#bba3cb">Text here</p>
This sample text font color is #bba3cb
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.
#bba3cb Background Color
<div style="background-color:#bba3cb">
Div content here</div>
This div background color is #bba3cb
#bba3cb Border Color
<div style="border:3px solid #bba3cb">
Div here</div>
This div border color is #bba3cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,163,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bba3cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bba3cb; -webkit-box-shadow: 1px 1px 3px 2px #bba3cb; box-shadow: 1px 1px 3px 2px #bba3cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,163,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 #bba3cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bba3cb; -webkit-box-shadow: 1px 1px 3px 2px #bba3cb; box-shadow: 1px 1px 3px 2px #bba3cb;">
Div content here</div>
This div box has shadow with color #bba3cb
Comments
No comments written yet.
Please login to write comment.