Color spaces of #a686df
RGB | 166 | 134 | 223 |
---|---|---|---|
HSL | 0.73 | 0.58 | 0.70 |
HSV | 262° | 40° | 87° |
CMYK | 0.26 | 0.40 | 0.00 0.13 |
XYZ | 37.5703 | 30.4849 | 73.7160 |
Yxy | 30.4849 | 0.2650 | 0.2150 |
Hunter Lab | 55.2131 | 24.8390 | -40.5099 |
CIE-Lab | 62.0704 | 30.4385 | -41.0118 |
#a686df color RGB value is (166,134,223).
#a686df hex color red value is 166, green value is 134 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a686df hue: 0.73 , saturation: 0.58 and the lightness value of a686df is 0.70.
The process color (four color CMYK) of #a686df color hex is 0.26, 0.40, 0.00, 0.13. Web safe color of #a686df is #9999cc. Color #a686df contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100110 | 10000110 | 11011111 |
Octal | 246 | 206 | 337 |
Decimal | 166 | 134 | 223 |
Hex | A6 | 86 | DF |
Shades of #a686df
Tints of #a686df
RGB Percentages of Color #a686df
CMYK Percentages of Color #a686df
Complementary Color
#a686df | #bfdf86 |
#a686df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a686df Color Preview on White Background
Lorem ipsum dolor sit amet.
#a686df Color CSS Codes
.mybgcolor {background-color:#a686df; } .myforecolor {color:#a686df; } .mybordercolor {border:3px solid #a686df; }
#a686df Text Font Color
<p style="color:#a686df">Text here</p>
This sample text font color is #a686df
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.
#a686df Background Color
<div style="background-color:#a686df">
Div content here</div>
This div background color is #a686df
#a686df Border Color
<div style="border:3px solid #a686df">
Div here</div>
This div border color is #a686df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(166,134,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a686df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a686df; -webkit-box-shadow: 1px 1px 3px 2px #a686df; box-shadow: 1px 1px 3px 2px #a686df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(166,134,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a686df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a686df; -webkit-box-shadow: 1px 1px 3px 2px #a686df; box-shadow: 1px 1px 3px 2px #a686df;">
Div content here</div>
This div box has shadow with color #a686df
Comments
No comments written yet.
Please login to write comment.