Color spaces of #aa98ce
RGB | 170 | 152 | 206 |
---|---|---|---|
HSL | 0.72 | 0.36 | 0.70 |
HSV | 260° | 26° | 81° |
CMYK | 0.17 | 0.26 | 0.00 0.19 |
XYZ | 38.9464 | 35.4588 | 63.1840 |
Yxy | 35.4588 | 0.2831 | 0.2577 |
Hunter Lab | 59.5473 | 12.5386 | -21.2279 |
CIE-Lab | 66.1043 | 17.4773 | -25.2599 |
#aa98ce color RGB value is (170,152,206).
#aa98ce hex color red value is 170, green value is 152 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #aa98ce hue: 0.72 , saturation: 0.36 and the lightness value of aa98ce is 0.70.
The process color (four color CMYK) of #aa98ce color hex is 0.17, 0.26, 0.00, 0.19. Web safe color of #aa98ce is #9999cc. Color #aa98ce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 10011000 | 11001110 |
Octal | 252 | 230 | 316 |
Decimal | 170 | 152 | 206 |
Hex | AA | 98 | CE |
Shades of #aa98ce
Tints of #aa98ce
RGB Percentages of Color #aa98ce
CMYK Percentages of Color #aa98ce
Complementary Color
#aa98ce | #bcce98 |
#aa98ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aa98ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#aa98ce Color CSS Codes
.mybgcolor {background-color:#aa98ce; } .myforecolor {color:#aa98ce; } .mybordercolor {border:3px solid #aa98ce; }
#aa98ce Text Font Color
<p style="color:#aa98ce">Text here</p>
This sample text font color is #aa98ce
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.
#aa98ce Background Color
<div style="background-color:#aa98ce">
Div content here</div>
This div background color is #aa98ce
#aa98ce Border Color
<div style="border:3px solid #aa98ce">
Div here</div>
This div border color is #aa98ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,152,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aa98ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aa98ce; -webkit-box-shadow: 1px 1px 3px 2px #aa98ce; box-shadow: 1px 1px 3px 2px #aa98ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,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 #aa98ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aa98ce; -webkit-box-shadow: 1px 1px 3px 2px #aa98ce; box-shadow: 1px 1px 3px 2px #aa98ce;">
Div content here</div>
This div box has shadow with color #aa98ce
Comments
No comments written yet.
Please login to write comment.