Color spaces of #ac43df
RGB | 172 | 67 | 223 |
---|---|---|---|
HSL | 0.78 | 0.71 | 0.57 |
HSV | 280° | 70° | 87° |
CMYK | 0.23 | 0.70 | 0.00 0.13 |
XYZ | 32.3397 | 18.1127 | 71.6036 |
Yxy | 18.1127 | 0.2650 | 0.1484 |
Hunter Lab | 42.5590 | 61.1601 | -69.9614 |
CIE-Lab | 49.6325 | 66.1632 | -60.7627 |
#ac43df color RGB value is (172,67,223).
#ac43df hex color red value is 172, green value is 67 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ac43df hue: 0.78 , saturation: 0.71 and the lightness value of ac43df is 0.57.
The process color (four color CMYK) of #ac43df color hex is 0.23, 0.70, 0.00, 0.13. Web safe color of #ac43df is #9933cc. Color #ac43df contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 01000011 | 11011111 |
Octal | 254 | 103 | 337 |
Decimal | 172 | 67 | 223 |
Hex | AC | 43 | DF |
Shades of #ac43df
Tints of #ac43df
RGB Percentages of Color #ac43df
CMYK Percentages of Color #ac43df
Complementary Color
#ac43df | #76df43 |
#ac43df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ac43df Color Preview on White Background
Lorem ipsum dolor sit amet.
#ac43df Color CSS Codes
.mybgcolor {background-color:#ac43df; } .myforecolor {color:#ac43df; } .mybordercolor {border:3px solid #ac43df; }
#ac43df Text Font Color
<p style="color:#ac43df">Text here</p>
This sample text font color is #ac43df
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.
#ac43df Background Color
<div style="background-color:#ac43df">
Div content here</div>
This div background color is #ac43df
#ac43df Border Color
<div style="border:3px solid #ac43df">
Div here</div>
This div border color is #ac43df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,67,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ac43df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ac43df; -webkit-box-shadow: 1px 1px 3px 2px #ac43df; box-shadow: 1px 1px 3px 2px #ac43df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,67,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 #ac43df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ac43df; -webkit-box-shadow: 1px 1px 3px 2px #ac43df; box-shadow: 1px 1px 3px 2px #ac43df;">
Div content here</div>
This div box has shadow with color #ac43df
Comments
No comments written yet.
Please login to write comment.