Color spaces of #b29dbb
RGB | 178 | 157 | 187 |
---|---|---|---|
HSL | 0.78 | 0.18 | 0.67 |
HSV | 282° | 16° | 73° |
CMYK | 0.05 | 0.16 | 0.00 0.27 |
XYZ | 39.3867 | 37.1668 | 52.1117 |
Yxy | 37.1668 | 0.3061 | 0.2889 |
Hunter Lab | 60.9646 | 8.6335 | -8.0051 |
CIE-Lab | 67.4020 | 13.2782 | -12.6461 |
#b29dbb color RGB value is (178,157,187).
#b29dbb hex color red value is 178, green value is 157 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b29dbb hue: 0.78 , saturation: 0.18 and the lightness value of b29dbb is 0.67.
The process color (four color CMYK) of #b29dbb color hex is 0.05, 0.16, 0.00, 0.27. Web safe color of #b29dbb is #9999cc. Color #b29dbb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 10011101 | 10111011 |
Octal | 262 | 235 | 273 |
Decimal | 178 | 157 | 187 |
Hex | B2 | 9D | BB |
Shades of #b29dbb
Tints of #b29dbb
RGB Percentages of Color #b29dbb
CMYK Percentages of Color #b29dbb
Complementary Color
#b29dbb | #a6bb9d |
#b29dbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b29dbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b29dbb Color CSS Codes
.mybgcolor {background-color:#b29dbb; } .myforecolor {color:#b29dbb; } .mybordercolor {border:3px solid #b29dbb; }
#b29dbb Text Font Color
<p style="color:#b29dbb">Text here</p>
This sample text font color is #b29dbb
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.
#b29dbb Background Color
<div style="background-color:#b29dbb">
Div content here</div>
This div background color is #b29dbb
#b29dbb Border Color
<div style="border:3px solid #b29dbb">
Div here</div>
This div border color is #b29dbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,157,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b29dbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b29dbb; -webkit-box-shadow: 1px 1px 3px 2px #b29dbb; box-shadow: 1px 1px 3px 2px #b29dbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,157,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b29dbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b29dbb; -webkit-box-shadow: 1px 1px 3px 2px #b29dbb; box-shadow: 1px 1px 3px 2px #b29dbb;">
Div content here</div>
This div box has shadow with color #b29dbb
Comments
No comments written yet.
Please login to write comment.