Color spaces of #a86ddb
RGB | 168 | 109 | 219 |
---|---|---|---|
HSL | 0.76 | 0.60 | 0.64 |
HSV | 272° | 50° | 86° |
CMYK | 0.23 | 0.50 | 0.00 0.14 |
XYZ | 34.4033 | 24.3766 | 69.9097 |
Yxy | 24.3766 | 0.2673 | 0.1894 |
Hunter Lab | 49.3727 | 37.9782 | -49.3914 |
CIE-Lab | 56.4629 | 43.9939 | -47.6037 |
#a86ddb color RGB value is (168,109,219).
#a86ddb hex color red value is 168, green value is 109 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a86ddb hue: 0.76 , saturation: 0.60 and the lightness value of a86ddb is 0.64.
The process color (four color CMYK) of #a86ddb color hex is 0.23, 0.50, 0.00, 0.14. Web safe color of #a86ddb is #9966cc. Color #a86ddb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 01101101 | 11011011 |
Octal | 250 | 155 | 333 |
Decimal | 168 | 109 | 219 |
Hex | A8 | 6D | DB |
Shades of #a86ddb
Tints of #a86ddb
RGB Percentages of Color #a86ddb
CMYK Percentages of Color #a86ddb
Complementary Color
#a86ddb | #a0db6d |
#a86ddb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a86ddb Color Preview on White Background
Lorem ipsum dolor sit amet.
#a86ddb Color CSS Codes
.mybgcolor {background-color:#a86ddb; } .myforecolor {color:#a86ddb; } .mybordercolor {border:3px solid #a86ddb; }
#a86ddb Text Font Color
<p style="color:#a86ddb">Text here</p>
This sample text font color is #a86ddb
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.
#a86ddb Background Color
<div style="background-color:#a86ddb">
Div content here</div>
This div background color is #a86ddb
#a86ddb Border Color
<div style="border:3px solid #a86ddb">
Div here</div>
This div border color is #a86ddb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,109,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a86ddb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a86ddb; -webkit-box-shadow: 1px 1px 3px 2px #a86ddb; box-shadow: 1px 1px 3px 2px #a86ddb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,109,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a86ddb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a86ddb; -webkit-box-shadow: 1px 1px 3px 2px #a86ddb; box-shadow: 1px 1px 3px 2px #a86ddb;">
Div content here</div>
This div box has shadow with color #a86ddb
Comments
No comments written yet.
Please login to write comment.