Color spaces of #ac9cdb
RGB | 172 | 156 | 219 |
---|---|---|---|
HSL | 0.71 | 0.47 | 0.74 |
HSV | 255° | 29° | 86° |
CMYK | 0.21 | 0.29 | 0.00 0.14 |
XYZ | 41.6879 | 37.6621 | 72.0901 |
Yxy | 37.6621 | 0.2753 | 0.2487 |
Hunter Lab | 61.3695 | 13.8574 | -26.6888 |
CIE-Lab | 67.7708 | 18.8112 | -29.8827 |
#ac9cdb color RGB value is (172,156,219).
#ac9cdb hex color red value is 172, green value is 156 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ac9cdb hue: 0.71 , saturation: 0.47 and the lightness value of ac9cdb is 0.74.
The process color (four color CMYK) of #ac9cdb color hex is 0.21, 0.29, 0.00, 0.14. Web safe color of #ac9cdb is #9999cc. Color #ac9cdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 10011100 | 11011011 |
Octal | 254 | 234 | 333 |
Decimal | 172 | 156 | 219 |
Hex | AC | 9C | DB |
Shades of #ac9cdb
Tints of #ac9cdb
RGB Percentages of Color #ac9cdb
CMYK Percentages of Color #ac9cdb
Complementary Color
#ac9cdb | #cbdb9c |
#ac9cdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ac9cdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ac9cdb Color CSS Codes
.mybgcolor {background-color:#ac9cdb; } .myforecolor {color:#ac9cdb; } .mybordercolor {border:3px solid #ac9cdb; }
#ac9cdb Text Font Color
<p style="color:#ac9cdb">Text here</p>
This sample text font color is #ac9cdb
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.
#ac9cdb Background Color
<div style="background-color:#ac9cdb">
Div content here</div>
This div background color is #ac9cdb
#ac9cdb Border Color
<div style="border:3px solid #ac9cdb">
Div here</div>
This div border color is #ac9cdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,156,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ac9cdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ac9cdb; -webkit-box-shadow: 1px 1px 3px 2px #ac9cdb; box-shadow: 1px 1px 3px 2px #ac9cdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,156,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ac9cdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ac9cdb; -webkit-box-shadow: 1px 1px 3px 2px #ac9cdb; box-shadow: 1px 1px 3px 2px #ac9cdb;">
Div content here</div>
This div box has shadow with color #ac9cdb
#ac9cdb Color Palettes
Comments
No comments written yet.
Please login to write comment.