Color spaces of #b087bc
RGB | 176 | 135 | 188 |
---|---|---|---|
HSL | 0.80 | 0.28 | 0.63 |
HSV | 286° | 28° | 74° |
CMYK | 0.06 | 0.28 | 0.00 0.26 |
XYZ | 35.6456 | 30.1889 | 51.5253 |
Yxy | 30.1889 | 0.3037 | 0.2572 |
Hunter Lab | 54.9444 | 19.6504 | -17.1394 |
CIE-Lab | 61.8169 | 25.1549 | -21.6866 |
#b087bc color RGB value is (176,135,188).
#b087bc hex color red value is 176, green value is 135 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b087bc hue: 0.80 , saturation: 0.28 and the lightness value of b087bc is 0.63.
The process color (four color CMYK) of #b087bc color hex is 0.06, 0.28, 0.00, 0.26. Web safe color of #b087bc is #9999cc. Color #b087bc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110000 | 10000111 | 10111100 |
Octal | 260 | 207 | 274 |
Decimal | 176 | 135 | 188 |
Hex | B0 | 87 | BC |
Shades of #b087bc
Tints of #b087bc
RGB Percentages of Color #b087bc
CMYK Percentages of Color #b087bc
Complementary Color
#b087bc | #93bc87 |
#b087bc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b087bc Color Preview on White Background
Lorem ipsum dolor sit amet.
#b087bc Color CSS Codes
.mybgcolor {background-color:#b087bc; } .myforecolor {color:#b087bc; } .mybordercolor {border:3px solid #b087bc; }
#b087bc Text Font Color
<p style="color:#b087bc">Text here</p>
This sample text font color is #b087bc
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.
#b087bc Background Color
<div style="background-color:#b087bc">
Div content here</div>
This div background color is #b087bc
#b087bc Border Color
<div style="border:3px solid #b087bc">
Div here</div>
This div border color is #b087bc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(176,135,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b087bc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b087bc; -webkit-box-shadow: 1px 1px 3px 2px #b087bc; box-shadow: 1px 1px 3px 2px #b087bc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(176,135,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b087bc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b087bc; -webkit-box-shadow: 1px 1px 3px 2px #b087bc; box-shadow: 1px 1px 3px 2px #b087bc;">
Div content here</div>
This div box has shadow with color #b087bc
Comments
No comments written yet.
Please login to write comment.