Color spaces of #b18cab
RGB | 177 | 140 | 171 |
---|---|---|---|
HSL | 0.86 | 0.19 | 0.62 |
HSV | 310° | 21° | 69° |
CMYK | 0.00 | 0.21 | 0.03 0.31 |
XYZ | 34.8602 | 31.0436 | 42.6827 |
Yxy | 31.0436 | 0.3210 | 0.2859 |
Hunter Lab | 55.7168 | 14.1773 | -6.4183 |
CIE-Lab | 62.5444 | 19.3510 | -10.9515 |
#b18cab color RGB value is (177,140,171).
#b18cab hex color red value is 177, green value is 140 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b18cab hue: 0.86 , saturation: 0.19 and the lightness value of b18cab is 0.62.
The process color (four color CMYK) of #b18cab color hex is 0.00, 0.21, 0.03, 0.31. Web safe color of #b18cab is #999999. Color #b18cab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 10001100 | 10101011 |
Octal | 261 | 214 | 253 |
Decimal | 177 | 140 | 171 |
Hex | B1 | 8C | AB |
Shades of #b18cab
Tints of #b18cab
RGB Percentages of Color #b18cab
CMYK Percentages of Color #b18cab
Complementary Color
#b18cab | #8cb192 |
#b18cab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b18cab Color Preview on White Background
Lorem ipsum dolor sit amet.
#b18cab Color CSS Codes
.mybgcolor {background-color:#b18cab; } .myforecolor {color:#b18cab; } .mybordercolor {border:3px solid #b18cab; }
#b18cab Text Font Color
<p style="color:#b18cab">Text here</p>
This sample text font color is #b18cab
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.
#b18cab Background Color
<div style="background-color:#b18cab">
Div content here</div>
This div background color is #b18cab
#b18cab Border Color
<div style="border:3px solid #b18cab">
Div here</div>
This div border color is #b18cab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,140,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b18cab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b18cab; -webkit-box-shadow: 1px 1px 3px 2px #b18cab; box-shadow: 1px 1px 3px 2px #b18cab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,140,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 #b18cab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b18cab; -webkit-box-shadow: 1px 1px 3px 2px #b18cab; box-shadow: 1px 1px 3px 2px #b18cab;">
Div content here</div>
This div box has shadow with color #b18cab
Comments
No comments written yet.
Please login to write comment.