Color spaces of #ac92ab
RGB | 172 | 146 | 171 |
---|---|---|---|
HSL | 0.84 | 0.14 | 0.62 |
HSV | 302° | 15° | 67° |
CMYK | 0.00 | 0.15 | 0.01 0.33 |
XYZ | 34.6428 | 32.2687 | 42.9307 |
Yxy | 32.2687 | 0.3154 | 0.2938 |
Hunter Lab | 56.8055 | 9.4483 | -5.0444 |
CIE-Lab | 63.5643 | 14.2092 | -9.4759 |
#ac92ab color RGB value is (172,146,171).
#ac92ab hex color red value is 172, green value is 146 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ac92ab hue: 0.84 , saturation: 0.14 and the lightness value of ac92ab is 0.62.
The process color (four color CMYK) of #ac92ab color hex is 0.00, 0.15, 0.01, 0.33. Web safe color of #ac92ab is #999999. Color #ac92ab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 10010010 | 10101011 |
Octal | 254 | 222 | 253 |
Decimal | 172 | 146 | 171 |
Hex | AC | 92 | AB |
Shades of #ac92ab
Tints of #ac92ab
RGB Percentages of Color #ac92ab
CMYK Percentages of Color #ac92ab
Complementary Color
#ac92ab | #92ac93 |
#ac92ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ac92ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#ac92ab Color CSS Codes
.mybgcolor {background-color:#ac92ab; } .myforecolor {color:#ac92ab; } .mybordercolor {border:3px solid #ac92ab; }
#ac92ab Text Font Color
<p style="color:#ac92ab">Text here</p>
This sample text font color is #ac92ab
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.
#ac92ab Background Color
<div style="background-color:#ac92ab">
Div content here</div>
This div background color is #ac92ab
#ac92ab Border Color
<div style="border:3px solid #ac92ab">
Div here</div>
This div border color is #ac92ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,146,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ac92ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ac92ab; -webkit-box-shadow: 1px 1px 3px 2px #ac92ab; box-shadow: 1px 1px 3px 2px #ac92ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,146,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ac92ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ac92ab; -webkit-box-shadow: 1px 1px 3px 2px #ac92ab; box-shadow: 1px 1px 3px 2px #ac92ab;">
Div content here</div>
This div box has shadow with color #ac92ab
Comments
No comments written yet.
Please login to write comment.