Color spaces of #a888da
RGB | 168 | 136 | 218 |
---|---|---|---|
HSL | 0.73 | 0.53 | 0.69 |
HSV | 263° | 38° | 85° |
CMYK | 0.23 | 0.38 | 0.00 0.15 |
XYZ | 37.6075 | 30.9951 | 70.3302 |
Yxy | 30.9951 | 0.2707 | 0.2231 |
Hunter Lab | 55.6732 | 23.1493 | -35.9279 |
CIE-Lab | 62.5035 | 28.6927 | -37.5341 |
#a888da color RGB value is (168,136,218).
#a888da hex color red value is 168, green value is 136 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a888da hue: 0.73 , saturation: 0.53 and the lightness value of a888da is 0.69.
The process color (four color CMYK) of #a888da color hex is 0.23, 0.38, 0.00, 0.15. Web safe color of #a888da is #9999cc. Color #a888da contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 10001000 | 11011010 |
Octal | 250 | 210 | 332 |
Decimal | 168 | 136 | 218 |
Hex | A8 | 88 | DA |
Shades of #a888da
Tints of #a888da
RGB Percentages of Color #a888da
CMYK Percentages of Color #a888da
Complementary Color
#a888da | #bada88 |
#a888da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a888da Color Preview on White Background
Lorem ipsum dolor sit amet.
#a888da Color CSS Codes
.mybgcolor {background-color:#a888da; } .myforecolor {color:#a888da; } .mybordercolor {border:3px solid #a888da; }
#a888da Text Font Color
<p style="color:#a888da">Text here</p>
This sample text font color is #a888da
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.
#a888da Background Color
<div style="background-color:#a888da">
Div content here</div>
This div background color is #a888da
#a888da Border Color
<div style="border:3px solid #a888da">
Div here</div>
This div border color is #a888da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,136,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a888da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a888da; -webkit-box-shadow: 1px 1px 3px 2px #a888da; box-shadow: 1px 1px 3px 2px #a888da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,136,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 #a888da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a888da; -webkit-box-shadow: 1px 1px 3px 2px #a888da; box-shadow: 1px 1px 3px 2px #a888da;">
Div content here</div>
This div box has shadow with color #a888da
Comments
No comments written yet.
Please login to write comment.