Color spaces of #bb197f
RGB | 187 | 25 | 127 |
---|---|---|---|
HSL | 0.90 | 0.76 | 0.42 |
HSV | 322° | 87° | 73° |
CMYK | 0.00 | 0.87 | 0.32 0.27 |
XYZ | 24.6719 | 12.7924 | 21.2475 |
Yxy | 12.7924 | 0.4202 | 0.2179 |
Hunter Lab | 35.7665 | 60.5389 | -10.1854 |
CIE-Lab | 42.4488 | 67.0172 | -15.2319 |
#bb197f color RGB value is (187,25,127).
#bb197f hex color red value is 187, green value is 25 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #bb197f hue: 0.90 , saturation: 0.76 and the lightness value of bb197f is 0.42.
The process color (four color CMYK) of #bb197f color hex is 0.00, 0.87, 0.32, 0.27. Web safe color of #bb197f is #cc0066. Color #bb197f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 00011001 | 01111111 |
Octal | 273 | 31 | 177 |
Decimal | 187 | 25 | 127 |
Hex | BB | 19 | 7F |
Shades of #bb197f
Tints of #bb197f
RGB Percentages of Color #bb197f
CMYK Percentages of Color #bb197f
Complementary Color
#bb197f | #19bb55 |
#bb197f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb197f Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb197f Color CSS Codes
.mybgcolor {background-color:#bb197f; } .myforecolor {color:#bb197f; } .mybordercolor {border:3px solid #bb197f; }
#bb197f Text Font Color
<p style="color:#bb197f">Text here</p>
This sample text font color is #bb197f
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.
#bb197f Background Color
<div style="background-color:#bb197f">
Div content here</div>
This div background color is #bb197f
#bb197f Border Color
<div style="border:3px solid #bb197f">
Div here</div>
This div border color is #bb197f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,25,127, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb197f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb197f; -webkit-box-shadow: 1px 1px 3px 2px #bb197f; box-shadow: 1px 1px 3px 2px #bb197f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,25,127, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb197f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb197f; -webkit-box-shadow: 1px 1px 3px 2px #bb197f; box-shadow: 1px 1px 3px 2px #bb197f;">
Div content here</div>
This div box has shadow with color #bb197f
Comments
No comments written yet.
Please login to write comment.