Color Hex Logo

#aa98fc Color Hex

#AA98FC
(170,152,252)
0 Favorites   0 Comments

Color spaces of #aa98fc

RGB 170152252
HSL0.700.940.79
HSV251°40°99°
CMYK 0.330.400.00   0.01
XYZ45.376538.030897.0445
Yxy38.03080.25150.2108
Hunter Lab61.669123.4204-50.1323
CIE-Lab68.043328.5260-47.5695

#aa98fc color RGB value is (170,152,252).

#aa98fc hex color red value is 170, green value is 152 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #aa98fc hue: 0.70 , saturation: 0.94 and the lightness value of aa98fc is 0.79.

The process color (four color CMYK) of #aa98fc color hex is 0.33, 0.40, 0.00, 0.01. Web safe color of #aa98fc is #9999ff. Color #aa98fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10011000 11111100
Octal 252 230 374
Decimal 170 152 252
Hex AA 98 FC

RGB Percentages of Color #aa98fc

%29.62
%26.48
%43.90

CMYK Percentages of Color #aa98fc

%33
%40
%0
%1

Triadic Colors of #aa98fc

#aa98fc #fcaa98 #98fcaa

Analogous Colors of #aa98fc

#aa98fc #dc98fc #98b8fc

Monochromatic Colors of #aa98fc

#aa98fc

Complementary Color

#aa98fc #eafc98

#aa98fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa98fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa98fc Color CSS Codes

.mybgcolor {background-color:#aa98fc; } 
.myforecolor {color:#aa98fc; }
.mybordercolor {border:3px solid #aa98fc; }

#aa98fc Text Font Color

<p style="color:#aa98fc">Text here</p>

This sample text font color is #aa98fc
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.


#aa98fc Background Color

<div style="background-color:#aa98fc">
Div content here</div>

This div background color is #aa98fc


#aa98fc Border Color

<div style="border:3px solid #aa98fc">
Div here</div>

This div border color is #aa98fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(170,152,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aa98fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aa98fc;
  -webkit-box-shadow: 1px 1px 3px 2px #aa98fc;
  box-shadow:         1px 1px 3px 2px #aa98fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,152,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #aa98fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #aa98fc;
  -webkit-box-shadow: 1px 1px 3px 2px #aa98fc;
  box-shadow:         1px 1px 3px 2px #aa98fc;">
Div content here</div>

This div box has shadow with color #aa98fc


Comments

No comments written yet.

Please login to write comment.