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