Color spaces of #b37bad
RGB | 179 | 123 | 173 |
---|---|---|---|
HSL | 0.85 | 0.27 | 0.59 |
HSV | 306° | 31° | 70° |
CMYK | 0.00 | 0.31 | 0.03 0.30 |
XYZ | 33.2162 | 26.7668 | 42.9510 |
Yxy | 26.7668 | 0.3227 | 0.2600 |
Hunter Lab | 51.7366 | 24.0623 | -13.0060 |
CIE-Lab | 58.7579 | 29.9553 | -17.7861 |
#b37bad color RGB value is (179,123,173).
#b37bad hex color red value is 179, green value is 123 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b37bad hue: 0.85 , saturation: 0.27 and the lightness value of b37bad is 0.59.
The process color (four color CMYK) of #b37bad color hex is 0.00, 0.31, 0.03, 0.30. Web safe color of #b37bad is #cc6699. Color #b37bad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 01111011 | 10101101 |
Octal | 263 | 173 | 255 |
Decimal | 179 | 123 | 173 |
Hex | B3 | 7B | AD |
Shades of #b37bad
Tints of #b37bad
RGB Percentages of Color #b37bad
CMYK Percentages of Color #b37bad
Complementary Color
#b37bad | #7bb381 |
#b37bad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b37bad Color Preview on White Background
Lorem ipsum dolor sit amet.
#b37bad Color CSS Codes
.mybgcolor {background-color:#b37bad; } .myforecolor {color:#b37bad; } .mybordercolor {border:3px solid #b37bad; }
#b37bad Text Font Color
<p style="color:#b37bad">Text here</p>
This sample text font color is #b37bad
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.
#b37bad Background Color
<div style="background-color:#b37bad">
Div content here</div>
This div background color is #b37bad
#b37bad Border Color
<div style="border:3px solid #b37bad">
Div here</div>
This div border color is #b37bad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,123,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b37bad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b37bad; -webkit-box-shadow: 1px 1px 3px 2px #b37bad; box-shadow: 1px 1px 3px 2px #b37bad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,123,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b37bad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b37bad; -webkit-box-shadow: 1px 1px 3px 2px #b37bad; box-shadow: 1px 1px 3px 2px #b37bad;">
Div content here</div>
This div box has shadow with color #b37bad
Comments
No comments written yet.
Please login to write comment.