Color spaces of #bb7680
RGB | 187 | 118 | 128 |
---|---|---|---|
HSL | 0.98 | 0.34 | 0.60 |
HSV | 351° | 37° | 73° |
CMYK | 0.00 | 0.37 | 0.32 0.27 |
XYZ | 30.8682 | 25.0802 | 23.6361 |
Yxy | 25.0802 | 0.3879 | 0.3151 |
Hunter Lab | 50.0801 | 22.3829 | 7.0733 |
CIE-Lab | 57.1535 | 28.3686 | 5.9274 |
#bb7680 color RGB value is (187,118,128).
#bb7680 hex color red value is 187, green value is 118 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #bb7680 hue: 0.98 , saturation: 0.34 and the lightness value of bb7680 is 0.60.
The process color (four color CMYK) of #bb7680 color hex is 0.00, 0.37, 0.32, 0.27. Web safe color of #bb7680 is #cc6699. Color #bb7680 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 01110110 | 10000000 |
Octal | 273 | 166 | 200 |
Decimal | 187 | 118 | 128 |
Hex | BB | 76 | 80 |
Shades of #bb7680
Tints of #bb7680
RGB Percentages of Color #bb7680
CMYK Percentages of Color #bb7680
Complementary Color
#bb7680 | #76bbb1 |
#bb7680 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb7680 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb7680 Color CSS Codes
.mybgcolor {background-color:#bb7680; } .myforecolor {color:#bb7680; } .mybordercolor {border:3px solid #bb7680; }
#bb7680 Text Font Color
<p style="color:#bb7680">Text here</p>
This sample text font color is #bb7680
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.
#bb7680 Background Color
<div style="background-color:#bb7680">
Div content here</div>
This div background color is #bb7680
#bb7680 Border Color
<div style="border:3px solid #bb7680">
Div here</div>
This div border color is #bb7680
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,118,128, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb7680; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb7680; -webkit-box-shadow: 1px 1px 3px 2px #bb7680; box-shadow: 1px 1px 3px 2px #bb7680; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,118,128, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb7680">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb7680; -webkit-box-shadow: 1px 1px 3px 2px #bb7680; box-shadow: 1px 1px 3px 2px #bb7680;">
Div content here</div>
This div box has shadow with color #bb7680
Comments
No comments written yet.
Please login to write comment.