Color spaces of #bb20ca
RGB | 187 | 32 | 202 |
---|---|---|---|
HSL | 0.82 | 0.73 | 0.46 |
HSV | 295° | 84° | 79° |
CMYK | 0.07 | 0.84 | 0.00 0.21 |
XYZ | 31.6707 | 15.8621 | 57.2696 |
Yxy | 15.8621 | 0.3022 | 0.1514 |
Hunter Lab | 39.8273 | 72.2458 | -57.3770 |
CIE-Lab | 46.7930 | 75.9785 | -53.1787 |
#bb20ca color RGB value is (187,32,202).
#bb20ca hex color red value is 187, green value is 32 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bb20ca hue: 0.82 , saturation: 0.73 and the lightness value of bb20ca is 0.46.
The process color (four color CMYK) of #bb20ca color hex is 0.07, 0.84, 0.00, 0.21. Web safe color of #bb20ca is #cc33cc. Color #bb20ca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 00100000 | 11001010 |
Octal | 273 | 40 | 312 |
Decimal | 187 | 32 | 202 |
Hex | BB | 20 | CA |
Shades of #bb20ca
Tints of #bb20ca
RGB Percentages of Color #bb20ca
CMYK Percentages of Color #bb20ca
Complementary Color
#bb20ca | #2fca20 |
#bb20ca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb20ca Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb20ca Color CSS Codes
.mybgcolor {background-color:#bb20ca; } .myforecolor {color:#bb20ca; } .mybordercolor {border:3px solid #bb20ca; }
#bb20ca Text Font Color
<p style="color:#bb20ca">Text here</p>
This sample text font color is #bb20ca
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.
#bb20ca Background Color
<div style="background-color:#bb20ca">
Div content here</div>
This div background color is #bb20ca
#bb20ca Border Color
<div style="border:3px solid #bb20ca">
Div here</div>
This div border color is #bb20ca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,32,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb20ca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb20ca; -webkit-box-shadow: 1px 1px 3px 2px #bb20ca; box-shadow: 1px 1px 3px 2px #bb20ca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,32,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb20ca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb20ca; -webkit-box-shadow: 1px 1px 3px 2px #bb20ca; box-shadow: 1px 1px 3px 2px #bb20ca;">
Div content here</div>
This div box has shadow with color #bb20ca
Comments
No comments written yet.
Please login to write comment.