Color spaces of #a30974
RGB | 163 | 9 | 116 |
---|---|---|---|
HSL | 0.88 | 0.90 | 0.34 |
HSV | 318° | 94° | 64° |
CMYK | 0.00 | 0.94 | 0.29 0.36 |
XYZ | 18.3543 | 9.2429 | 17.3397 |
Yxy | 9.2429 | 0.4084 | 0.2057 |
Hunter Lab | 30.4021 | 54.5598 | -12.5342 |
CIE-Lab | 36.4478 | 62.9354 | -17.9797 |
#a30974 color RGB value is (163,9,116).
#a30974 hex color red value is 163, green value is 9 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #a30974 hue: 0.88 , saturation: 0.90 and the lightness value of a30974 is 0.34.
The process color (four color CMYK) of #a30974 color hex is 0.00, 0.94, 0.29, 0.36. Web safe color of #a30974 is #990066. Color #a30974 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100011 | 00001001 | 01110100 |
Octal | 243 | 11 | 164 |
Decimal | 163 | 9 | 116 |
Hex | A3 | 9 | 74 |
Shades of #a30974
Tints of #a30974
RGB Percentages of Color #a30974
CMYK Percentages of Color #a30974
Complementary Color
#a30974 | #09a338 |
#a30974 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a30974 Color Preview on White Background
Lorem ipsum dolor sit amet.
#a30974 Color CSS Codes
.mybgcolor {background-color:#a30974; } .myforecolor {color:#a30974; } .mybordercolor {border:3px solid #a30974; }
#a30974 Text Font Color
<p style="color:#a30974">Text here</p>
This sample text font color is #a30974
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.
#a30974 Background Color
<div style="background-color:#a30974">
Div content here</div>
This div background color is #a30974
#a30974 Border Color
<div style="border:3px solid #a30974">
Div here</div>
This div border color is #a30974
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(163,9,116, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a30974; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a30974; -webkit-box-shadow: 1px 1px 3px 2px #a30974; box-shadow: 1px 1px 3px 2px #a30974; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(163,9,116, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a30974">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a30974; -webkit-box-shadow: 1px 1px 3px 2px #a30974; box-shadow: 1px 1px 3px 2px #a30974;">
Div content here</div>
This div box has shadow with color #a30974
Comments
No comments written yet.
Please login to write comment.