Color spaces of #a38faf
RGB | 163 | 143 | 175 |
---|---|---|---|
HSL | 0.77 | 0.17 | 0.62 |
HSV | 278° | 18° | 69° |
CMYK | 0.07 | 0.18 | 0.00 0.31 |
XYZ | 32.6646 | 30.5266 | 44.7281 |
Yxy | 30.5266 | 0.3027 | 0.2829 |
Hunter Lab | 55.2509 | 8.8411 | -9.3223 |
CIE-Lab | 62.1060 | 13.5634 | -14.0092 |
#a38faf color RGB value is (163,143,175).
#a38faf hex color red value is 163, green value is 143 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a38faf hue: 0.77 , saturation: 0.17 and the lightness value of a38faf is 0.62.
The process color (four color CMYK) of #a38faf color hex is 0.07, 0.18, 0.00, 0.31. Web safe color of #a38faf is #999999. Color #a38faf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100011 | 10001111 | 10101111 |
Octal | 243 | 217 | 257 |
Decimal | 163 | 143 | 175 |
Hex | A3 | 8F | AF |
Shades of #a38faf
Tints of #a38faf
RGB Percentages of Color #a38faf
CMYK Percentages of Color #a38faf
Complementary Color
#a38faf | #9baf8f |
#a38faf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a38faf Color Preview on White Background
Lorem ipsum dolor sit amet.
#a38faf Color CSS Codes
.mybgcolor {background-color:#a38faf; } .myforecolor {color:#a38faf; } .mybordercolor {border:3px solid #a38faf; }
#a38faf Text Font Color
<p style="color:#a38faf">Text here</p>
This sample text font color is #a38faf
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.
#a38faf Background Color
<div style="background-color:#a38faf">
Div content here</div>
This div background color is #a38faf
#a38faf Border Color
<div style="border:3px solid #a38faf">
Div here</div>
This div border color is #a38faf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(163,143,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a38faf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a38faf; -webkit-box-shadow: 1px 1px 3px 2px #a38faf; box-shadow: 1px 1px 3px 2px #a38faf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(163,143,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a38faf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a38faf; -webkit-box-shadow: 1px 1px 3px 2px #a38faf; box-shadow: 1px 1px 3px 2px #a38faf;">
Div content here</div>
This div box has shadow with color #a38faf
Comments
No comments written yet.
Please login to write comment.