Color spaces of #a28bad
RGB | 162 | 139 | 173 |
---|---|---|---|
HSL | 0.78 | 0.17 | 0.61 |
HSV | 281° | 20° | 68° |
CMYK | 0.06 | 0.20 | 0.00 0.32 |
XYZ | 31.6757 | 29.1637 | 43.4948 |
Yxy | 29.1637 | 0.3036 | 0.2795 |
Hunter Lab | 54.0034 | 10.1931 | -9.9503 |
CIE-Lab | 60.9258 | 15.0796 | -14.6646 |
#a28bad color RGB value is (162,139,173).
#a28bad hex color red value is 162, green value is 139 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a28bad hue: 0.78 , saturation: 0.17 and the lightness value of a28bad is 0.61.
The process color (four color CMYK) of #a28bad color hex is 0.06, 0.20, 0.00, 0.32. Web safe color of #a28bad is #999999. Color #a28bad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100010 | 10001011 | 10101101 |
Octal | 242 | 213 | 255 |
Decimal | 162 | 139 | 173 |
Hex | A2 | 8B | AD |
Shades of #a28bad
Tints of #a28bad
RGB Percentages of Color #a28bad
CMYK Percentages of Color #a28bad
Complementary Color
#a28bad | #96ad8b |
#a28bad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a28bad Color Preview on White Background
Lorem ipsum dolor sit amet.
#a28bad Color CSS Codes
.mybgcolor {background-color:#a28bad; } .myforecolor {color:#a28bad; } .mybordercolor {border:3px solid #a28bad; }
#a28bad Text Font Color
<p style="color:#a28bad">Text here</p>
This sample text font color is #a28bad
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.
#a28bad Background Color
<div style="background-color:#a28bad">
Div content here</div>
This div background color is #a28bad
#a28bad Border Color
<div style="border:3px solid #a28bad">
Div here</div>
This div border color is #a28bad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(162,139,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a28bad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a28bad; -webkit-box-shadow: 1px 1px 3px 2px #a28bad; box-shadow: 1px 1px 3px 2px #a28bad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(162,139,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a28bad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a28bad; -webkit-box-shadow: 1px 1px 3px 2px #a28bad; box-shadow: 1px 1px 3px 2px #a28bad;">
Div content here</div>
This div box has shadow with color #a28bad
Comments
No comments written yet.
Please login to write comment.