Color spaces of #bb058e
RGB | 187 | 5 | 142 |
---|---|---|---|
HSL | 0.87 | 0.95 | 0.38 |
HSV | 315° | 97° | 73° |
CMYK | 0.00 | 0.97 | 0.24 0.27 |
XYZ | 25.4303 | 12.6263 | 26.6880 |
Yxy | 12.6263 | 0.3928 | 0.1950 |
Hunter Lab | 35.5335 | 65.5636 | -19.6572 |
CIE-Lab | 42.1947 | 71.3476 | -24.8291 |
#bb058e color RGB value is (187,5,142).
#bb058e hex color red value is 187, green value is 5 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #bb058e hue: 0.87 , saturation: 0.95 and the lightness value of bb058e is 0.38.
The process color (four color CMYK) of #bb058e color hex is 0.00, 0.97, 0.24, 0.27. Web safe color of #bb058e is #cc0099. Color #bb058e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 00000101 | 10001110 |
Octal | 273 | 5 | 216 |
Decimal | 187 | 5 | 142 |
Hex | BB | 5 | 8E |
Shades of #bb058e
Tints of #bb058e
RGB Percentages of Color #bb058e
CMYK Percentages of Color #bb058e
Complementary Color
#bb058e | #05bb32 |
#bb058e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb058e Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb058e Color CSS Codes
.mybgcolor {background-color:#bb058e; } .myforecolor {color:#bb058e; } .mybordercolor {border:3px solid #bb058e; }
#bb058e Text Font Color
<p style="color:#bb058e">Text here</p>
This sample text font color is #bb058e
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.
#bb058e Background Color
<div style="background-color:#bb058e">
Div content here</div>
This div background color is #bb058e
#bb058e Border Color
<div style="border:3px solid #bb058e">
Div here</div>
This div border color is #bb058e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,5,142, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb058e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb058e; -webkit-box-shadow: 1px 1px 3px 2px #bb058e; box-shadow: 1px 1px 3px 2px #bb058e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,5,142, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb058e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb058e; -webkit-box-shadow: 1px 1px 3px 2px #bb058e; box-shadow: 1px 1px 3px 2px #bb058e;">
Div content here</div>
This div box has shadow with color #bb058e
Comments
No comments written yet.
Please login to write comment.