Color spaces of #a88dda
RGB | 168 | 141 | 218 |
---|---|---|---|
HSL | 0.73 | 0.51 | 0.70 |
HSV | 261° | 35° | 85° |
CMYK | 0.23 | 0.35 | 0.00 0.15 |
XYZ | 38.3282 | 32.4365 | 70.5704 |
Yxy | 32.4365 | 0.2712 | 0.2295 |
Hunter Lab | 56.9531 | 20.4589 | -33.5990 |
CIE-Lab | 63.7020 | 25.8566 | -35.6643 |
#a88dda color RGB value is (168,141,218).
#a88dda hex color red value is 168, green value is 141 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a88dda hue: 0.73 , saturation: 0.51 and the lightness value of a88dda is 0.70.
The process color (four color CMYK) of #a88dda color hex is 0.23, 0.35, 0.00, 0.15. Web safe color of #a88dda is #9999cc. Color #a88dda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 10001101 | 11011010 |
Octal | 250 | 215 | 332 |
Decimal | 168 | 141 | 218 |
Hex | A8 | 8D | DA |
Shades of #a88dda
Tints of #a88dda
RGB Percentages of Color #a88dda
CMYK Percentages of Color #a88dda
Complementary Color
#a88dda | #bfda8d |
#a88dda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a88dda Color Preview on White Background
Lorem ipsum dolor sit amet.
#a88dda Color CSS Codes
.mybgcolor {background-color:#a88dda; } .myforecolor {color:#a88dda; } .mybordercolor {border:3px solid #a88dda; }
#a88dda Text Font Color
<p style="color:#a88dda">Text here</p>
This sample text font color is #a88dda
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.
#a88dda Background Color
<div style="background-color:#a88dda">
Div content here</div>
This div background color is #a88dda
#a88dda Border Color
<div style="border:3px solid #a88dda">
Div here</div>
This div border color is #a88dda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,141,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a88dda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a88dda; -webkit-box-shadow: 1px 1px 3px 2px #a88dda; box-shadow: 1px 1px 3px 2px #a88dda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,141,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 #a88dda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a88dda; -webkit-box-shadow: 1px 1px 3px 2px #a88dda; box-shadow: 1px 1px 3px 2px #a88dda;">
Div content here</div>
This div box has shadow with color #a88dda
Comments
No comments written yet.
Please login to write comment.