Color spaces of #bb16aa
RGB | 187 | 22 | 170 |
---|---|---|---|
HSL | 0.85 | 0.79 | 0.41 |
HSV | 306° | 88° | 73° |
CMYK | 0.00 | 0.88 | 0.09 0.27 |
XYZ | 28.0361 | 14.0409 | 39.2627 |
Yxy | 14.0409 | 0.3447 | 0.1726 |
Hunter Lab | 37.4712 | 67.9799 | -35.8948 |
CIE-Lab | 44.2915 | 72.9583 | -38.4032 |
#bb16aa color RGB value is (187,22,170).
#bb16aa hex color red value is 187, green value is 22 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bb16aa hue: 0.85 , saturation: 0.79 and the lightness value of bb16aa is 0.41.
The process color (four color CMYK) of #bb16aa color hex is 0.00, 0.88, 0.09, 0.27. Web safe color of #bb16aa is #cc0099. Color #bb16aa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 00010110 | 10101010 |
Octal | 273 | 26 | 252 |
Decimal | 187 | 22 | 170 |
Hex | BB | 16 | AA |
Shades of #bb16aa
Tints of #bb16aa
RGB Percentages of Color #bb16aa
CMYK Percentages of Color #bb16aa
Complementary Color
#bb16aa | #16bb27 |
#bb16aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb16aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb16aa Color CSS Codes
.mybgcolor {background-color:#bb16aa; } .myforecolor {color:#bb16aa; } .mybordercolor {border:3px solid #bb16aa; }
#bb16aa Text Font Color
<p style="color:#bb16aa">Text here</p>
This sample text font color is #bb16aa
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.
#bb16aa Background Color
<div style="background-color:#bb16aa">
Div content here</div>
This div background color is #bb16aa
#bb16aa Border Color
<div style="border:3px solid #bb16aa">
Div here</div>
This div border color is #bb16aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,22,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb16aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb16aa; -webkit-box-shadow: 1px 1px 3px 2px #bb16aa; box-shadow: 1px 1px 3px 2px #bb16aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,22,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb16aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb16aa; -webkit-box-shadow: 1px 1px 3px 2px #bb16aa; box-shadow: 1px 1px 3px 2px #bb16aa;">
Div content here</div>
This div box has shadow with color #bb16aa
Comments
No comments written yet.
Please login to write comment.