Color spaces of #bb464f
RGB | 187 | 70 | 79 |
---|---|---|---|
HSL | 0.99 | 0.46 | 0.50 |
HSV | 355° | 63° | 73° |
CMYK | 0.00 | 0.63 | 0.58 0.27 |
XYZ | 24.0950 | 15.5096 | 9.1208 |
Yxy | 15.5096 | 0.4945 | 0.3183 |
Hunter Lab | 39.3822 | 40.2917 | 13.8362 |
CIE-Lab | 46.3244 | 47.8062 | 19.9466 |
#bb464f color RGB value is (187,70,79).
#bb464f hex color red value is 187, green value is 70 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #bb464f hue: 0.99 , saturation: 0.46 and the lightness value of bb464f is 0.50.
The process color (four color CMYK) of #bb464f color hex is 0.00, 0.63, 0.58, 0.27. Web safe color of #bb464f is #cc3366. Color #bb464f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 01000110 | 01001111 |
Octal | 273 | 106 | 117 |
Decimal | 187 | 70 | 79 |
Hex | BB | 46 | 4F |
Shades of #bb464f
Tints of #bb464f
RGB Percentages of Color #bb464f
CMYK Percentages of Color #bb464f
Complementary Color
#bb464f | #46bbb2 |
#bb464f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb464f Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb464f Color CSS Codes
.mybgcolor {background-color:#bb464f; } .myforecolor {color:#bb464f; } .mybordercolor {border:3px solid #bb464f; }
#bb464f Text Font Color
<p style="color:#bb464f">Text here</p>
This sample text font color is #bb464f
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.
#bb464f Background Color
<div style="background-color:#bb464f">
Div content here</div>
This div background color is #bb464f
#bb464f Border Color
<div style="border:3px solid #bb464f">
Div here</div>
This div border color is #bb464f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,70,79, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb464f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb464f; -webkit-box-shadow: 1px 1px 3px 2px #bb464f; box-shadow: 1px 1px 3px 2px #bb464f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,70,79, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb464f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb464f; -webkit-box-shadow: 1px 1px 3px 2px #bb464f; box-shadow: 1px 1px 3px 2px #bb464f;">
Div content here</div>
This div box has shadow with color #bb464f
Comments
No comments written yet.
Please login to write comment.