Color spaces of #a3354a
RGB | 163 | 53 | 74 |
---|---|---|---|
HSL | 0.97 | 0.51 | 0.42 |
HSV | 349° | 67° | 64° |
CMYK | 0.00 | 0.67 | 0.55 0.36 |
XYZ | 17.6134 | 10.8271 | 7.6401 |
Yxy | 10.8271 | 0.4882 | 0.3001 |
Hunter Lab | 32.9046 | 37.9658 | 9.2667 |
CIE-Lab | 39.2877 | 46.7522 | 12.8321 |
#a3354a color RGB value is (163,53,74).
#a3354a hex color red value is 163, green value is 53 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #a3354a hue: 0.97 , saturation: 0.51 and the lightness value of a3354a is 0.42.
The process color (four color CMYK) of #a3354a color hex is 0.00, 0.67, 0.55, 0.36. Web safe color of #a3354a is #993333. Color #a3354a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100011 | 00110101 | 01001010 |
Octal | 243 | 65 | 112 |
Decimal | 163 | 53 | 74 |
Hex | A3 | 35 | 4A |
Shades of #a3354a
Tints of #a3354a
RGB Percentages of Color #a3354a
CMYK Percentages of Color #a3354a
Complementary Color
#a3354a | #35a38e |
#a3354a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a3354a Color Preview on White Background
Lorem ipsum dolor sit amet.
#a3354a Color CSS Codes
.mybgcolor {background-color:#a3354a; } .myforecolor {color:#a3354a; } .mybordercolor {border:3px solid #a3354a; }
#a3354a Text Font Color
<p style="color:#a3354a">Text here</p>
This sample text font color is #a3354a
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.
#a3354a Background Color
<div style="background-color:#a3354a">
Div content here</div>
This div background color is #a3354a
#a3354a Border Color
<div style="border:3px solid #a3354a">
Div here</div>
This div border color is #a3354a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(163,53,74, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a3354a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a3354a; -webkit-box-shadow: 1px 1px 3px 2px #a3354a; box-shadow: 1px 1px 3px 2px #a3354a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(163,53,74, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a3354a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a3354a; -webkit-box-shadow: 1px 1px 3px 2px #a3354a; box-shadow: 1px 1px 3px 2px #a3354a;">
Div content here</div>
This div box has shadow with color #a3354a
Comments
No comments written yet.
Please login to write comment.