Color spaces of #b09faa
RGB | 176 | 159 | 170 |
---|---|---|---|
HSL | 0.89 | 0.10 | 0.66 |
HSV | 321° | 10° | 69° |
CMYK | 0.00 | 0.10 | 0.03 0.31 |
XYZ | 37.5583 | 36.9287 | 43.1786 |
Yxy | 36.9287 | 0.3192 | 0.3138 |
Hunter Lab | 60.7690 | 3.9763 | 0.4106 |
CIE-Lab | 67.2235 | 8.1877 | -3.4488 |
#b09faa color RGB value is (176,159,170).
#b09faa hex color red value is 176, green value is 159 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b09faa hue: 0.89 , saturation: 0.10 and the lightness value of b09faa is 0.66.
The process color (four color CMYK) of #b09faa color hex is 0.00, 0.10, 0.03, 0.31. Web safe color of #b09faa is #999999. Color #b09faa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110000 | 10011111 | 10101010 |
Octal | 260 | 237 | 252 |
Decimal | 176 | 159 | 170 |
Hex | B0 | 9F | AA |
Shades of #b09faa
Tints of #b09faa
RGB Percentages of Color #b09faa
CMYK Percentages of Color #b09faa
Complementary Color
#b09faa | #9fb0a5 |
#b09faa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b09faa Color Preview on White Background
Lorem ipsum dolor sit amet.
#b09faa Color CSS Codes
.mybgcolor {background-color:#b09faa; } .myforecolor {color:#b09faa; } .mybordercolor {border:3px solid #b09faa; }
#b09faa Text Font Color
<p style="color:#b09faa">Text here</p>
This sample text font color is #b09faa
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.
#b09faa Background Color
<div style="background-color:#b09faa">
Div content here</div>
This div background color is #b09faa
#b09faa Border Color
<div style="border:3px solid #b09faa">
Div here</div>
This div border color is #b09faa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(176,159,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b09faa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b09faa; -webkit-box-shadow: 1px 1px 3px 2px #b09faa; box-shadow: 1px 1px 3px 2px #b09faa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(176,159,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b09faa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b09faa; -webkit-box-shadow: 1px 1px 3px 2px #b09faa; box-shadow: 1px 1px 3px 2px #b09faa;">
Div content here</div>
This div box has shadow with color #b09faa
Comments
No comments written yet.
Please login to write comment.