Color spaces of #a090ce
RGB | 160 | 144 | 206 |
---|---|---|---|
HSL | 0.71 | 0.39 | 0.69 |
HSV | 255° | 30° | 81° |
CMYK | 0.22 | 0.30 | 0.00 0.19 |
XYZ | 35.6110 | 31.8763 | 62.6684 |
Yxy | 31.8763 | 0.2736 | 0.2449 |
Hunter Lab | 56.4591 | 13.7836 | -26.2893 |
CIE-Lab | 63.2405 | 18.9018 | -29.7425 |
#a090ce color RGB value is (160,144,206).
#a090ce hex color red value is 160, green value is 144 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a090ce hue: 0.71 , saturation: 0.39 and the lightness value of a090ce is 0.69.
The process color (four color CMYK) of #a090ce color hex is 0.22, 0.30, 0.00, 0.19. Web safe color of #a090ce is #9999cc. Color #a090ce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 10010000 | 11001110 |
Octal | 240 | 220 | 316 |
Decimal | 160 | 144 | 206 |
Hex | A0 | 90 | CE |
Shades of #a090ce
Tints of #a090ce
RGB Percentages of Color #a090ce
CMYK Percentages of Color #a090ce
Complementary Color
#a090ce | #bece90 |
#a090ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a090ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#a090ce Color CSS Codes
.mybgcolor {background-color:#a090ce; } .myforecolor {color:#a090ce; } .mybordercolor {border:3px solid #a090ce; }
#a090ce Text Font Color
<p style="color:#a090ce">Text here</p>
This sample text font color is #a090ce
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.
#a090ce Background Color
<div style="background-color:#a090ce">
Div content here</div>
This div background color is #a090ce
#a090ce Border Color
<div style="border:3px solid #a090ce">
Div here</div>
This div border color is #a090ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,144,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a090ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a090ce; -webkit-box-shadow: 1px 1px 3px 2px #a090ce; box-shadow: 1px 1px 3px 2px #a090ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,144,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a090ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a090ce; -webkit-box-shadow: 1px 1px 3px 2px #a090ce; box-shadow: 1px 1px 3px 2px #a090ce;">
Div content here</div>
This div box has shadow with color #a090ce
Comments
No comments written yet.
Please login to write comment.