Color spaces of #a86bac
RGB | 168 | 107 | 172 |
---|---|---|---|
HSL | 0.82 | 0.28 | 0.55 |
HSV | 296° | 38° | 67° |
CMYK | 0.02 | 0.38 | 0.00 0.33 |
XYZ | 28.8525 | 21.8188 | 41.7205 |
Yxy | 21.8188 | 0.3123 | 0.2362 |
Hunter Lab | 46.7106 | 28.5135 | -20.2586 |
CIE-Lab | 53.8342 | 35.0258 | -24.8608 |
#a86bac color RGB value is (168,107,172).
#a86bac hex color red value is 168, green value is 107 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a86bac hue: 0.82 , saturation: 0.28 and the lightness value of a86bac is 0.55.
The process color (four color CMYK) of #a86bac color hex is 0.02, 0.38, 0.00, 0.33. Web safe color of #a86bac is #996699. Color #a86bac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 01101011 | 10101100 |
Octal | 250 | 153 | 254 |
Decimal | 168 | 107 | 172 |
Hex | A8 | 6B | AC |
Shades of #a86bac
Tints of #a86bac
RGB Percentages of Color #a86bac
CMYK Percentages of Color #a86bac
Complementary Color
#a86bac | #6fac6b |
#a86bac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a86bac Color Preview on White Background
Lorem ipsum dolor sit amet.
#a86bac Color CSS Codes
.mybgcolor {background-color:#a86bac; } .myforecolor {color:#a86bac; } .mybordercolor {border:3px solid #a86bac; }
#a86bac Text Font Color
<p style="color:#a86bac">Text here</p>
This sample text font color is #a86bac
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.
#a86bac Background Color
<div style="background-color:#a86bac">
Div content here</div>
This div background color is #a86bac
#a86bac Border Color
<div style="border:3px solid #a86bac">
Div here</div>
This div border color is #a86bac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,107,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a86bac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a86bac; -webkit-box-shadow: 1px 1px 3px 2px #a86bac; box-shadow: 1px 1px 3px 2px #a86bac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,107,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a86bac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a86bac; -webkit-box-shadow: 1px 1px 3px 2px #a86bac; box-shadow: 1px 1px 3px 2px #a86bac;">
Div content here</div>
This div box has shadow with color #a86bac
Comments
No comments written yet.
Please login to write comment.