Color spaces of #ac87ac
RGB | 172 | 135 | 172 |
---|---|---|---|
HSL | 0.83 | 0.18 | 0.60 |
HSV | 300° | 22° | 67° |
CMYK | 0.00 | 0.22 | 0.00 0.33 |
XYZ | 33.1236 | 29.0772 | 42.8964 |
Yxy | 29.0772 | 0.3152 | 0.2767 |
Hunter Lab | 53.9233 | 15.2819 | -9.4194 |
CIE-Lab | 60.8497 | 20.6111 | -14.1173 |
#ac87ac color RGB value is (172,135,172).
#ac87ac hex color red value is 172, green value is 135 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ac87ac hue: 0.83 , saturation: 0.18 and the lightness value of ac87ac is 0.60.
The process color (four color CMYK) of #ac87ac color hex is 0.00, 0.22, 0.00, 0.33. Web safe color of #ac87ac is #999999. Color #ac87ac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 10000111 | 10101100 |
Octal | 254 | 207 | 254 |
Decimal | 172 | 135 | 172 |
Hex | AC | 87 | AC |
Shades of #ac87ac
Tints of #ac87ac
RGB Percentages of Color #ac87ac
CMYK Percentages of Color #ac87ac
Complementary Color
#ac87ac | #87ac87 |
#ac87ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ac87ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#ac87ac Color CSS Codes
.mybgcolor {background-color:#ac87ac; } .myforecolor {color:#ac87ac; } .mybordercolor {border:3px solid #ac87ac; }
#ac87ac Text Font Color
<p style="color:#ac87ac">Text here</p>
This sample text font color is #ac87ac
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.
#ac87ac Background Color
<div style="background-color:#ac87ac">
Div content here</div>
This div background color is #ac87ac
#ac87ac Border Color
<div style="border:3px solid #ac87ac">
Div here</div>
This div border color is #ac87ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,135,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ac87ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ac87ac; -webkit-box-shadow: 1px 1px 3px 2px #ac87ac; box-shadow: 1px 1px 3px 2px #ac87ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,135,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 #ac87ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ac87ac; -webkit-box-shadow: 1px 1px 3px 2px #ac87ac; box-shadow: 1px 1px 3px 2px #ac87ac;">
Div content here</div>
This div box has shadow with color #ac87ac
Comments
No comments written yet.
Please login to write comment.