Color spaces of #ac0bdb
RGB | 172 | 11 | 219 |
---|---|---|---|
HSL | 0.80 | 0.90 | 0.45 |
HSV | 286° | 95° | 86° |
CMYK | 0.21 | 0.95 | 0.00 0.14 |
XYZ | 29.9191 | 14.1245 | 68.1672 |
Yxy | 14.1245 | 0.2666 | 0.1259 |
Hunter Lab | 37.5826 | 76.3325 | -81.2323 |
CIE-Lab | 44.4110 | 79.7341 | -66.9373 |
#ac0bdb color RGB value is (172,11,219).
#ac0bdb hex color red value is 172, green value is 11 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ac0bdb hue: 0.80 , saturation: 0.90 and the lightness value of ac0bdb is 0.45.
The process color (four color CMYK) of #ac0bdb color hex is 0.21, 0.95, 0.00, 0.14. Web safe color of #ac0bdb is #9900cc. Color #ac0bdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 00001011 | 11011011 |
Octal | 254 | 13 | 333 |
Decimal | 172 | 11 | 219 |
Hex | AC | B | DB |
Shades of #ac0bdb
Tints of #ac0bdb
RGB Percentages of Color #ac0bdb
CMYK Percentages of Color #ac0bdb
Complementary Color
#ac0bdb | #3adb0b |
#ac0bdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ac0bdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ac0bdb Color CSS Codes
.mybgcolor {background-color:#ac0bdb; } .myforecolor {color:#ac0bdb; } .mybordercolor {border:3px solid #ac0bdb; }
#ac0bdb Text Font Color
<p style="color:#ac0bdb">Text here</p>
This sample text font color is #ac0bdb
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.
#ac0bdb Background Color
<div style="background-color:#ac0bdb">
Div content here</div>
This div background color is #ac0bdb
#ac0bdb Border Color
<div style="border:3px solid #ac0bdb">
Div here</div>
This div border color is #ac0bdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,11,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ac0bdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ac0bdb; -webkit-box-shadow: 1px 1px 3px 2px #ac0bdb; box-shadow: 1px 1px 3px 2px #ac0bdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,11,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 #ac0bdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ac0bdb; -webkit-box-shadow: 1px 1px 3px 2px #ac0bdb; box-shadow: 1px 1px 3px 2px #ac0bdb;">
Div content here</div>
This div box has shadow with color #ac0bdb
Comments
No comments written yet.
Please login to write comment.