Color spaces of #a98ccf
RGB | 169 | 140 | 207 |
---|---|---|---|
HSL | 0.74 | 0.41 | 0.68 |
HSV | 266° | 32° | 81° |
CMYK | 0.18 | 0.32 | 0.00 0.19 |
XYZ | 37.0028 | 31.6962 | 63.1992 |
Yxy | 31.6962 | 0.2805 | 0.2403 |
Hunter Lab | 56.2994 | 18.7953 | -27.1468 |
CIE-Lab | 63.0910 | 24.1823 | -30.4686 |
#a98ccf color RGB value is (169,140,207).
#a98ccf hex color red value is 169, green value is 140 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a98ccf hue: 0.74 , saturation: 0.41 and the lightness value of a98ccf is 0.68.
The process color (four color CMYK) of #a98ccf color hex is 0.18, 0.32, 0.00, 0.19. Web safe color of #a98ccf is #9999cc. Color #a98ccf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101001 | 10001100 | 11001111 |
Octal | 251 | 214 | 317 |
Decimal | 169 | 140 | 207 |
Hex | A9 | 8C | CF |
Shades of #a98ccf
Tints of #a98ccf
RGB Percentages of Color #a98ccf
CMYK Percentages of Color #a98ccf
Complementary Color
#a98ccf | #b2cf8c |
#a98ccf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a98ccf Color Preview on White Background
Lorem ipsum dolor sit amet.
#a98ccf Color CSS Codes
.mybgcolor {background-color:#a98ccf; } .myforecolor {color:#a98ccf; } .mybordercolor {border:3px solid #a98ccf; }
#a98ccf Text Font Color
<p style="color:#a98ccf">Text here</p>
This sample text font color is #a98ccf
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.
#a98ccf Background Color
<div style="background-color:#a98ccf">
Div content here</div>
This div background color is #a98ccf
#a98ccf Border Color
<div style="border:3px solid #a98ccf">
Div here</div>
This div border color is #a98ccf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(169,140,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a98ccf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a98ccf; -webkit-box-shadow: 1px 1px 3px 2px #a98ccf; box-shadow: 1px 1px 3px 2px #a98ccf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(169,140,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a98ccf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a98ccf; -webkit-box-shadow: 1px 1px 3px 2px #a98ccf; box-shadow: 1px 1px 3px 2px #a98ccf;">
Div content here</div>
This div box has shadow with color #a98ccf
Comments
No comments written yet.
Please login to write comment.