Color spaces of #a98fed
RGB | 169 | 143 | 237 |
---|---|---|---|
HSL | 0.71 | 0.72 | 0.75 |
HSV | 257° | 40° | 93° |
CMYK | 0.29 | 0.40 | 0.00 0.07 |
XYZ | 41.4707 | 34.1944 | 84.5352 |
Yxy | 34.1944 | 0.2589 | 0.2134 |
Hunter Lab | 58.4760 | 24.2578 | -44.7788 |
CIE-Lab | 65.1166 | 29.5910 | -43.9623 |
#a98fed color RGB value is (169,143,237).
#a98fed hex color red value is 169, green value is 143 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a98fed hue: 0.71 , saturation: 0.72 and the lightness value of a98fed is 0.75.
The process color (four color CMYK) of #a98fed color hex is 0.29, 0.40, 0.00, 0.07. Web safe color of #a98fed is #9999ff. Color #a98fed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101001 | 10001111 | 11101101 |
Octal | 251 | 217 | 355 |
Decimal | 169 | 143 | 237 |
Hex | A9 | 8F | ED |
Shades of #a98fed
Tints of #a98fed
RGB Percentages of Color #a98fed
CMYK Percentages of Color #a98fed
Complementary Color
#a98fed | #d3ed8f |
#a98fed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a98fed Color Preview on White Background
Lorem ipsum dolor sit amet.
#a98fed Color CSS Codes
.mybgcolor {background-color:#a98fed; } .myforecolor {color:#a98fed; } .mybordercolor {border:3px solid #a98fed; }
#a98fed Text Font Color
<p style="color:#a98fed">Text here</p>
This sample text font color is #a98fed
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.
#a98fed Background Color
<div style="background-color:#a98fed">
Div content here</div>
This div background color is #a98fed
#a98fed Border Color
<div style="border:3px solid #a98fed">
Div here</div>
This div border color is #a98fed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(169,143,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a98fed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a98fed; -webkit-box-shadow: 1px 1px 3px 2px #a98fed; box-shadow: 1px 1px 3px 2px #a98fed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(169,143,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a98fed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a98fed; -webkit-box-shadow: 1px 1px 3px 2px #a98fed; box-shadow: 1px 1px 3px 2px #a98fed;">
Div content here</div>
This div box has shadow with color #a98fed
Comments
No comments written yet.
Please login to write comment.