Color spaces of #a92854
RGB | 169 | 40 | 84 |
---|---|---|---|
HSL | 0.94 | 0.62 | 0.41 |
HSV | 340° | 76° | 66° |
CMYK | 0.00 | 0.76 | 0.50 0.34 |
XYZ | 18.7212 | 10.5927 | 9.4454 |
Yxy | 10.5927 | 0.4830 | 0.2733 |
Hunter Lab | 32.5464 | 45.7197 | 5.5758 |
CIE-Lab | 38.8858 | 54.3397 | 6.0954 |
#a92854 color RGB value is (169,40,84).
#a92854 hex color red value is 169, green value is 40 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #a92854 hue: 0.94 , saturation: 0.62 and the lightness value of a92854 is 0.41.
The process color (four color CMYK) of #a92854 color hex is 0.00, 0.76, 0.50, 0.34. Web safe color of #a92854 is #993366. Color #a92854 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101001 | 00101000 | 01010100 |
Octal | 251 | 50 | 124 |
Decimal | 169 | 40 | 84 |
Hex | A9 | 28 | 54 |
Shades of #a92854
Tints of #a92854
RGB Percentages of Color #a92854
CMYK Percentages of Color #a92854
Complementary Color
#a92854 | #28a97d |
#a92854 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a92854 Color Preview on White Background
Lorem ipsum dolor sit amet.
#a92854 Color CSS Codes
.mybgcolor {background-color:#a92854; } .myforecolor {color:#a92854; } .mybordercolor {border:3px solid #a92854; }
#a92854 Text Font Color
<p style="color:#a92854">Text here</p>
This sample text font color is #a92854
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.
#a92854 Background Color
<div style="background-color:#a92854">
Div content here</div>
This div background color is #a92854
#a92854 Border Color
<div style="border:3px solid #a92854">
Div here</div>
This div border color is #a92854
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(169,40,84, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a92854; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a92854; -webkit-box-shadow: 1px 1px 3px 2px #a92854; box-shadow: 1px 1px 3px 2px #a92854; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(169,40,84, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a92854">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a92854; -webkit-box-shadow: 1px 1px 3px 2px #a92854; box-shadow: 1px 1px 3px 2px #a92854;">
Div content here</div>
This div box has shadow with color #a92854
#a92854 Color Palettes
Comments
No comments written yet.
Please login to write comment.