Color spaces of #b572ac
RGB | 181 | 114 | 172 |
---|---|---|---|
HSL | 0.86 | 0.31 | 0.58 |
HSV | 308° | 37° | 71° |
CMYK | 0.00 | 0.37 | 0.05 0.29 |
XYZ | 32.5198 | 24.8369 | 42.1098 |
Yxy | 24.8369 | 0.3269 | 0.2497 |
Hunter Lab | 49.8366 | 29.2621 | -15.2118 |
CIE-Lab | 56.9162 | 35.4150 | -19.9975 |
#b572ac color RGB value is (181,114,172).
#b572ac hex color red value is 181, green value is 114 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b572ac hue: 0.86 , saturation: 0.31 and the lightness value of b572ac is 0.58.
The process color (four color CMYK) of #b572ac color hex is 0.00, 0.37, 0.05, 0.29. Web safe color of #b572ac is #cc6699. Color #b572ac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 01110010 | 10101100 |
Octal | 265 | 162 | 254 |
Decimal | 181 | 114 | 172 |
Hex | B5 | 72 | AC |
Shades of #b572ac
Tints of #b572ac
RGB Percentages of Color #b572ac
CMYK Percentages of Color #b572ac
Complementary Color
#b572ac | #72b57b |
#b572ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b572ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#b572ac Color CSS Codes
.mybgcolor {background-color:#b572ac; } .myforecolor {color:#b572ac; } .mybordercolor {border:3px solid #b572ac; }
#b572ac Text Font Color
<p style="color:#b572ac">Text here</p>
This sample text font color is #b572ac
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.
#b572ac Background Color
<div style="background-color:#b572ac">
Div content here</div>
This div background color is #b572ac
#b572ac Border Color
<div style="border:3px solid #b572ac">
Div here</div>
This div border color is #b572ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,114,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b572ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b572ac; -webkit-box-shadow: 1px 1px 3px 2px #b572ac; box-shadow: 1px 1px 3px 2px #b572ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,114,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b572ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b572ac; -webkit-box-shadow: 1px 1px 3px 2px #b572ac; box-shadow: 1px 1px 3px 2px #b572ac;">
Div content here</div>
This div box has shadow with color #b572ac
Comments
No comments written yet.
Please login to write comment.