Color spaces of #bb778f
RGB | 187 | 119 | 143 |
---|---|---|---|
HSL | 0.94 | 0.33 | 0.60 |
HSV | 339° | 36° | 73° |
CMYK | 0.00 | 0.36 | 0.24 0.27 |
XYZ | 32.0483 | 25.7416 | 29.2661 |
Yxy | 25.7416 | 0.3681 | 0.2957 |
Hunter Lab | 50.7362 | 23.9640 | 1.3151 |
CIE-Lab | 57.7910 | 29.9459 | -1.8461 |
#bb778f color RGB value is (187,119,143).
#bb778f hex color red value is 187, green value is 119 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #bb778f hue: 0.94 , saturation: 0.33 and the lightness value of bb778f is 0.60.
The process color (four color CMYK) of #bb778f color hex is 0.00, 0.36, 0.24, 0.27. Web safe color of #bb778f is #cc6699. Color #bb778f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 01110111 | 10001111 |
Octal | 273 | 167 | 217 |
Decimal | 187 | 119 | 143 |
Hex | BB | 77 | 8F |
Shades of #bb778f
Tints of #bb778f
RGB Percentages of Color #bb778f
CMYK Percentages of Color #bb778f
Complementary Color
#bb778f | #77bba3 |
#bb778f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb778f Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb778f Color CSS Codes
.mybgcolor {background-color:#bb778f; } .myforecolor {color:#bb778f; } .mybordercolor {border:3px solid #bb778f; }
#bb778f Text Font Color
<p style="color:#bb778f">Text here</p>
This sample text font color is #bb778f
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.
#bb778f Background Color
<div style="background-color:#bb778f">
Div content here</div>
This div background color is #bb778f
#bb778f Border Color
<div style="border:3px solid #bb778f">
Div here</div>
This div border color is #bb778f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,119,143, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb778f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb778f; -webkit-box-shadow: 1px 1px 3px 2px #bb778f; box-shadow: 1px 1px 3px 2px #bb778f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,119,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 #bb778f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb778f; -webkit-box-shadow: 1px 1px 3px 2px #bb778f; box-shadow: 1px 1px 3px 2px #bb778f;">
Div content here</div>
This div box has shadow with color #bb778f
Comments
No comments written yet.
Please login to write comment.