Color spaces of #bb80ba
RGB | 187 | 128 | 186 |
---|---|---|---|
HSL | 0.84 | 0.30 | 0.62 |
HSV | 301° | 32° | 73° |
CMYK | 0.00 | 0.32 | 0.01 0.27 |
XYZ | 37.0756 | 29.5483 | 50.2037 |
Yxy | 29.5483 | 0.3174 | 0.2529 |
Hunter Lab | 54.3583 | 26.6204 | -16.7076 |
CIE-Lab | 61.2625 | 32.3030 | -21.2983 |
#bb80ba color RGB value is (187,128,186).
#bb80ba hex color red value is 187, green value is 128 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #bb80ba hue: 0.84 , saturation: 0.30 and the lightness value of bb80ba is 0.62.
The process color (four color CMYK) of #bb80ba color hex is 0.00, 0.32, 0.01, 0.27. Web safe color of #bb80ba is #cc99cc. Color #bb80ba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10000000 | 10111010 |
Octal | 273 | 200 | 272 |
Decimal | 187 | 128 | 186 |
Hex | BB | 80 | BA |
Shades of #bb80ba
Tints of #bb80ba
RGB Percentages of Color #bb80ba
CMYK Percentages of Color #bb80ba
Complementary Color
#bb80ba | #80bb81 |
#bb80ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb80ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb80ba Color CSS Codes
.mybgcolor {background-color:#bb80ba; } .myforecolor {color:#bb80ba; } .mybordercolor {border:3px solid #bb80ba; }
#bb80ba Text Font Color
<p style="color:#bb80ba">Text here</p>
This sample text font color is #bb80ba
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.
#bb80ba Background Color
<div style="background-color:#bb80ba">
Div content here</div>
This div background color is #bb80ba
#bb80ba Border Color
<div style="border:3px solid #bb80ba">
Div here</div>
This div border color is #bb80ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,128,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb80ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb80ba; -webkit-box-shadow: 1px 1px 3px 2px #bb80ba; box-shadow: 1px 1px 3px 2px #bb80ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,128,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb80ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb80ba; -webkit-box-shadow: 1px 1px 3px 2px #bb80ba; box-shadow: 1px 1px 3px 2px #bb80ba;">
Div content here</div>
This div box has shadow with color #bb80ba
Comments
No comments written yet.
Please login to write comment.