Color spaces of #a86ddc
RGB | 168 | 109 | 220 |
---|---|---|---|
HSL | 0.76 | 0.61 | 0.65 |
HSV | 272° | 50° | 86° |
CMYK | 0.24 | 0.50 | 0.00 0.14 |
XYZ | 34.5354 | 24.4294 | 70.6053 |
Yxy | 24.4294 | 0.2665 | 0.1885 |
Hunter Lab | 49.4261 | 38.2272 | -50.0976 |
CIE-Lab | 56.5152 | 44.2240 | -48.0839 |
#a86ddc color RGB value is (168,109,220).
#a86ddc hex color red value is 168, green value is 109 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a86ddc hue: 0.76 , saturation: 0.61 and the lightness value of a86ddc is 0.65.
The process color (four color CMYK) of #a86ddc color hex is 0.24, 0.50, 0.00, 0.14. Web safe color of #a86ddc is #9966cc. Color #a86ddc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 01101101 | 11011100 |
Octal | 250 | 155 | 334 |
Decimal | 168 | 109 | 220 |
Hex | A8 | 6D | DC |
Shades of #a86ddc
Tints of #a86ddc
RGB Percentages of Color #a86ddc
CMYK Percentages of Color #a86ddc
Complementary Color
#a86ddc | #a1dc6d |
#a86ddc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a86ddc Color Preview on White Background
Lorem ipsum dolor sit amet.
#a86ddc Color CSS Codes
.mybgcolor {background-color:#a86ddc; } .myforecolor {color:#a86ddc; } .mybordercolor {border:3px solid #a86ddc; }
#a86ddc Text Font Color
<p style="color:#a86ddc">Text here</p>
This sample text font color is #a86ddc
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.
#a86ddc Background Color
<div style="background-color:#a86ddc">
Div content here</div>
This div background color is #a86ddc
#a86ddc Border Color
<div style="border:3px solid #a86ddc">
Div here</div>
This div border color is #a86ddc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,109,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a86ddc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a86ddc; -webkit-box-shadow: 1px 1px 3px 2px #a86ddc; box-shadow: 1px 1px 3px 2px #a86ddc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,109,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a86ddc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a86ddc; -webkit-box-shadow: 1px 1px 3px 2px #a86ddc; box-shadow: 1px 1px 3px 2px #a86ddc;">
Div content here</div>
This div box has shadow with color #a86ddc
Comments
No comments written yet.
Please login to write comment.