Color spaces of #bb19ac
RGB | 187 | 25 | 172 |
---|---|---|---|
HSL | 0.85 | 0.76 | 0.42 |
HSV | 306° | 87° | 73° |
CMYK | 0.00 | 0.87 | 0.08 0.27 |
XYZ | 28.2875 | 14.2386 | 40.2871 |
Yxy | 14.2386 | 0.3416 | 0.1719 |
Hunter Lab | 37.7341 | 67.7786 | -36.8876 |
CIE-Lab | 44.5732 | 72.7361 | -39.1450 |
#bb19ac color RGB value is (187,25,172).
#bb19ac hex color red value is 187, green value is 25 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bb19ac hue: 0.85 , saturation: 0.76 and the lightness value of bb19ac is 0.42.
The process color (four color CMYK) of #bb19ac color hex is 0.00, 0.87, 0.08, 0.27. Web safe color of #bb19ac is #cc0099. Color #bb19ac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 00011001 | 10101100 |
Octal | 273 | 31 | 254 |
Decimal | 187 | 25 | 172 |
Hex | BB | 19 | AC |
Shades of #bb19ac
Tints of #bb19ac
RGB Percentages of Color #bb19ac
CMYK Percentages of Color #bb19ac
Complementary Color
#bb19ac | #19bb28 |
#bb19ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb19ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb19ac Color CSS Codes
.mybgcolor {background-color:#bb19ac; } .myforecolor {color:#bb19ac; } .mybordercolor {border:3px solid #bb19ac; }
#bb19ac Text Font Color
<p style="color:#bb19ac">Text here</p>
This sample text font color is #bb19ac
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.
#bb19ac Background Color
<div style="background-color:#bb19ac">
Div content here</div>
This div background color is #bb19ac
#bb19ac Border Color
<div style="border:3px solid #bb19ac">
Div here</div>
This div border color is #bb19ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,25,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb19ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb19ac; -webkit-box-shadow: 1px 1px 3px 2px #bb19ac; box-shadow: 1px 1px 3px 2px #bb19ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,25,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb19ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb19ac; -webkit-box-shadow: 1px 1px 3px 2px #bb19ac; box-shadow: 1px 1px 3px 2px #bb19ac;">
Div content here</div>
This div box has shadow with color #bb19ac
Comments
No comments written yet.
Please login to write comment.