Color spaces of #a890de
RGB | 168 | 144 | 222 |
---|---|---|---|
HSL | 0.72 | 0.54 | 0.72 |
HSV | 258° | 35° | 87° |
CMYK | 0.24 | 0.35 | 0.00 0.13 |
XYZ | 39.3065 | 33.5453 | 73.5104 |
Yxy | 33.5453 | 0.2686 | 0.2292 |
Hunter Lab | 57.9183 | 19.7827 | -34.7086 |
CIE-Lab | 64.6000 | 25.1024 | -36.4869 |
#a890de color RGB value is (168,144,222).
#a890de hex color red value is 168, green value is 144 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a890de hue: 0.72 , saturation: 0.54 and the lightness value of a890de is 0.72.
The process color (four color CMYK) of #a890de color hex is 0.24, 0.35, 0.00, 0.13. Web safe color of #a890de is #9999cc. Color #a890de contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 10010000 | 11011110 |
Octal | 250 | 220 | 336 |
Decimal | 168 | 144 | 222 |
Hex | A8 | 90 | DE |
Shades of #a890de
Tints of #a890de
RGB Percentages of Color #a890de
CMYK Percentages of Color #a890de
Complementary Color
#a890de | #c6de90 |
#a890de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a890de Color Preview on White Background
Lorem ipsum dolor sit amet.
#a890de Color CSS Codes
.mybgcolor {background-color:#a890de; } .myforecolor {color:#a890de; } .mybordercolor {border:3px solid #a890de; }
#a890de Text Font Color
<p style="color:#a890de">Text here</p>
This sample text font color is #a890de
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.
#a890de Background Color
<div style="background-color:#a890de">
Div content here</div>
This div background color is #a890de
#a890de Border Color
<div style="border:3px solid #a890de">
Div here</div>
This div border color is #a890de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,144,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a890de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a890de; -webkit-box-shadow: 1px 1px 3px 2px #a890de; box-shadow: 1px 1px 3px 2px #a890de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,144,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a890de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a890de; -webkit-box-shadow: 1px 1px 3px 2px #a890de; box-shadow: 1px 1px 3px 2px #a890de;">
Div content here</div>
This div box has shadow with color #a890de
Comments
No comments written yet.
Please login to write comment.