Color Hex Logo

#aa98f7 Color Hex

#AA98F7
(170,152,247)
0 Favorites   0 Comments

Color spaces of #aa98f7

RGB 170152247
HSL0.700.860.78
HSV251°38°97°
CMYK 0.310.380.00   0.03
XYZ44.594337.717992.9256
Yxy37.71790.25450.2152
Hunter Lab61.414922.1355-46.7200
CIE-Lab67.812227.2638-45.2054

#aa98f7 color RGB value is (170,152,247).

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

The process color (four color CMYK) of #aa98f7 color hex is 0.31, 0.38, 0.00, 0.03. Web safe color of #aa98f7 is #9999ff. Color #aa98f7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10011000 11110111
Octal 252 230 367
Decimal 170 152 247
Hex AA 98 F7

RGB Percentages of Color #aa98f7

%29.88
%26.71
%43.41

CMYK Percentages of Color #aa98f7

%31
%38
%0
%3

Triadic Colors of #aa98f7

#aa98f7 #f7aa98 #98f7aa

Analogous Colors of #aa98f7

#aa98f7 #da98f7 #98b6f7

Monochromatic Colors of #aa98f7

#aa98f7

Complementary Color

#aa98f7 #e5f798

#aa98f7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa98f7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa98f7 Color CSS Codes

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

#aa98f7 Text Font Color

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

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


#aa98f7 Background Color

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

This div background color is #aa98f7


#aa98f7 Border Color

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

This div border color is #aa98f7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa98f7


Comments

No comments written yet.

Please login to write comment.