Color spaces of #bb3abb
RGB | 187 | 58 | 187 |
---|---|---|---|
HSL | 0.83 | 0.53 | 0.48 |
HSV | 300° | 69° | 73° |
CMYK | 0.00 | 0.69 | 0.00 0.27 |
XYZ | 30.9762 | 17.1788 | 48.6969 |
Yxy | 17.1788 | 0.3198 | 0.1774 |
Hunter Lab | 41.4473 | 60.8715 | -40.6473 |
CIE-Lab | 48.4845 | 66.1351 | -41.7677 |
#bb3abb color RGB value is (187,58,187).
#bb3abb hex color red value is 187, green value is 58 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #bb3abb hue: 0.83 , saturation: 0.53 and the lightness value of bb3abb is 0.48.
The process color (four color CMYK) of #bb3abb color hex is 0.00, 0.69, 0.00, 0.27. Web safe color of #bb3abb is #cc33cc. Color #bb3abb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 00111010 | 10111011 |
Octal | 273 | 72 | 273 |
Decimal | 187 | 58 | 187 |
Hex | BB | 3A | BB |
Shades of #bb3abb
Tints of #bb3abb
RGB Percentages of Color #bb3abb
CMYK Percentages of Color #bb3abb
Complementary Color
#bb3abb | #3abb3a |
#bb3abb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb3abb Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb3abb Color CSS Codes
.mybgcolor {background-color:#bb3abb; } .myforecolor {color:#bb3abb; } .mybordercolor {border:3px solid #bb3abb; }
#bb3abb Text Font Color
<p style="color:#bb3abb">Text here</p>
This sample text font color is #bb3abb
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.
#bb3abb Background Color
<div style="background-color:#bb3abb">
Div content here</div>
This div background color is #bb3abb
#bb3abb Border Color
<div style="border:3px solid #bb3abb">
Div here</div>
This div border color is #bb3abb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,58,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb3abb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb3abb; -webkit-box-shadow: 1px 1px 3px 2px #bb3abb; box-shadow: 1px 1px 3px 2px #bb3abb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,58,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb3abb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb3abb; -webkit-box-shadow: 1px 1px 3px 2px #bb3abb; box-shadow: 1px 1px 3px 2px #bb3abb;">
Div content here</div>
This div box has shadow with color #bb3abb
Comments
No comments written yet.
Please login to write comment.