Color spaces of #a97bdf
RGB | 169 | 123 | 223 |
---|---|---|---|
HSL | 0.74 | 0.61 | 0.68 |
HSV | 268° | 45° | 87° |
CMYK | 0.24 | 0.45 | 0.00 0.13 |
XYZ | 36.7644 | 27.9286 | 73.2651 |
Yxy | 27.9286 | 0.2665 | 0.2024 |
Hunter Lab | 52.8475 | 31.6938 | -45.2034 |
CIE-Lab | 59.8242 | 37.4777 | -44.5258 |
#a97bdf color RGB value is (169,123,223).
#a97bdf hex color red value is 169, green value is 123 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a97bdf hue: 0.74 , saturation: 0.61 and the lightness value of a97bdf is 0.68.
The process color (four color CMYK) of #a97bdf color hex is 0.24, 0.45, 0.00, 0.13. Web safe color of #a97bdf is #9966cc. Color #a97bdf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101001 | 01111011 | 11011111 |
Octal | 251 | 173 | 337 |
Decimal | 169 | 123 | 223 |
Hex | A9 | 7B | DF |
Shades of #a97bdf
Tints of #a97bdf
RGB Percentages of Color #a97bdf
CMYK Percentages of Color #a97bdf
Complementary Color
#a97bdf | #b1df7b |
#a97bdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a97bdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#a97bdf Color CSS Codes
.mybgcolor {background-color:#a97bdf; } .myforecolor {color:#a97bdf; } .mybordercolor {border:3px solid #a97bdf; }
#a97bdf Text Font Color
<p style="color:#a97bdf">Text here</p>
This sample text font color is #a97bdf
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.
#a97bdf Background Color
<div style="background-color:#a97bdf">
Div content here</div>
This div background color is #a97bdf
#a97bdf Border Color
<div style="border:3px solid #a97bdf">
Div here</div>
This div border color is #a97bdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(169,123,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a97bdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a97bdf; -webkit-box-shadow: 1px 1px 3px 2px #a97bdf; box-shadow: 1px 1px 3px 2px #a97bdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(169,123,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a97bdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a97bdf; -webkit-box-shadow: 1px 1px 3px 2px #a97bdf; box-shadow: 1px 1px 3px 2px #a97bdf;">
Div content here</div>
This div box has shadow with color #a97bdf
Comments
No comments written yet.
Please login to write comment.