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