Color spaces of #ac04da
RGB | 172 | 4 | 218 |
---|---|---|---|
HSL | 0.80 | 0.96 | 0.44 |
HSV | 287° | 98° | 85° |
CMYK | 0.21 | 0.98 | 0.00 0.15 |
XYZ | 29.7116 | 13.9194 | 67.4504 |
Yxy | 13.9194 | 0.2675 | 0.1253 |
Hunter Lab | 37.3087 | 76.8621 | -81.0743 |
CIE-Lab | 44.1171 | 80.2125 | -66.8421 |
#ac04da color RGB value is (172,4,218).
#ac04da hex color red value is 172, green value is 4 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ac04da hue: 0.80 , saturation: 0.96 and the lightness value of ac04da is 0.44.
The process color (four color CMYK) of #ac04da color hex is 0.21, 0.98, 0.00, 0.15. Web safe color of #ac04da is #9900cc. Color #ac04da contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 00000100 | 11011010 |
Octal | 254 | 4 | 332 |
Decimal | 172 | 4 | 218 |
Hex | AC | 4 | DA |
Shades of #ac04da
Tints of #ac04da
RGB Percentages of Color #ac04da
CMYK Percentages of Color #ac04da
Complementary Color
#ac04da | #32da04 |
#ac04da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ac04da Color Preview on White Background
Lorem ipsum dolor sit amet.
#ac04da Color CSS Codes
.mybgcolor {background-color:#ac04da; } .myforecolor {color:#ac04da; } .mybordercolor {border:3px solid #ac04da; }
#ac04da Text Font Color
<p style="color:#ac04da">Text here</p>
This sample text font color is #ac04da
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.
#ac04da Background Color
<div style="background-color:#ac04da">
Div content here</div>
This div background color is #ac04da
#ac04da Border Color
<div style="border:3px solid #ac04da">
Div here</div>
This div border color is #ac04da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,4,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ac04da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ac04da; -webkit-box-shadow: 1px 1px 3px 2px #ac04da; box-shadow: 1px 1px 3px 2px #ac04da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,4,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ac04da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ac04da; -webkit-box-shadow: 1px 1px 3px 2px #ac04da; box-shadow: 1px 1px 3px 2px #ac04da;">
Div content here</div>
This div box has shadow with color #ac04da
Comments
No comments written yet.
Please login to write comment.