Color spaces of #bb484e
RGB | 187 | 72 | 78 |
---|---|---|---|
HSL | 0.99 | 0.46 | 0.51 |
HSV | 357° | 61° | 73° |
CMYK | 0.00 | 0.61 | 0.58 0.27 |
XYZ | 24.1860 | 15.7496 | 8.9730 |
Yxy | 15.7496 | 0.4945 | 0.3220 |
Hunter Lab | 39.6858 | 39.3345 | 14.3745 |
CIE-Lab | 46.6442 | 46.8255 | 20.9733 |
#bb484e color RGB value is (187,72,78).
#bb484e hex color red value is 187, green value is 72 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bb484e hue: 0.99 , saturation: 0.46 and the lightness value of bb484e is 0.51.
The process color (four color CMYK) of #bb484e color hex is 0.00, 0.61, 0.58, 0.27. Web safe color of #bb484e is #cc3366. Color #bb484e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 01001000 | 01001110 |
Octal | 273 | 110 | 116 |
Decimal | 187 | 72 | 78 |
Hex | BB | 48 | 4E |
Shades of #bb484e
Tints of #bb484e
RGB Percentages of Color #bb484e
CMYK Percentages of Color #bb484e
Complementary Color
#bb484e | #48bbb5 |
#bb484e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb484e Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb484e Color CSS Codes
.mybgcolor {background-color:#bb484e; } .myforecolor {color:#bb484e; } .mybordercolor {border:3px solid #bb484e; }
#bb484e Text Font Color
<p style="color:#bb484e">Text here</p>
This sample text font color is #bb484e
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.
#bb484e Background Color
<div style="background-color:#bb484e">
Div content here</div>
This div background color is #bb484e
#bb484e Border Color
<div style="border:3px solid #bb484e">
Div here</div>
This div border color is #bb484e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,72,78, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb484e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb484e; -webkit-box-shadow: 1px 1px 3px 2px #bb484e; box-shadow: 1px 1px 3px 2px #bb484e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,72,78, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb484e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb484e; -webkit-box-shadow: 1px 1px 3px 2px #bb484e; box-shadow: 1px 1px 3px 2px #bb484e;">
Div content here</div>
This div box has shadow with color #bb484e
Comments
No comments written yet.
Please login to write comment.