Color Hex Logo

#aa98fb Color Hex

#AA98FB
(170,152,251)
0 Favorites   0 Comments

Color spaces of #aa98fb

RGB 170152251
HSL0.700.930.79
HSV251°39°98°
CMYK 0.320.390.00   0.02
XYZ45.218437.967696.2120
Yxy37.96760.25210.2116
Hunter Lab61.617923.1614-49.4447
CIE-Lab67.996728.2724-47.0978

#aa98fb color RGB value is (170,152,251).

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

The process color (four color CMYK) of #aa98fb color hex is 0.32, 0.39, 0.00, 0.02. Web safe color of #aa98fb is #9999ff. Color #aa98fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10011000 11111011
Octal 252 230 373
Decimal 170 152 251
Hex AA 98 FB

RGB Percentages of Color #aa98fb

%29.67
%26.53
%43.80

CMYK Percentages of Color #aa98fb

%32
%39
%0
%2

Triadic Colors of #aa98fb

#aa98fb #fbaa98 #98fbaa

Analogous Colors of #aa98fb

#aa98fb #dc98fb #98b8fb

Monochromatic Colors of #aa98fb

#aa98fb

Complementary Color

#aa98fb #e9fb98

#aa98fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa98fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa98fb Color CSS Codes

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

#aa98fb Text Font Color

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

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


#aa98fb Background Color

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

This div background color is #aa98fb


#aa98fb Border Color

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

This div border color is #aa98fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa98fb

Related Colors


Comments

No comments written yet.

Please login to write comment.