Color spaces of #a88eda
RGB | 168 | 142 | 218 |
---|---|---|---|
HSL | 0.72 | 0.51 | 0.71 |
HSV | 261° | 35° | 85° |
CMYK | 0.23 | 0.35 | 0.00 0.15 |
XYZ | 38.4763 | 32.7328 | 70.6198 |
Yxy | 32.7328 | 0.2713 | 0.2308 |
Hunter Lab | 57.2126 | 19.9218 | -33.1352 |
CIE-Lab | 63.9440 | 25.2889 | -35.2875 |
#a88eda color RGB value is (168,142,218).
#a88eda hex color red value is 168, green value is 142 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a88eda hue: 0.72 , saturation: 0.51 and the lightness value of a88eda is 0.71.
The process color (four color CMYK) of #a88eda color hex is 0.23, 0.35, 0.00, 0.15. Web safe color of #a88eda is #9999cc. Color #a88eda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 10001110 | 11011010 |
Octal | 250 | 216 | 332 |
Decimal | 168 | 142 | 218 |
Hex | A8 | 8E | DA |
Shades of #a88eda
Tints of #a88eda
RGB Percentages of Color #a88eda
CMYK Percentages of Color #a88eda
Complementary Color
#a88eda | #c0da8e |
#a88eda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a88eda Color Preview on White Background
Lorem ipsum dolor sit amet.
#a88eda Color CSS Codes
.mybgcolor {background-color:#a88eda; } .myforecolor {color:#a88eda; } .mybordercolor {border:3px solid #a88eda; }
#a88eda Text Font Color
<p style="color:#a88eda">Text here</p>
This sample text font color is #a88eda
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.
#a88eda Background Color
<div style="background-color:#a88eda">
Div content here</div>
This div background color is #a88eda
#a88eda Border Color
<div style="border:3px solid #a88eda">
Div here</div>
This div border color is #a88eda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,142,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a88eda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a88eda; -webkit-box-shadow: 1px 1px 3px 2px #a88eda; box-shadow: 1px 1px 3px 2px #a88eda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,142,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a88eda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a88eda; -webkit-box-shadow: 1px 1px 3px 2px #a88eda; box-shadow: 1px 1px 3px 2px #a88eda;">
Div content here</div>
This div box has shadow with color #a88eda
Comments
No comments written yet.
Please login to write comment.