Color spaces of #a05284
RGB | 160 | 82 | 132 |
---|---|---|---|
HSL | 0.89 | 0.32 | 0.47 |
HSV | 322° | 49° | 63° |
CMYK | 0.00 | 0.49 | 0.18 0.37 |
XYZ | 21.6794 | 15.1741 | 23.6161 |
Yxy | 15.1741 | 0.3585 | 0.2509 |
Hunter Lab | 38.9539 | 31.1728 | -8.6772 |
CIE-Lab | 45.8717 | 38.8080 | -13.4900 |
#a05284 color RGB value is (160,82,132).
#a05284 hex color red value is 160, green value is 82 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #a05284 hue: 0.89 , saturation: 0.32 and the lightness value of a05284 is 0.47.
The process color (four color CMYK) of #a05284 color hex is 0.00, 0.49, 0.18, 0.37. Web safe color of #a05284 is #996699. Color #a05284 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 01010010 | 10000100 |
Octal | 240 | 122 | 204 |
Decimal | 160 | 82 | 132 |
Hex | A0 | 52 | 84 |
Shades of #a05284
Tints of #a05284
RGB Percentages of Color #a05284
CMYK Percentages of Color #a05284
Complementary Color
#a05284 | #52a06e |
#a05284 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a05284 Color Preview on White Background
Lorem ipsum dolor sit amet.
#a05284 Color CSS Codes
.mybgcolor {background-color:#a05284; } .myforecolor {color:#a05284; } .mybordercolor {border:3px solid #a05284; }
#a05284 Text Font Color
<p style="color:#a05284">Text here</p>
This sample text font color is #a05284
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.
#a05284 Background Color
<div style="background-color:#a05284">
Div content here</div>
This div background color is #a05284
#a05284 Border Color
<div style="border:3px solid #a05284">
Div here</div>
This div border color is #a05284
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,82,132, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a05284; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a05284; -webkit-box-shadow: 1px 1px 3px 2px #a05284; box-shadow: 1px 1px 3px 2px #a05284; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,82,132, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a05284">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a05284; -webkit-box-shadow: 1px 1px 3px 2px #a05284; box-shadow: 1px 1px 3px 2px #a05284;">
Div content here</div>
This div box has shadow with color #a05284
Comments
No comments written yet.
Please login to write comment.