Color spaces of #ac319d
RGB | 172 | 49 | 157 |
---|---|---|---|
HSL | 0.85 | 0.56 | 0.43 |
HSV | 307° | 72° | 67° |
CMYK | 0.00 | 0.72 | 0.09 0.33 |
XYZ | 24.1974 | 13.4016 | 33.2097 |
Yxy | 13.4016 | 0.3417 | 0.1893 |
Hunter Lab | 36.6082 | 53.9211 | -28.1601 |
CIE-Lab | 43.3622 | 61.0219 | -32.2782 |
#ac319d color RGB value is (172,49,157).
#ac319d hex color red value is 172, green value is 49 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #ac319d hue: 0.85 , saturation: 0.56 and the lightness value of ac319d is 0.43.
The process color (four color CMYK) of #ac319d color hex is 0.00, 0.72, 0.09, 0.33. Web safe color of #ac319d is #993399. Color #ac319d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 00110001 | 10011101 |
Octal | 254 | 61 | 235 |
Decimal | 172 | 49 | 157 |
Hex | AC | 31 | 9D |
Shades of #ac319d
Tints of #ac319d
RGB Percentages of Color #ac319d
CMYK Percentages of Color #ac319d
Complementary Color
#ac319d | #31ac40 |
#ac319d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ac319d Color Preview on White Background
Lorem ipsum dolor sit amet.
#ac319d Color CSS Codes
.mybgcolor {background-color:#ac319d; } .myforecolor {color:#ac319d; } .mybordercolor {border:3px solid #ac319d; }
#ac319d Text Font Color
<p style="color:#ac319d">Text here</p>
This sample text font color is #ac319d
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.
#ac319d Background Color
<div style="background-color:#ac319d">
Div content here</div>
This div background color is #ac319d
#ac319d Border Color
<div style="border:3px solid #ac319d">
Div here</div>
This div border color is #ac319d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,49,157, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ac319d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ac319d; -webkit-box-shadow: 1px 1px 3px 2px #ac319d; box-shadow: 1px 1px 3px 2px #ac319d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,49,157, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ac319d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ac319d; -webkit-box-shadow: 1px 1px 3px 2px #ac319d; box-shadow: 1px 1px 3px 2px #ac319d;">
Div content here</div>
This div box has shadow with color #ac319d
Comments
No comments written yet.
Please login to write comment.