Color spaces of #ac6cdf
RGB | 172 | 108 | 223 |
---|---|---|---|
HSL | 0.76 | 0.64 | 0.65 |
HSV | 273° | 52° | 87° |
CMYK | 0.23 | 0.52 | 0.00 0.13 |
XYZ | 35.6951 | 24.8235 | 72.7221 |
Yxy | 24.8235 | 0.2679 | 0.1863 |
Hunter Lab | 49.8232 | 40.6932 | -51.6637 |
CIE-Lab | 56.9030 | 46.5020 | -49.1282 |
#ac6cdf color RGB value is (172,108,223).
#ac6cdf hex color red value is 172, green value is 108 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ac6cdf hue: 0.76 , saturation: 0.64 and the lightness value of ac6cdf is 0.65.
The process color (four color CMYK) of #ac6cdf color hex is 0.23, 0.52, 0.00, 0.13. Web safe color of #ac6cdf is #9966cc. Color #ac6cdf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 01101100 | 11011111 |
Octal | 254 | 154 | 337 |
Decimal | 172 | 108 | 223 |
Hex | AC | 6C | DF |
Shades of #ac6cdf
Tints of #ac6cdf
RGB Percentages of Color #ac6cdf
CMYK Percentages of Color #ac6cdf
Complementary Color
#ac6cdf | #9fdf6c |
#ac6cdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ac6cdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#ac6cdf Color CSS Codes
.mybgcolor {background-color:#ac6cdf; } .myforecolor {color:#ac6cdf; } .mybordercolor {border:3px solid #ac6cdf; }
#ac6cdf Text Font Color
<p style="color:#ac6cdf">Text here</p>
This sample text font color is #ac6cdf
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.
#ac6cdf Background Color
<div style="background-color:#ac6cdf">
Div content here</div>
This div background color is #ac6cdf
#ac6cdf Border Color
<div style="border:3px solid #ac6cdf">
Div here</div>
This div border color is #ac6cdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,108,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ac6cdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ac6cdf; -webkit-box-shadow: 1px 1px 3px 2px #ac6cdf; box-shadow: 1px 1px 3px 2px #ac6cdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,108,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 #ac6cdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ac6cdf; -webkit-box-shadow: 1px 1px 3px 2px #ac6cdf; box-shadow: 1px 1px 3px 2px #ac6cdf;">
Div content here</div>
This div box has shadow with color #ac6cdf
Comments
No comments written yet.
Please login to write comment.