Color spaces of #bb309e
RGB | 187 | 48 | 158 |
---|---|---|---|
HSL | 0.87 | 0.59 | 0.46 |
HSV | 313° | 74° | 73° |
CMYK | 0.00 | 0.74 | 0.16 0.27 |
XYZ | 27.7220 | 15.1473 | 33.8104 |
Yxy | 15.1473 | 0.3615 | 0.1975 |
Hunter Lab | 38.9195 | 59.0346 | -24.2631 |
CIE-Lab | 45.8353 | 65.0565 | -28.8211 |
#bb309e color RGB value is (187,48,158).
#bb309e hex color red value is 187, green value is 48 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #bb309e hue: 0.87 , saturation: 0.59 and the lightness value of bb309e is 0.46.
The process color (four color CMYK) of #bb309e color hex is 0.00, 0.74, 0.16, 0.27. Web safe color of #bb309e is #cc3399. Color #bb309e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 00110000 | 10011110 |
Octal | 273 | 60 | 236 |
Decimal | 187 | 48 | 158 |
Hex | BB | 30 | 9E |
Shades of #bb309e
Tints of #bb309e
RGB Percentages of Color #bb309e
CMYK Percentages of Color #bb309e
Complementary Color
#bb309e | #30bb4d |
#bb309e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb309e Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb309e Color CSS Codes
.mybgcolor {background-color:#bb309e; } .myforecolor {color:#bb309e; } .mybordercolor {border:3px solid #bb309e; }
#bb309e Text Font Color
<p style="color:#bb309e">Text here</p>
This sample text font color is #bb309e
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.
#bb309e Background Color
<div style="background-color:#bb309e">
Div content here</div>
This div background color is #bb309e
#bb309e Border Color
<div style="border:3px solid #bb309e">
Div here</div>
This div border color is #bb309e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,48,158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb309e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb309e; -webkit-box-shadow: 1px 1px 3px 2px #bb309e; box-shadow: 1px 1px 3px 2px #bb309e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,48,158, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb309e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb309e; -webkit-box-shadow: 1px 1px 3px 2px #bb309e; box-shadow: 1px 1px 3px 2px #bb309e;">
Div content here</div>
This div box has shadow with color #bb309e
Comments
No comments written yet.
Please login to write comment.