Color spaces of #a3418f
RGB | 163 | 65 | 143 |
---|---|---|---|
HSL | 0.87 | 0.43 | 0.45 |
HSV | 312° | 60° | 64° |
CMYK | 0.00 | 0.60 | 0.12 0.36 |
XYZ | 21.9525 | 13.5503 | 27.4450 |
Yxy | 13.5503 | 0.3487 | 0.2153 |
Hunter Lab | 36.8107 | 42.0317 | -18.4374 |
CIE-Lab | 43.5810 | 49.9594 | -23.6113 |
#a3418f color RGB value is (163,65,143).
#a3418f hex color red value is 163, green value is 65 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #a3418f hue: 0.87 , saturation: 0.43 and the lightness value of a3418f is 0.45.
The process color (four color CMYK) of #a3418f color hex is 0.00, 0.60, 0.12, 0.36. Web safe color of #a3418f is #993399. Color #a3418f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100011 | 01000001 | 10001111 |
Octal | 243 | 101 | 217 |
Decimal | 163 | 65 | 143 |
Hex | A3 | 41 | 8F |
Shades of #a3418f
Tints of #a3418f
RGB Percentages of Color #a3418f
CMYK Percentages of Color #a3418f
Complementary Color
#a3418f | #41a355 |
#a3418f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a3418f Color Preview on White Background
Lorem ipsum dolor sit amet.
#a3418f Color CSS Codes
.mybgcolor {background-color:#a3418f; } .myforecolor {color:#a3418f; } .mybordercolor {border:3px solid #a3418f; }
#a3418f Text Font Color
<p style="color:#a3418f">Text here</p>
This sample text font color is #a3418f
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.
#a3418f Background Color
<div style="background-color:#a3418f">
Div content here</div>
This div background color is #a3418f
#a3418f Border Color
<div style="border:3px solid #a3418f">
Div here</div>
This div border color is #a3418f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(163,65,143, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a3418f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a3418f; -webkit-box-shadow: 1px 1px 3px 2px #a3418f; box-shadow: 1px 1px 3px 2px #a3418f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(163,65,143, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a3418f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a3418f; -webkit-box-shadow: 1px 1px 3px 2px #a3418f; box-shadow: 1px 1px 3px 2px #a3418f;">
Div content here</div>
This div box has shadow with color #a3418f
Comments
No comments written yet.
Please login to write comment.