Color spaces of #b39dbb
RGB | 179 | 157 | 187 |
---|---|---|---|
HSL | 0.79 | 0.18 | 0.67 |
HSV | 284° | 16° | 73° |
CMYK | 0.04 | 0.16 | 0.00 0.27 |
XYZ | 39.6170 | 37.2855 | 52.1225 |
Yxy | 37.2855 | 0.3070 | 0.2890 |
Hunter Lab | 61.0619 | 8.9528 | -7.8667 |
CIE-Lab | 67.4907 | 13.6211 | -12.5040 |
#b39dbb color RGB value is (179,157,187).
#b39dbb hex color red value is 179, green value is 157 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b39dbb hue: 0.79 , saturation: 0.18 and the lightness value of b39dbb is 0.67.
The process color (four color CMYK) of #b39dbb color hex is 0.04, 0.16, 0.00, 0.27. Web safe color of #b39dbb is #cc99cc. Color #b39dbb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 10011101 | 10111011 |
Octal | 263 | 235 | 273 |
Decimal | 179 | 157 | 187 |
Hex | B3 | 9D | BB |
Shades of #b39dbb
Tints of #b39dbb
RGB Percentages of Color #b39dbb
CMYK Percentages of Color #b39dbb
Complementary Color
#b39dbb | #a5bb9d |
#b39dbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b39dbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b39dbb Color CSS Codes
.mybgcolor {background-color:#b39dbb; } .myforecolor {color:#b39dbb; } .mybordercolor {border:3px solid #b39dbb; }
#b39dbb Text Font Color
<p style="color:#b39dbb">Text here</p>
This sample text font color is #b39dbb
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.
#b39dbb Background Color
<div style="background-color:#b39dbb">
Div content here</div>
This div background color is #b39dbb
#b39dbb Border Color
<div style="border:3px solid #b39dbb">
Div here</div>
This div border color is #b39dbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,157,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b39dbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b39dbb; -webkit-box-shadow: 1px 1px 3px 2px #b39dbb; box-shadow: 1px 1px 3px 2px #b39dbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,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 #b39dbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b39dbb; -webkit-box-shadow: 1px 1px 3px 2px #b39dbb; box-shadow: 1px 1px 3px 2px #b39dbb;">
Div content here</div>
This div box has shadow with color #b39dbb
Comments
No comments written yet.
Please login to write comment.