Color spaces of #b08aab
RGB | 176 | 138 | 171 |
---|---|---|---|
HSL | 0.86 | 0.19 | 0.62 |
HSV | 308° | 22° | 69° |
CMYK | 0.00 | 0.22 | 0.03 0.31 |
XYZ | 34.3437 | 30.3473 | 42.5756 |
Yxy | 30.3473 | 0.3202 | 0.2829 |
Hunter Lab | 55.0884 | 14.8774 | -7.2610 |
CIE-Lab | 61.9527 | 20.1249 | -11.8491 |
#b08aab color RGB value is (176,138,171).
#b08aab hex color red value is 176, green value is 138 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b08aab hue: 0.86 , saturation: 0.19 and the lightness value of b08aab is 0.62.
The process color (four color CMYK) of #b08aab color hex is 0.00, 0.22, 0.03, 0.31. Web safe color of #b08aab is #999999. Color #b08aab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110000 | 10001010 | 10101011 |
Octal | 260 | 212 | 253 |
Decimal | 176 | 138 | 171 |
Hex | B0 | 8A | AB |
Shades of #b08aab
Tints of #b08aab
RGB Percentages of Color #b08aab
CMYK Percentages of Color #b08aab
Complementary Color
#b08aab | #8ab08f |
#b08aab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b08aab Color Preview on White Background
Lorem ipsum dolor sit amet.
#b08aab Color CSS Codes
.mybgcolor {background-color:#b08aab; } .myforecolor {color:#b08aab; } .mybordercolor {border:3px solid #b08aab; }
#b08aab Text Font Color
<p style="color:#b08aab">Text here</p>
This sample text font color is #b08aab
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.
#b08aab Background Color
<div style="background-color:#b08aab">
Div content here</div>
This div background color is #b08aab
#b08aab Border Color
<div style="border:3px solid #b08aab">
Div here</div>
This div border color is #b08aab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(176,138,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b08aab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b08aab; -webkit-box-shadow: 1px 1px 3px 2px #b08aab; box-shadow: 1px 1px 3px 2px #b08aab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(176,138,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b08aab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b08aab; -webkit-box-shadow: 1px 1px 3px 2px #b08aab; box-shadow: 1px 1px 3px 2px #b08aab;">
Div content here</div>
This div box has shadow with color #b08aab
Comments
No comments written yet.
Please login to write comment.