Color spaces of #a43070
RGB | 164 | 48 | 112 |
---|---|---|---|
HSL | 0.91 | 0.55 | 0.42 |
HSV | 327° | 71° | 64° |
CMYK | 0.00 | 0.71 | 0.32 0.36 |
XYZ | 19.2914 | 11.1763 | 16.4697 |
Yxy | 11.1763 | 0.4110 | 0.2381 |
Hunter Lab | 33.4310 | 44.4995 | -5.8074 |
CIE-Lab | 39.8758 | 52.9965 | -10.2251 |
#a43070 color RGB value is (164,48,112).
#a43070 hex color red value is 164, green value is 48 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #a43070 hue: 0.91 , saturation: 0.55 and the lightness value of a43070 is 0.42.
The process color (four color CMYK) of #a43070 color hex is 0.00, 0.71, 0.32, 0.36. Web safe color of #a43070 is #993366. Color #a43070 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 00110000 | 01110000 |
Octal | 244 | 60 | 160 |
Decimal | 164 | 48 | 112 |
Hex | A4 | 30 | 70 |
Shades of #a43070
Tints of #a43070
RGB Percentages of Color #a43070
CMYK Percentages of Color #a43070
Complementary Color
#a43070 | #30a464 |
#a43070 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a43070 Color Preview on White Background
Lorem ipsum dolor sit amet.
#a43070 Color CSS Codes
.mybgcolor {background-color:#a43070; } .myforecolor {color:#a43070; } .mybordercolor {border:3px solid #a43070; }
#a43070 Text Font Color
<p style="color:#a43070">Text here</p>
This sample text font color is #a43070
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.
#a43070 Background Color
<div style="background-color:#a43070">
Div content here</div>
This div background color is #a43070
#a43070 Border Color
<div style="border:3px solid #a43070">
Div here</div>
This div border color is #a43070
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164,48,112, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a43070; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a43070; -webkit-box-shadow: 1px 1px 3px 2px #a43070; box-shadow: 1px 1px 3px 2px #a43070; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(164,48,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 #a43070">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a43070; -webkit-box-shadow: 1px 1px 3px 2px #a43070; box-shadow: 1px 1px 3px 2px #a43070;">
Div content here</div>
This div box has shadow with color #a43070
Comments
No comments written yet.
Please login to write comment.