Color spaces of #a98afe
RGB | 169 | 138 | 254 |
---|---|---|---|
HSL | 0.71 | 0.98 | 0.77 |
HSV | 256° | 46° | 100° |
CMYK | 0.33 | 0.46 | 0.00 0.00 |
XYZ | 43.3401 | 33.7677 | 97.9995 |
Yxy | 33.7677 | 0.2475 | 0.1928 |
Hunter Lab | 58.1100 | 31.4380 | -59.3126 |
CIE-Lab | 64.7778 | 36.6662 | -53.8290 |
#a98afe color RGB value is (169,138,254).
#a98afe hex color red value is 169, green value is 138 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a98afe hue: 0.71 , saturation: 0.98 and the lightness value of a98afe is 0.77.
The process color (four color CMYK) of #a98afe color hex is 0.33, 0.46, 0.00, 0.00. Web safe color of #a98afe is #9999ff. Color #a98afe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101001 | 10001010 | 11111110 |
Octal | 251 | 212 | 376 |
Decimal | 169 | 138 | 254 |
Hex | A9 | 8A | FE |
Shades of #a98afe
Tints of #a98afe
RGB Percentages of Color #a98afe
CMYK Percentages of Color #a98afe
Complementary Color
#a98afe | #dffe8a |
#a98afe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a98afe Color Preview on White Background
Lorem ipsum dolor sit amet.
#a98afe Color CSS Codes
.mybgcolor {background-color:#a98afe; } .myforecolor {color:#a98afe; } .mybordercolor {border:3px solid #a98afe; }
#a98afe Text Font Color
<p style="color:#a98afe">Text here</p>
This sample text font color is #a98afe
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.
#a98afe Background Color
<div style="background-color:#a98afe">
Div content here</div>
This div background color is #a98afe
#a98afe Border Color
<div style="border:3px solid #a98afe">
Div here</div>
This div border color is #a98afe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(169,138,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a98afe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a98afe; -webkit-box-shadow: 1px 1px 3px 2px #a98afe; box-shadow: 1px 1px 3px 2px #a98afe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(169,138,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a98afe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a98afe; -webkit-box-shadow: 1px 1px 3px 2px #a98afe; box-shadow: 1px 1px 3px 2px #a98afe;">
Div content here</div>
This div box has shadow with color #a98afe
Comments
No comments written yet.
Please login to write comment.