Color spaces of #bb488f
RGB | 187 | 72 | 143 |
---|---|---|---|
HSL | 0.90 | 0.46 | 0.51 |
HSV | 323° | 61° | 73° |
CMYK | 0.00 | 0.61 | 0.24 0.27 |
XYZ | 27.7688 | 17.1827 | 27.8396 |
Yxy | 17.1827 | 0.3815 | 0.2361 |
Hunter Lab | 41.4520 | 47.0365 | -10.8034 |
CIE-Lab | 48.4894 | 53.8028 | -15.7511 |
#bb488f color RGB value is (187,72,143).
#bb488f hex color red value is 187, green value is 72 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #bb488f hue: 0.90 , saturation: 0.46 and the lightness value of bb488f is 0.51.
The process color (four color CMYK) of #bb488f color hex is 0.00, 0.61, 0.24, 0.27. Web safe color of #bb488f is #cc3399. Color #bb488f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 01001000 | 10001111 |
Octal | 273 | 110 | 217 |
Decimal | 187 | 72 | 143 |
Hex | BB | 48 | 8F |
Shades of #bb488f
Tints of #bb488f
RGB Percentages of Color #bb488f
CMYK Percentages of Color #bb488f
Complementary Color
#bb488f | #48bb74 |
#bb488f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb488f Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb488f Color CSS Codes
.mybgcolor {background-color:#bb488f; } .myforecolor {color:#bb488f; } .mybordercolor {border:3px solid #bb488f; }
#bb488f Text Font Color
<p style="color:#bb488f">Text here</p>
This sample text font color is #bb488f
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.
#bb488f Background Color
<div style="background-color:#bb488f">
Div content here</div>
This div background color is #bb488f
#bb488f Border Color
<div style="border:3px solid #bb488f">
Div here</div>
This div border color is #bb488f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,72,143, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb488f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb488f; -webkit-box-shadow: 1px 1px 3px 2px #bb488f; box-shadow: 1px 1px 3px 2px #bb488f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,72,143, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb488f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb488f; -webkit-box-shadow: 1px 1px 3px 2px #bb488f; box-shadow: 1px 1px 3px 2px #bb488f;">
Div content here</div>
This div box has shadow with color #bb488f
Comments
No comments written yet.
Please login to write comment.