Color spaces of #ac57ea
RGB | 172 | 87 | 234 |
---|---|---|---|
HSL | 0.76 | 0.78 | 0.63 |
HSV | 275° | 63° | 92° |
CMYK | 0.26 | 0.63 | 0.00 0.08 |
XYZ | 35.2727 | 21.5276 | 80.1381 |
Yxy | 21.5276 | 0.2576 | 0.1572 |
Hunter Lab | 46.3978 | 54.5035 | -69.9269 |
CIE-Lab | 53.5221 | 59.6462 | -60.7087 |
#ac57ea color RGB value is (172,87,234).
#ac57ea hex color red value is 172, green value is 87 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ac57ea hue: 0.76 , saturation: 0.78 and the lightness value of ac57ea is 0.63.
The process color (four color CMYK) of #ac57ea color hex is 0.26, 0.63, 0.00, 0.08. Web safe color of #ac57ea is #9966ff. Color #ac57ea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 01010111 | 11101010 |
Octal | 254 | 127 | 352 |
Decimal | 172 | 87 | 234 |
Hex | AC | 57 | EA |
Shades of #ac57ea
Tints of #ac57ea
RGB Percentages of Color #ac57ea
CMYK Percentages of Color #ac57ea
Complementary Color
#ac57ea | #95ea57 |
#ac57ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ac57ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#ac57ea Color CSS Codes
.mybgcolor {background-color:#ac57ea; } .myforecolor {color:#ac57ea; } .mybordercolor {border:3px solid #ac57ea; }
#ac57ea Text Font Color
<p style="color:#ac57ea">Text here</p>
This sample text font color is #ac57ea
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.
#ac57ea Background Color
<div style="background-color:#ac57ea">
Div content here</div>
This div background color is #ac57ea
#ac57ea Border Color
<div style="border:3px solid #ac57ea">
Div here</div>
This div border color is #ac57ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,87,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ac57ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ac57ea; -webkit-box-shadow: 1px 1px 3px 2px #ac57ea; box-shadow: 1px 1px 3px 2px #ac57ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,87,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ac57ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ac57ea; -webkit-box-shadow: 1px 1px 3px 2px #ac57ea; box-shadow: 1px 1px 3px 2px #ac57ea;">
Div content here</div>
This div box has shadow with color #ac57ea
Comments
No comments written yet.
Please login to write comment.