Color spaces of #bb09bf
RGB | 187 | 9 | 191 |
---|---|---|---|
HSL | 0.83 | 0.91 | 0.39 |
HSV | 299° | 95° | 75° |
CMYK | 0.02 | 0.95 | 0.00 0.25 |
XYZ | 29.9952 | 14.5218 | 50.5123 |
Yxy | 14.5218 | 0.3156 | 0.1528 |
Hunter Lab | 38.1075 | 73.8130 | -51.9150 |
CIE-Lab | 44.9721 | 77.6033 | -49.7011 |
#bb09bf color RGB value is (187,9,191).
#bb09bf hex color red value is 187, green value is 9 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #bb09bf hue: 0.83 , saturation: 0.91 and the lightness value of bb09bf is 0.39.
The process color (four color CMYK) of #bb09bf color hex is 0.02, 0.95, 0.00, 0.25. Web safe color of #bb09bf is #cc00cc. Color #bb09bf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 00001001 | 10111111 |
Octal | 273 | 11 | 277 |
Decimal | 187 | 9 | 191 |
Hex | BB | 9 | BF |
Shades of #bb09bf
Tints of #bb09bf
RGB Percentages of Color #bb09bf
CMYK Percentages of Color #bb09bf
Complementary Color
#bb09bf | #0dbf09 |
#bb09bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb09bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb09bf Color CSS Codes
.mybgcolor {background-color:#bb09bf; } .myforecolor {color:#bb09bf; } .mybordercolor {border:3px solid #bb09bf; }
#bb09bf Text Font Color
<p style="color:#bb09bf">Text here</p>
This sample text font color is #bb09bf
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.
#bb09bf Background Color
<div style="background-color:#bb09bf">
Div content here</div>
This div background color is #bb09bf
#bb09bf Border Color
<div style="border:3px solid #bb09bf">
Div here</div>
This div border color is #bb09bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,9,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb09bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb09bf; -webkit-box-shadow: 1px 1px 3px 2px #bb09bf; box-shadow: 1px 1px 3px 2px #bb09bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,9,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb09bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb09bf; -webkit-box-shadow: 1px 1px 3px 2px #bb09bf; box-shadow: 1px 1px 3px 2px #bb09bf;">
Div content here</div>
This div box has shadow with color #bb09bf
Comments
No comments written yet.
Please login to write comment.