Color spaces of #a3249d
RGB | 163 | 36 | 157 |
---|---|---|---|
HSL | 0.84 | 0.64 | 0.39 |
HSV | 303° | 78° | 64° |
CMYK | 0.00 | 0.78 | 0.04 0.36 |
XYZ | 21.8209 | 11.4826 | 32.9646 |
Yxy | 11.4826 | 0.3293 | 0.1733 |
Hunter Lab | 33.8860 | 55.6447 | -33.9577 |
CIE-Lab | 40.3817 | 63.1352 | -37.0850 |
#a3249d color RGB value is (163,36,157).
#a3249d hex color red value is 163, green value is 36 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #a3249d hue: 0.84 , saturation: 0.64 and the lightness value of a3249d is 0.39.
The process color (four color CMYK) of #a3249d color hex is 0.00, 0.78, 0.04, 0.36. Web safe color of #a3249d is #993399. Color #a3249d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100011 | 00100100 | 10011101 |
Octal | 243 | 44 | 235 |
Decimal | 163 | 36 | 157 |
Hex | A3 | 24 | 9D |
Shades of #a3249d
Tints of #a3249d
RGB Percentages of Color #a3249d
CMYK Percentages of Color #a3249d
Complementary Color
#a3249d | #24a32a |
#a3249d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a3249d Color Preview on White Background
Lorem ipsum dolor sit amet.
#a3249d Color CSS Codes
.mybgcolor {background-color:#a3249d; } .myforecolor {color:#a3249d; } .mybordercolor {border:3px solid #a3249d; }
#a3249d Text Font Color
<p style="color:#a3249d">Text here</p>
This sample text font color is #a3249d
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.
#a3249d Background Color
<div style="background-color:#a3249d">
Div content here</div>
This div background color is #a3249d
#a3249d Border Color
<div style="border:3px solid #a3249d">
Div here</div>
This div border color is #a3249d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(163,36,157, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a3249d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a3249d; -webkit-box-shadow: 1px 1px 3px 2px #a3249d; box-shadow: 1px 1px 3px 2px #a3249d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(163,36,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 #a3249d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a3249d; -webkit-box-shadow: 1px 1px 3px 2px #a3249d; box-shadow: 1px 1px 3px 2px #a3249d;">
Div content here</div>
This div box has shadow with color #a3249d
Comments
No comments written yet.
Please login to write comment.