Color spaces of #ac14db
RGB | 172 | 20 | 219 |
---|---|---|---|
HSL | 0.79 | 0.83 | 0.47 |
HSV | 286° | 91° | 86° |
CMYK | 0.21 | 0.91 | 0.00 0.14 |
XYZ | 30.0496 | 14.3854 | 68.2107 |
Yxy | 14.3854 | 0.2668 | 0.1277 |
Hunter Lab | 37.9281 | 75.0475 | -80.0788 |
CIE-Lab | 44.7806 | 78.6344 | -66.3363 |
#ac14db color RGB value is (172,20,219).
#ac14db hex color red value is 172, green value is 20 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ac14db hue: 0.79 , saturation: 0.83 and the lightness value of ac14db is 0.47.
The process color (four color CMYK) of #ac14db color hex is 0.21, 0.91, 0.00, 0.14. Web safe color of #ac14db is #9900cc. Color #ac14db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 00010100 | 11011011 |
Octal | 254 | 24 | 333 |
Decimal | 172 | 20 | 219 |
Hex | AC | 14 | DB |
Shades of #ac14db
Tints of #ac14db
RGB Percentages of Color #ac14db
CMYK Percentages of Color #ac14db
Complementary Color
#ac14db | #43db14 |
#ac14db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ac14db Color Preview on White Background
Lorem ipsum dolor sit amet.
#ac14db Color CSS Codes
.mybgcolor {background-color:#ac14db; } .myforecolor {color:#ac14db; } .mybordercolor {border:3px solid #ac14db; }
#ac14db Text Font Color
<p style="color:#ac14db">Text here</p>
This sample text font color is #ac14db
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.
#ac14db Background Color
<div style="background-color:#ac14db">
Div content here</div>
This div background color is #ac14db
#ac14db Border Color
<div style="border:3px solid #ac14db">
Div here</div>
This div border color is #ac14db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,20,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ac14db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ac14db; -webkit-box-shadow: 1px 1px 3px 2px #ac14db; box-shadow: 1px 1px 3px 2px #ac14db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,20,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 #ac14db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ac14db; -webkit-box-shadow: 1px 1px 3px 2px #ac14db; box-shadow: 1px 1px 3px 2px #ac14db;">
Div content here</div>
This div box has shadow with color #ac14db
Comments
No comments written yet.
Please login to write comment.