Color spaces of #ac26ae
RGB | 172 | 38 | 174 |
---|---|---|---|
HSL | 0.83 | 0.64 | 0.42 |
HSV | 299° | 78° | 68° |
CMYK | 0.01 | 0.78 | 0.00 0.32 |
XYZ | 25.3464 | 13.2129 | 41.2588 |
Yxy | 13.2129 | 0.3176 | 0.1655 |
Hunter Lab | 36.3496 | 60.8556 | -41.8528 |
CIE-Lab | 43.0823 | 67.1670 | -42.8607 |
#ac26ae color RGB value is (172,38,174).
#ac26ae hex color red value is 172, green value is 38 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ac26ae hue: 0.83 , saturation: 0.64 and the lightness value of ac26ae is 0.42.
The process color (four color CMYK) of #ac26ae color hex is 0.01, 0.78, 0.00, 0.32. Web safe color of #ac26ae is #993399. Color #ac26ae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 00100110 | 10101110 |
Octal | 254 | 46 | 256 |
Decimal | 172 | 38 | 174 |
Hex | AC | 26 | AE |
Shades of #ac26ae
Tints of #ac26ae
RGB Percentages of Color #ac26ae
CMYK Percentages of Color #ac26ae
Complementary Color
#ac26ae | #28ae26 |
#ac26ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ac26ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#ac26ae Color CSS Codes
.mybgcolor {background-color:#ac26ae; } .myforecolor {color:#ac26ae; } .mybordercolor {border:3px solid #ac26ae; }
#ac26ae Text Font Color
<p style="color:#ac26ae">Text here</p>
This sample text font color is #ac26ae
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.
#ac26ae Background Color
<div style="background-color:#ac26ae">
Div content here</div>
This div background color is #ac26ae
#ac26ae Border Color
<div style="border:3px solid #ac26ae">
Div here</div>
This div border color is #ac26ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,38,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ac26ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ac26ae; -webkit-box-shadow: 1px 1px 3px 2px #ac26ae; box-shadow: 1px 1px 3px 2px #ac26ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,38,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 #ac26ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ac26ae; -webkit-box-shadow: 1px 1px 3px 2px #ac26ae; box-shadow: 1px 1px 3px 2px #ac26ae;">
Div content here</div>
This div box has shadow with color #ac26ae
Comments
No comments written yet.
Please login to write comment.