Color spaces of #b29fba
RGB | 178 | 159 | 186 |
---|---|---|---|
HSL | 0.78 | 0.16 | 0.68 |
HSV | 282° | 15° | 73° |
CMYK | 0.04 | 0.15 | 0.00 0.27 |
XYZ | 39.6212 | 37.8064 | 51.6635 |
Yxy | 37.8064 | 0.3069 | 0.2929 |
Hunter Lab | 61.4869 | 7.4205 | -6.7767 |
CIE-Lab | 67.8777 | 11.9661 | -11.3761 |
#b29fba color RGB value is (178,159,186).
#b29fba hex color red value is 178, green value is 159 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b29fba hue: 0.78 , saturation: 0.16 and the lightness value of b29fba is 0.68.
The process color (four color CMYK) of #b29fba color hex is 0.04, 0.15, 0.00, 0.27. Web safe color of #b29fba is #9999cc. Color #b29fba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 10011111 | 10111010 |
Octal | 262 | 237 | 272 |
Decimal | 178 | 159 | 186 |
Hex | B2 | 9F | BA |
Shades of #b29fba
Tints of #b29fba
RGB Percentages of Color #b29fba
CMYK Percentages of Color #b29fba
Complementary Color
#b29fba | #a7ba9f |
#b29fba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b29fba Color Preview on White Background
Lorem ipsum dolor sit amet.
#b29fba Color CSS Codes
.mybgcolor {background-color:#b29fba; } .myforecolor {color:#b29fba; } .mybordercolor {border:3px solid #b29fba; }
#b29fba Text Font Color
<p style="color:#b29fba">Text here</p>
This sample text font color is #b29fba
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.
#b29fba Background Color
<div style="background-color:#b29fba">
Div content here</div>
This div background color is #b29fba
#b29fba Border Color
<div style="border:3px solid #b29fba">
Div here</div>
This div border color is #b29fba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,159,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b29fba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b29fba; -webkit-box-shadow: 1px 1px 3px 2px #b29fba; box-shadow: 1px 1px 3px 2px #b29fba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,159,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b29fba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b29fba; -webkit-box-shadow: 1px 1px 3px 2px #b29fba; box-shadow: 1px 1px 3px 2px #b29fba;">
Div content here</div>
This div box has shadow with color #b29fba
Comments
No comments written yet.
Please login to write comment.