Color spaces of #a7354e
RGB | 167 | 53 | 78 |
---|---|---|---|
HSL | 0.96 | 0.52 | 0.43 |
HSV | 347° | 68° | 65° |
CMYK | 0.00 | 0.68 | 0.53 0.35 |
XYZ | 18.5846 | 11.3118 | 8.4116 |
Yxy | 11.3118 | 0.4851 | 0.2953 |
Hunter Lab | 33.6330 | 39.7760 | 8.7147 |
CIE-Lab | 40.1007 | 48.3937 | 11.5457 |
#a7354e color RGB value is (167,53,78).
#a7354e hex color red value is 167, green value is 53 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #a7354e hue: 0.96 , saturation: 0.52 and the lightness value of a7354e is 0.43.
The process color (four color CMYK) of #a7354e color hex is 0.00, 0.68, 0.53, 0.35. Web safe color of #a7354e is #993366. Color #a7354e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100111 | 00110101 | 01001110 |
Octal | 247 | 65 | 116 |
Decimal | 167 | 53 | 78 |
Hex | A7 | 35 | 4E |
Shades of #a7354e
Tints of #a7354e
RGB Percentages of Color #a7354e
CMYK Percentages of Color #a7354e
Complementary Color
#a7354e | #35a78e |
#a7354e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a7354e Color Preview on White Background
Lorem ipsum dolor sit amet.
#a7354e Color CSS Codes
.mybgcolor {background-color:#a7354e; } .myforecolor {color:#a7354e; } .mybordercolor {border:3px solid #a7354e; }
#a7354e Text Font Color
<p style="color:#a7354e">Text here</p>
This sample text font color is #a7354e
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.
#a7354e Background Color
<div style="background-color:#a7354e">
Div content here</div>
This div background color is #a7354e
#a7354e Border Color
<div style="border:3px solid #a7354e">
Div here</div>
This div border color is #a7354e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(167,53,78, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a7354e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a7354e; -webkit-box-shadow: 1px 1px 3px 2px #a7354e; box-shadow: 1px 1px 3px 2px #a7354e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(167,53,78, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a7354e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a7354e; -webkit-box-shadow: 1px 1px 3px 2px #a7354e; box-shadow: 1px 1px 3px 2px #a7354e;">
Div content here</div>
This div box has shadow with color #a7354e
Comments
No comments written yet.
Please login to write comment.