Color spaces of #bb3aff
RGB | 187 | 58 | 255 |
---|---|---|---|
HSL | 0.78 | 1.00 | 0.61 |
HSV | 279° | 77° | 100° |
CMYK | 0.27 | 0.77 | 0.00 0.00 |
XYZ | 40.0566 | 20.8109 | 96.5134 |
Yxy | 20.8109 | 0.2545 | 0.1322 |
Hunter Lab | 45.6190 | 76.9021 | -93.5031 |
CIE-Lab | 52.7419 | 78.5697 | -73.5994 |
#bb3aff color RGB value is (187,58,255).
#bb3aff hex color red value is 187, green value is 58 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #bb3aff hue: 0.78 , saturation: 1.00 and the lightness value of bb3aff is 0.61.
The process color (four color CMYK) of #bb3aff color hex is 0.27, 0.77, 0.00, 0.00. Web safe color of #bb3aff is #cc33ff. Color #bb3aff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 00111010 | 11111111 |
Octal | 273 | 72 | 377 |
Decimal | 187 | 58 | 255 |
Hex | BB | 3A | FF |
Shades of #bb3aff
Tints of #bb3aff
RGB Percentages of Color #bb3aff
CMYK Percentages of Color #bb3aff
Complementary Color
#bb3aff | #7eff3a |
#bb3aff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb3aff Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb3aff Color CSS Codes
.mybgcolor {background-color:#bb3aff; } .myforecolor {color:#bb3aff; } .mybordercolor {border:3px solid #bb3aff; }
#bb3aff Text Font Color
<p style="color:#bb3aff">Text here</p>
This sample text font color is #bb3aff
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.
#bb3aff Background Color
<div style="background-color:#bb3aff">
Div content here</div>
This div background color is #bb3aff
#bb3aff Border Color
<div style="border:3px solid #bb3aff">
Div here</div>
This div border color is #bb3aff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,58,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb3aff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb3aff; -webkit-box-shadow: 1px 1px 3px 2px #bb3aff; box-shadow: 1px 1px 3px 2px #bb3aff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,58,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb3aff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb3aff; -webkit-box-shadow: 1px 1px 3px 2px #bb3aff; box-shadow: 1px 1px 3px 2px #bb3aff;">
Div content here</div>
This div box has shadow with color #bb3aff
Comments
No comments written yet.
Please login to write comment.