Color spaces of #ac048d
RGB | 172 | 4 | 141 |
---|---|---|---|
HSL | 0.86 | 0.95 | 0.35 |
HSV | 311° | 98° | 67° |
CMYK | 0.00 | 0.98 | 0.18 0.33 |
XYZ | 21.8644 | 10.7806 | 26.1278 |
Yxy | 10.7806 | 0.3720 | 0.1834 |
Hunter Lab | 32.8338 | 61.4059 | -24.1969 |
CIE-Lab | 39.2085 | 68.3956 | -29.0958 |
#ac048d color RGB value is (172,4,141).
#ac048d hex color red value is 172, green value is 4 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ac048d hue: 0.86 , saturation: 0.95 and the lightness value of ac048d is 0.35.
The process color (four color CMYK) of #ac048d color hex is 0.00, 0.98, 0.18, 0.33. Web safe color of #ac048d is #990099. Color #ac048d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 00000100 | 10001101 |
Octal | 254 | 4 | 215 |
Decimal | 172 | 4 | 141 |
Hex | AC | 4 | 8D |
Shades of #ac048d
Tints of #ac048d
RGB Percentages of Color #ac048d
CMYK Percentages of Color #ac048d
Complementary Color
#ac048d | #04ac23 |
#ac048d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ac048d Color Preview on White Background
Lorem ipsum dolor sit amet.
#ac048d Color CSS Codes
.mybgcolor {background-color:#ac048d; } .myforecolor {color:#ac048d; } .mybordercolor {border:3px solid #ac048d; }
#ac048d Text Font Color
<p style="color:#ac048d">Text here</p>
This sample text font color is #ac048d
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.
#ac048d Background Color
<div style="background-color:#ac048d">
Div content here</div>
This div background color is #ac048d
#ac048d Border Color
<div style="border:3px solid #ac048d">
Div here</div>
This div border color is #ac048d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,4,141, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ac048d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ac048d; -webkit-box-shadow: 1px 1px 3px 2px #ac048d; box-shadow: 1px 1px 3px 2px #ac048d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,4,141, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ac048d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ac048d; -webkit-box-shadow: 1px 1px 3px 2px #ac048d; box-shadow: 1px 1px 3px 2px #ac048d;">
Div content here</div>
This div box has shadow with color #ac048d
Comments
No comments written yet.
Please login to write comment.