Color spaces of #a290ce
RGB | 162 | 144 | 206 |
---|---|---|---|
HSL | 0.72 | 0.39 | 0.69 |
HSV | 257° | 30° | 81° |
CMYK | 0.21 | 0.30 | 0.00 0.19 |
XYZ | 36.0141 | 32.0841 | 62.6872 |
Yxy | 32.0841 | 0.2754 | 0.2453 |
Hunter Lab | 56.6428 | 14.3672 | -25.9669 |
CIE-Lab | 63.4123 | 19.5162 | -29.4629 |
#a290ce color RGB value is (162,144,206).
#a290ce hex color red value is 162, green value is 144 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a290ce hue: 0.72 , saturation: 0.39 and the lightness value of a290ce is 0.69.
The process color (four color CMYK) of #a290ce color hex is 0.21, 0.30, 0.00, 0.19. Web safe color of #a290ce is #9999cc. Color #a290ce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100010 | 10010000 | 11001110 |
Octal | 242 | 220 | 316 |
Decimal | 162 | 144 | 206 |
Hex | A2 | 90 | CE |
Shades of #a290ce
Tints of #a290ce
RGB Percentages of Color #a290ce
CMYK Percentages of Color #a290ce
Complementary Color
#a290ce | #bcce90 |
#a290ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a290ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#a290ce Color CSS Codes
.mybgcolor {background-color:#a290ce; } .myforecolor {color:#a290ce; } .mybordercolor {border:3px solid #a290ce; }
#a290ce Text Font Color
<p style="color:#a290ce">Text here</p>
This sample text font color is #a290ce
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.
#a290ce Background Color
<div style="background-color:#a290ce">
Div content here</div>
This div background color is #a290ce
#a290ce Border Color
<div style="border:3px solid #a290ce">
Div here</div>
This div border color is #a290ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(162,144,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a290ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a290ce; -webkit-box-shadow: 1px 1px 3px 2px #a290ce; box-shadow: 1px 1px 3px 2px #a290ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(162,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 #a290ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a290ce; -webkit-box-shadow: 1px 1px 3px 2px #a290ce; box-shadow: 1px 1px 3px 2px #a290ce;">
Div content here</div>
This div box has shadow with color #a290ce
Comments
No comments written yet.
Please login to write comment.