Color spaces of #a3698f
RGB | 163 | 105 | 143 |
---|---|---|---|
HSL | 0.89 | 0.24 | 0.53 |
HSV | 321° | 36° | 64° |
CMYK | 0.00 | 0.36 | 0.12 0.36 |
XYZ | 25.1138 | 19.8729 | 28.4988 |
Yxy | 19.8729 | 0.3418 | 0.2704 |
Hunter Lab | 44.5790 | 22.5455 | -6.6980 |
CIE-Lab | 51.6932 | 29.0635 | -11.2214 |
#a3698f color RGB value is (163,105,143).
#a3698f hex color red value is 163, green value is 105 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #a3698f hue: 0.89 , saturation: 0.24 and the lightness value of a3698f is 0.53.
The process color (four color CMYK) of #a3698f color hex is 0.00, 0.36, 0.12, 0.36. Web safe color of #a3698f is #996699. Color #a3698f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100011 | 01101001 | 10001111 |
Octal | 243 | 151 | 217 |
Decimal | 163 | 105 | 143 |
Hex | A3 | 69 | 8F |
Shades of #a3698f
Tints of #a3698f
RGB Percentages of Color #a3698f
CMYK Percentages of Color #a3698f
Complementary Color
#a3698f | #69a37d |
#a3698f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a3698f Color Preview on White Background
Lorem ipsum dolor sit amet.
#a3698f Color CSS Codes
.mybgcolor {background-color:#a3698f; } .myforecolor {color:#a3698f; } .mybordercolor {border:3px solid #a3698f; }
#a3698f Text Font Color
<p style="color:#a3698f">Text here</p>
This sample text font color is #a3698f
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.
#a3698f Background Color
<div style="background-color:#a3698f">
Div content here</div>
This div background color is #a3698f
#a3698f Border Color
<div style="border:3px solid #a3698f">
Div here</div>
This div border color is #a3698f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(163,105,143, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a3698f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a3698f; -webkit-box-shadow: 1px 1px 3px 2px #a3698f; box-shadow: 1px 1px 3px 2px #a3698f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(163,105,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 #a3698f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a3698f; -webkit-box-shadow: 1px 1px 3px 2px #a3698f; box-shadow: 1px 1px 3px 2px #a3698f;">
Div content here</div>
This div box has shadow with color #a3698f
Comments
No comments written yet.
Please login to write comment.