Color spaces of #ac308d
RGB | 172 | 48 | 141 |
---|---|---|---|
HSL | 0.88 | 0.56 | 0.43 |
HSV | 315° | 72° | 67° |
CMYK | 0.00 | 0.72 | 0.18 0.33 |
XYZ | 22.8779 | 12.8076 | 26.4656 |
Yxy | 12.8076 | 0.3681 | 0.2061 |
Hunter Lab | 35.7877 | 51.4807 | -18.7945 |
CIE-Lab | 42.4719 | 58.9914 | -24.0025 |
#ac308d color RGB value is (172,48,141).
#ac308d hex color red value is 172, green value is 48 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ac308d hue: 0.88 , saturation: 0.56 and the lightness value of ac308d is 0.43.
The process color (four color CMYK) of #ac308d color hex is 0.00, 0.72, 0.18, 0.33. Web safe color of #ac308d is #993399. Color #ac308d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 00110000 | 10001101 |
Octal | 254 | 60 | 215 |
Decimal | 172 | 48 | 141 |
Hex | AC | 30 | 8D |
Shades of #ac308d
Tints of #ac308d
RGB Percentages of Color #ac308d
CMYK Percentages of Color #ac308d
Complementary Color
#ac308d | #30ac4f |
#ac308d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ac308d Color Preview on White Background
Lorem ipsum dolor sit amet.
#ac308d Color CSS Codes
.mybgcolor {background-color:#ac308d; } .myforecolor {color:#ac308d; } .mybordercolor {border:3px solid #ac308d; }
#ac308d Text Font Color
<p style="color:#ac308d">Text here</p>
This sample text font color is #ac308d
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.
#ac308d Background Color
<div style="background-color:#ac308d">
Div content here</div>
This div background color is #ac308d
#ac308d Border Color
<div style="border:3px solid #ac308d">
Div here</div>
This div border color is #ac308d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,48,141, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ac308d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ac308d; -webkit-box-shadow: 1px 1px 3px 2px #ac308d; box-shadow: 1px 1px 3px 2px #ac308d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,48,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 #ac308d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ac308d; -webkit-box-shadow: 1px 1px 3px 2px #ac308d; box-shadow: 1px 1px 3px 2px #ac308d;">
Div content here</div>
This div box has shadow with color #ac308d
Comments
No comments written yet.
Please login to write comment.