Color spaces of #bb2aff
RGB | 187 | 42 | 255 |
---|---|---|---|
HSL | 0.78 | 1.00 | 0.58 |
HSV | 281° | 84° | 100° |
CMYK | 0.27 | 0.84 | 0.00 0.00 |
XYZ | 39.3715 | 19.4407 | 96.2851 |
Yxy | 19.4407 | 0.2539 | 0.1253 |
Hunter Lab | 44.0916 | 82.2308 | -98.6105 |
CIE-Lab | 51.1989 | 83.0713 | -76.1082 |
#bb2aff color RGB value is (187,42,255).
#bb2aff hex color red value is 187, green value is 42 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #bb2aff hue: 0.78 , saturation: 1.00 and the lightness value of bb2aff is 0.58.
The process color (four color CMYK) of #bb2aff color hex is 0.27, 0.84, 0.00, 0.00. Web safe color of #bb2aff is #cc33ff. Color #bb2aff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 00101010 | 11111111 |
Octal | 273 | 52 | 377 |
Decimal | 187 | 42 | 255 |
Hex | BB | 2A | FF |
Shades of #bb2aff
Tints of #bb2aff
RGB Percentages of Color #bb2aff
CMYK Percentages of Color #bb2aff
Complementary Color
#bb2aff | #6eff2a |
#bb2aff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb2aff Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb2aff Color CSS Codes
.mybgcolor {background-color:#bb2aff; } .myforecolor {color:#bb2aff; } .mybordercolor {border:3px solid #bb2aff; }
#bb2aff Text Font Color
<p style="color:#bb2aff">Text here</p>
This sample text font color is #bb2aff
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.
#bb2aff Background Color
<div style="background-color:#bb2aff">
Div content here</div>
This div background color is #bb2aff
#bb2aff Border Color
<div style="border:3px solid #bb2aff">
Div here</div>
This div border color is #bb2aff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,42,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb2aff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb2aff; -webkit-box-shadow: 1px 1px 3px 2px #bb2aff; box-shadow: 1px 1px 3px 2px #bb2aff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,42,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 #bb2aff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb2aff; -webkit-box-shadow: 1px 1px 3px 2px #bb2aff; box-shadow: 1px 1px 3px 2px #bb2aff;">
Div content here</div>
This div box has shadow with color #bb2aff
Comments
No comments written yet.
Please login to write comment.