Color spaces of #ac6cdc
RGB | 172 | 108 | 220 |
---|---|---|---|
HSL | 0.76 | 0.62 | 0.64 |
HSV | 274° | 51° | 86° |
CMYK | 0.22 | 0.51 | 0.00 0.14 |
XYZ | 35.2941 | 24.6631 | 70.6104 |
Yxy | 24.6631 | 0.2703 | 0.1889 |
Hunter Lab | 49.6620 | 39.9492 | -49.5364 |
CIE-Lab | 56.7457 | 45.8243 | -47.6907 |
#ac6cdc color RGB value is (172,108,220).
#ac6cdc hex color red value is 172, green value is 108 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ac6cdc hue: 0.76 , saturation: 0.62 and the lightness value of ac6cdc is 0.64.
The process color (four color CMYK) of #ac6cdc color hex is 0.22, 0.51, 0.00, 0.14. Web safe color of #ac6cdc is #9966cc. Color #ac6cdc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 01101100 | 11011100 |
Octal | 254 | 154 | 334 |
Decimal | 172 | 108 | 220 |
Hex | AC | 6C | DC |
Shades of #ac6cdc
Tints of #ac6cdc
RGB Percentages of Color #ac6cdc
CMYK Percentages of Color #ac6cdc
Complementary Color
#ac6cdc | #9cdc6c |
#ac6cdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ac6cdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ac6cdc Color CSS Codes
.mybgcolor {background-color:#ac6cdc; } .myforecolor {color:#ac6cdc; } .mybordercolor {border:3px solid #ac6cdc; }
#ac6cdc Text Font Color
<p style="color:#ac6cdc">Text here</p>
This sample text font color is #ac6cdc
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.
#ac6cdc Background Color
<div style="background-color:#ac6cdc">
Div content here</div>
This div background color is #ac6cdc
#ac6cdc Border Color
<div style="border:3px solid #ac6cdc">
Div here</div>
This div border color is #ac6cdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,108,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ac6cdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ac6cdc; -webkit-box-shadow: 1px 1px 3px 2px #ac6cdc; box-shadow: 1px 1px 3px 2px #ac6cdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,108,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ac6cdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ac6cdc; -webkit-box-shadow: 1px 1px 3px 2px #ac6cdc; box-shadow: 1px 1px 3px 2px #ac6cdc;">
Div content here</div>
This div box has shadow with color #ac6cdc
Comments
No comments written yet.
Please login to write comment.