Color spaces of #a8849b
RGB | 168 | 132 | 155 |
---|---|---|---|
HSL | 0.89 | 0.17 | 0.59 |
HSV | 322° | 21° | 66° |
CMYK | 0.00 | 0.21 | 0.08 0.34 |
XYZ | 30.3161 | 27.1939 | 34.6615 |
Yxy | 27.1939 | 0.3289 | 0.2950 |
Hunter Lab | 52.1478 | 12.5124 | -2.9053 |
CIE-Lab | 59.1534 | 17.6870 | -6.9859 |
#a8849b color RGB value is (168,132,155).
#a8849b hex color red value is 168, green value is 132 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #a8849b hue: 0.89 , saturation: 0.17 and the lightness value of a8849b is 0.59.
The process color (four color CMYK) of #a8849b color hex is 0.00, 0.21, 0.08, 0.34. Web safe color of #a8849b is #999999. Color #a8849b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 10000100 | 10011011 |
Octal | 250 | 204 | 233 |
Decimal | 168 | 132 | 155 |
Hex | A8 | 84 | 9B |
Shades of #a8849b
Tints of #a8849b
RGB Percentages of Color #a8849b
CMYK Percentages of Color #a8849b
Complementary Color
#a8849b | #84a891 |
#a8849b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a8849b Color Preview on White Background
Lorem ipsum dolor sit amet.
#a8849b Color CSS Codes
.mybgcolor {background-color:#a8849b; } .myforecolor {color:#a8849b; } .mybordercolor {border:3px solid #a8849b; }
#a8849b Text Font Color
<p style="color:#a8849b">Text here</p>
This sample text font color is #a8849b
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.
#a8849b Background Color
<div style="background-color:#a8849b">
Div content here</div>
This div background color is #a8849b
#a8849b Border Color
<div style="border:3px solid #a8849b">
Div here</div>
This div border color is #a8849b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,132,155, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a8849b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a8849b; -webkit-box-shadow: 1px 1px 3px 2px #a8849b; box-shadow: 1px 1px 3px 2px #a8849b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,132,155, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a8849b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a8849b; -webkit-box-shadow: 1px 1px 3px 2px #a8849b; box-shadow: 1px 1px 3px 2px #a8849b;">
Div content here</div>
This div box has shadow with color #a8849b
Comments
No comments written yet.
Please login to write comment.