Color spaces of #a47180
RGB | 164 | 113 | 128 |
---|---|---|---|
HSL | 0.95 | 0.22 | 0.54 |
HSV | 342° | 31° | 64° |
CMYK | 0.00 | 0.31 | 0.22 0.36 |
XYZ | 25.1113 | 21.2613 | 23.2024 |
Yxy | 21.2613 | 0.3609 | 0.3056 |
Hunter Lab | 46.1100 | 16.5179 | 2.4424 |
CIE-Lab | 53.2343 | 22.4102 | -0.0901 |
#a47180 color RGB value is (164,113,128).
#a47180 hex color red value is 164, green value is 113 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #a47180 hue: 0.95 , saturation: 0.22 and the lightness value of a47180 is 0.54.
The process color (four color CMYK) of #a47180 color hex is 0.00, 0.31, 0.22, 0.36. Web safe color of #a47180 is #996699. Color #a47180 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 01110001 | 10000000 |
Octal | 244 | 161 | 200 |
Decimal | 164 | 113 | 128 |
Hex | A4 | 71 | 80 |
Shades of #a47180
Tints of #a47180
RGB Percentages of Color #a47180
CMYK Percentages of Color #a47180
Complementary Color
#a47180 | #71a495 |
#a47180 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a47180 Color Preview on White Background
Lorem ipsum dolor sit amet.
#a47180 Color CSS Codes
.mybgcolor {background-color:#a47180; } .myforecolor {color:#a47180; } .mybordercolor {border:3px solid #a47180; }
#a47180 Text Font Color
<p style="color:#a47180">Text here</p>
This sample text font color is #a47180
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.
#a47180 Background Color
<div style="background-color:#a47180">
Div content here</div>
This div background color is #a47180
#a47180 Border Color
<div style="border:3px solid #a47180">
Div here</div>
This div border color is #a47180
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164,113,128, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a47180; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a47180; -webkit-box-shadow: 1px 1px 3px 2px #a47180; box-shadow: 1px 1px 3px 2px #a47180; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(164,113,128, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a47180">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a47180; -webkit-box-shadow: 1px 1px 3px 2px #a47180; box-shadow: 1px 1px 3px 2px #a47180;">
Div content here</div>
This div box has shadow with color #a47180
Comments
No comments written yet.
Please login to write comment.