Color spaces of #a92770
RGB | 169 | 39 | 112 |
---|---|---|---|
HSL | 0.91 | 0.63 | 0.41 |
HSV | 326° | 77° | 66° |
CMYK | 0.00 | 0.77 | 0.34 0.34 |
XYZ | 20.0123 | 11.0559 | 16.4085 |
Yxy | 11.0559 | 0.4215 | 0.2329 |
Hunter Lab | 33.2504 | 49.2449 | -5.9833 |
CIE-Lab | 39.6745 | 57.4800 | -10.4401 |
#a92770 color RGB value is (169,39,112).
#a92770 hex color red value is 169, green value is 39 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #a92770 hue: 0.91 , saturation: 0.63 and the lightness value of a92770 is 0.41.
The process color (four color CMYK) of #a92770 color hex is 0.00, 0.77, 0.34, 0.34. Web safe color of #a92770 is #993366. Color #a92770 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101001 | 00100111 | 01110000 |
Octal | 251 | 47 | 160 |
Decimal | 169 | 39 | 112 |
Hex | A9 | 27 | 70 |
Shades of #a92770
Tints of #a92770
RGB Percentages of Color #a92770
CMYK Percentages of Color #a92770
Complementary Color
#a92770 | #27a960 |
#a92770 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a92770 Color Preview on White Background
Lorem ipsum dolor sit amet.
#a92770 Color CSS Codes
.mybgcolor {background-color:#a92770; } .myforecolor {color:#a92770; } .mybordercolor {border:3px solid #a92770; }
#a92770 Text Font Color
<p style="color:#a92770">Text here</p>
This sample text font color is #a92770
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.
#a92770 Background Color
<div style="background-color:#a92770">
Div content here</div>
This div background color is #a92770
#a92770 Border Color
<div style="border:3px solid #a92770">
Div here</div>
This div border color is #a92770
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(169,39,112, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a92770; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a92770; -webkit-box-shadow: 1px 1px 3px 2px #a92770; box-shadow: 1px 1px 3px 2px #a92770; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(169,39,112, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a92770">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a92770; -webkit-box-shadow: 1px 1px 3px 2px #a92770; box-shadow: 1px 1px 3px 2px #a92770;">
Div content here</div>
This div box has shadow with color #a92770
Comments
No comments written yet.
Please login to write comment.