Color spaces of #a4489c
RGB | 164 | 72 | 156 |
---|---|---|---|
HSL | 0.85 | 0.39 | 0.46 |
HSV | 305° | 56° | 64° |
CMYK | 0.00 | 0.56 | 0.05 0.36 |
XYZ | 23.6280 | 14.9275 | 33.0885 |
Yxy | 14.9275 | 0.3298 | 0.2084 |
Hunter Lab | 38.6361 | 41.5488 | -23.7315 |
CIE-Lab | 45.5347 | 49.1522 | -28.3685 |
#a4489c color RGB value is (164,72,156).
#a4489c hex color red value is 164, green value is 72 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #a4489c hue: 0.85 , saturation: 0.39 and the lightness value of a4489c is 0.46.
The process color (four color CMYK) of #a4489c color hex is 0.00, 0.56, 0.05, 0.36. Web safe color of #a4489c is #993399. Color #a4489c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 01001000 | 10011100 |
Octal | 244 | 110 | 234 |
Decimal | 164 | 72 | 156 |
Hex | A4 | 48 | 9C |
Shades of #a4489c
Tints of #a4489c
RGB Percentages of Color #a4489c
CMYK Percentages of Color #a4489c
Complementary Color
#a4489c | #48a450 |
#a4489c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a4489c Color Preview on White Background
Lorem ipsum dolor sit amet.
#a4489c Color CSS Codes
.mybgcolor {background-color:#a4489c; } .myforecolor {color:#a4489c; } .mybordercolor {border:3px solid #a4489c; }
#a4489c Text Font Color
<p style="color:#a4489c">Text here</p>
This sample text font color is #a4489c
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.
#a4489c Background Color
<div style="background-color:#a4489c">
Div content here</div>
This div background color is #a4489c
#a4489c Border Color
<div style="border:3px solid #a4489c">
Div here</div>
This div border color is #a4489c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164,72,156, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a4489c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a4489c; -webkit-box-shadow: 1px 1px 3px 2px #a4489c; box-shadow: 1px 1px 3px 2px #a4489c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(164,72,156, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a4489c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a4489c; -webkit-box-shadow: 1px 1px 3px 2px #a4489c; box-shadow: 1px 1px 3px 2px #a4489c;">
Div content here</div>
This div box has shadow with color #a4489c
Comments
No comments written yet.
Please login to write comment.