Color spaces of #ac2eae
RGB | 172 | 46 | 174 |
---|---|---|---|
HSL | 0.83 | 0.58 | 0.43 |
HSV | 299° | 74° | 68° |
CMYK | 0.01 | 0.74 | 0.00 0.32 |
XYZ | 25.6302 | 13.7806 | 41.3535 |
Yxy | 13.7806 | 0.3173 | 0.1706 |
Hunter Lab | 37.1222 | 58.2774 | -40.0624 |
CIE-Lab | 43.9166 | 64.7674 | -41.5329 |
#ac2eae color RGB value is (172,46,174).
#ac2eae hex color red value is 172, green value is 46 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ac2eae hue: 0.83 , saturation: 0.58 and the lightness value of ac2eae is 0.43.
The process color (four color CMYK) of #ac2eae color hex is 0.01, 0.74, 0.00, 0.32. Web safe color of #ac2eae is #993399. Color #ac2eae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 00101110 | 10101110 |
Octal | 254 | 56 | 256 |
Decimal | 172 | 46 | 174 |
Hex | AC | 2E | AE |
Shades of #ac2eae
Tints of #ac2eae
RGB Percentages of Color #ac2eae
CMYK Percentages of Color #ac2eae
Complementary Color
#ac2eae | #30ae2e |
#ac2eae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ac2eae Color Preview on White Background
Lorem ipsum dolor sit amet.
#ac2eae Color CSS Codes
.mybgcolor {background-color:#ac2eae; } .myforecolor {color:#ac2eae; } .mybordercolor {border:3px solid #ac2eae; }
#ac2eae Text Font Color
<p style="color:#ac2eae">Text here</p>
This sample text font color is #ac2eae
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.
#ac2eae Background Color
<div style="background-color:#ac2eae">
Div content here</div>
This div background color is #ac2eae
#ac2eae Border Color
<div style="border:3px solid #ac2eae">
Div here</div>
This div border color is #ac2eae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,46,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ac2eae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ac2eae; -webkit-box-shadow: 1px 1px 3px 2px #ac2eae; box-shadow: 1px 1px 3px 2px #ac2eae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,46,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 #ac2eae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ac2eae; -webkit-box-shadow: 1px 1px 3px 2px #ac2eae; box-shadow: 1px 1px 3px 2px #ac2eae;">
Div content here</div>
This div box has shadow with color #ac2eae
Comments
No comments written yet.
Please login to write comment.