Color spaces of #a98bea
RGB | 169 | 139 | 234 |
---|---|---|---|
HSL | 0.72 | 0.69 | 0.73 |
HSV | 259° | 41° | 92° |
CMYK | 0.28 | 0.41 | 0.00 0.08 |
XYZ | 40.4461 | 32.8408 | 82.0491 |
Yxy | 32.8408 | 0.2604 | 0.2114 |
Hunter Lab | 57.3069 | 25.6948 | -44.7736 |
CIE-Lab | 64.0318 | 31.1175 | -44.0127 |
#a98bea color RGB value is (169,139,234).
#a98bea hex color red value is 169, green value is 139 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a98bea hue: 0.72 , saturation: 0.69 and the lightness value of a98bea is 0.73.
The process color (four color CMYK) of #a98bea color hex is 0.28, 0.41, 0.00, 0.08. Web safe color of #a98bea is #9999ff. Color #a98bea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101001 | 10001011 | 11101010 |
Octal | 251 | 213 | 352 |
Decimal | 169 | 139 | 234 |
Hex | A9 | 8B | EA |
Shades of #a98bea
Tints of #a98bea
RGB Percentages of Color #a98bea
CMYK Percentages of Color #a98bea
Complementary Color
#a98bea | #ccea8b |
#a98bea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a98bea Color Preview on White Background
Lorem ipsum dolor sit amet.
#a98bea Color CSS Codes
.mybgcolor {background-color:#a98bea; } .myforecolor {color:#a98bea; } .mybordercolor {border:3px solid #a98bea; }
#a98bea Text Font Color
<p style="color:#a98bea">Text here</p>
This sample text font color is #a98bea
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.
#a98bea Background Color
<div style="background-color:#a98bea">
Div content here</div>
This div background color is #a98bea
#a98bea Border Color
<div style="border:3px solid #a98bea">
Div here</div>
This div border color is #a98bea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(169,139,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a98bea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a98bea; -webkit-box-shadow: 1px 1px 3px 2px #a98bea; box-shadow: 1px 1px 3px 2px #a98bea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(169,139,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a98bea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a98bea; -webkit-box-shadow: 1px 1px 3px 2px #a98bea; box-shadow: 1px 1px 3px 2px #a98bea;">
Div content here</div>
This div box has shadow with color #a98bea
Comments
No comments written yet.
Please login to write comment.