Color spaces of #a998ce
RGB | 169 | 152 | 206 |
---|---|---|---|
HSL | 0.72 | 0.36 | 0.70 |
HSV | 259° | 26° | 81° |
CMYK | 0.18 | 0.26 | 0.00 0.19 |
XYZ | 38.7310 | 35.3477 | 63.1740 |
Yxy | 35.3477 | 0.2822 | 0.2575 |
Hunter Lab | 59.4539 | 12.2387 | -21.3821 |
CIE-Lab | 66.0185 | 17.1614 | -25.3991 |
#a998ce color RGB value is (169,152,206).
#a998ce hex color red value is 169, green value is 152 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a998ce hue: 0.72 , saturation: 0.36 and the lightness value of a998ce is 0.70.
The process color (four color CMYK) of #a998ce color hex is 0.18, 0.26, 0.00, 0.19. Web safe color of #a998ce is #9999cc. Color #a998ce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101001 | 10011000 | 11001110 |
Octal | 251 | 230 | 316 |
Decimal | 169 | 152 | 206 |
Hex | A9 | 98 | CE |
Shades of #a998ce
Tints of #a998ce
RGB Percentages of Color #a998ce
CMYK Percentages of Color #a998ce
Complementary Color
#a998ce | #bdce98 |
#a998ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a998ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#a998ce Color CSS Codes
.mybgcolor {background-color:#a998ce; } .myforecolor {color:#a998ce; } .mybordercolor {border:3px solid #a998ce; }
#a998ce Text Font Color
<p style="color:#a998ce">Text here</p>
This sample text font color is #a998ce
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.
#a998ce Background Color
<div style="background-color:#a998ce">
Div content here</div>
This div background color is #a998ce
#a998ce Border Color
<div style="border:3px solid #a998ce">
Div here</div>
This div border color is #a998ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(169,152,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a998ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a998ce; -webkit-box-shadow: 1px 1px 3px 2px #a998ce; box-shadow: 1px 1px 3px 2px #a998ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(169,152,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a998ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a998ce; -webkit-box-shadow: 1px 1px 3px 2px #a998ce; box-shadow: 1px 1px 3px 2px #a998ce;">
Div content here</div>
This div box has shadow with color #a998ce
Comments
No comments written yet.
Please login to write comment.