Color spaces of #a496fa
RGB | 164 | 150 | 250 |
---|---|---|---|
HSL | 0.69 | 0.91 | 0.78 |
HSV | 248° | 40° | 98° |
CMYK | 0.34 | 0.40 | 0.00 0.02 |
XYZ | 43.4715 | 36.6073 | 95.2172 |
Yxy | 36.6073 | 0.2480 | 0.2088 |
Hunter Lab | 60.5040 | 22.3685 | -50.9540 |
CIE-Lab | 66.9814 | 27.5564 | -48.1847 |
#a496fa color RGB value is (164,150,250).
#a496fa hex color red value is 164, green value is 150 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a496fa hue: 0.69 , saturation: 0.91 and the lightness value of a496fa is 0.78.
The process color (four color CMYK) of #a496fa color hex is 0.34, 0.40, 0.00, 0.02. Web safe color of #a496fa is #9999ff. Color #a496fa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 10010110 | 11111010 |
Octal | 244 | 226 | 372 |
Decimal | 164 | 150 | 250 |
Hex | A4 | 96 | FA |
Shades of #a496fa
Tints of #a496fa
RGB Percentages of Color #a496fa
CMYK Percentages of Color #a496fa
Complementary Color
#a496fa | #ecfa96 |
#a496fa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a496fa Color Preview on White Background
Lorem ipsum dolor sit amet.
#a496fa Color CSS Codes
.mybgcolor {background-color:#a496fa; } .myforecolor {color:#a496fa; } .mybordercolor {border:3px solid #a496fa; }
#a496fa Text Font Color
<p style="color:#a496fa">Text here</p>
This sample text font color is #a496fa
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.
#a496fa Background Color
<div style="background-color:#a496fa">
Div content here</div>
This div background color is #a496fa
#a496fa Border Color
<div style="border:3px solid #a496fa">
Div here</div>
This div border color is #a496fa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164,150,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a496fa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a496fa; -webkit-box-shadow: 1px 1px 3px 2px #a496fa; box-shadow: 1px 1px 3px 2px #a496fa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(164,150,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a496fa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a496fa; -webkit-box-shadow: 1px 1px 3px 2px #a496fa; box-shadow: 1px 1px 3px 2px #a496fa;">
Div content here</div>
This div box has shadow with color #a496fa
Comments
No comments written yet.
Please login to write comment.