Color spaces of #ac44bd
RGB | 172 | 68 | 189 |
---|---|---|---|
HSL | 0.81 | 0.48 | 0.50 |
HSV | 292° | 64° | 74° |
CMYK | 0.09 | 0.64 | 0.00 0.26 |
XYZ | 28.2657 | 16.5790 | 49.8544 |
Yxy | 16.5790 | 0.2985 | 0.1751 |
Hunter Lab | 40.7173 | 52.6582 | -44.0927 |
CIE-Lab | 47.7251 | 59.0644 | -44.2794 |
#ac44bd color RGB value is (172,68,189).
#ac44bd hex color red value is 172, green value is 68 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ac44bd hue: 0.81 , saturation: 0.48 and the lightness value of ac44bd is 0.50.
The process color (four color CMYK) of #ac44bd color hex is 0.09, 0.64, 0.00, 0.26. Web safe color of #ac44bd is #9933cc. Color #ac44bd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 01000100 | 10111101 |
Octal | 254 | 104 | 275 |
Decimal | 172 | 68 | 189 |
Hex | AC | 44 | BD |
Shades of #ac44bd
Tints of #ac44bd
RGB Percentages of Color #ac44bd
CMYK Percentages of Color #ac44bd
Complementary Color
#ac44bd | #55bd44 |
#ac44bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ac44bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ac44bd Color CSS Codes
.mybgcolor {background-color:#ac44bd; } .myforecolor {color:#ac44bd; } .mybordercolor {border:3px solid #ac44bd; }
#ac44bd Text Font Color
<p style="color:#ac44bd">Text here</p>
This sample text font color is #ac44bd
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.
#ac44bd Background Color
<div style="background-color:#ac44bd">
Div content here</div>
This div background color is #ac44bd
#ac44bd Border Color
<div style="border:3px solid #ac44bd">
Div here</div>
This div border color is #ac44bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,68,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ac44bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ac44bd; -webkit-box-shadow: 1px 1px 3px 2px #ac44bd; box-shadow: 1px 1px 3px 2px #ac44bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,68,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ac44bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ac44bd; -webkit-box-shadow: 1px 1px 3px 2px #ac44bd; box-shadow: 1px 1px 3px 2px #ac44bd;">
Div content here</div>
This div box has shadow with color #ac44bd
Comments
No comments written yet.
Please login to write comment.