Color spaces of #ac73df
RGB | 172 | 115 | 223 |
---|---|---|---|
HSL | 0.75 | 0.63 | 0.66 |
HSV | 272° | 48° | 87° |
CMYK | 0.23 | 0.48 | 0.00 0.13 |
XYZ | 36.4633 | 26.3598 | 72.9782 |
Yxy | 26.3598 | 0.2685 | 0.1941 |
Hunter Lab | 51.3418 | 36.9238 | -48.3367 |
CIE-Lab | 58.3770 | 42.7182 | -46.7918 |
#ac73df color RGB value is (172,115,223).
#ac73df hex color red value is 172, green value is 115 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ac73df hue: 0.75 , saturation: 0.63 and the lightness value of ac73df is 0.66.
The process color (four color CMYK) of #ac73df color hex is 0.23, 0.48, 0.00, 0.13. Web safe color of #ac73df is #9966cc. Color #ac73df contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 01110011 | 11011111 |
Octal | 254 | 163 | 337 |
Decimal | 172 | 115 | 223 |
Hex | AC | 73 | DF |
Shades of #ac73df
Tints of #ac73df
RGB Percentages of Color #ac73df
CMYK Percentages of Color #ac73df
Complementary Color
#ac73df | #a6df73 |
#ac73df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ac73df Color Preview on White Background
Lorem ipsum dolor sit amet.
#ac73df Color CSS Codes
.mybgcolor {background-color:#ac73df; } .myforecolor {color:#ac73df; } .mybordercolor {border:3px solid #ac73df; }
#ac73df Text Font Color
<p style="color:#ac73df">Text here</p>
This sample text font color is #ac73df
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.
#ac73df Background Color
<div style="background-color:#ac73df">
Div content here</div>
This div background color is #ac73df
#ac73df Border Color
<div style="border:3px solid #ac73df">
Div here</div>
This div border color is #ac73df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,115,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ac73df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ac73df; -webkit-box-shadow: 1px 1px 3px 2px #ac73df; box-shadow: 1px 1px 3px 2px #ac73df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,115,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ac73df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ac73df; -webkit-box-shadow: 1px 1px 3px 2px #ac73df; box-shadow: 1px 1px 3px 2px #ac73df;">
Div content here</div>
This div box has shadow with color #ac73df
Comments
No comments written yet.
Please login to write comment.