Color Hex Logo

#a998fa Color Hex

#A998FA
(169,152,250)
0 Favorites   0 Comments

Color spaces of #a998fa

RGB 169152250
HSL0.700.910.79
HSV250°39°98°
CMYK 0.320.390.00   0.02
XYZ44.845737.793695.3738
Yxy37.79360.25190.2123
Hunter Lab61.476522.6278-48.9481
CIE-Lab67.868227.7510-46.7604

#a998fa color RGB value is (169,152,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10011000 11111010
Octal 251 230 372
Decimal 169 152 250
Hex A9 98 FA

RGB Percentages of Color #a998fa

%29.60
%26.62
%43.78

CMYK Percentages of Color #a998fa

%32
%39
%0
%2

Triadic Colors of #a998fa

#a998fa #faa998 #98faa9

Analogous Colors of #a998fa

#a998fa #da98fa #98b8fa

Monochromatic Colors of #a998fa

#a998fa

Complementary Color

#a998fa #e9fa98

#a998fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a998fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a998fa Color CSS Codes

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

#a998fa Text Font Color

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

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


#a998fa Background Color

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

This div background color is #a998fa


#a998fa Border Color

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

This div border color is #a998fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a998fa


Comments

No comments written yet.

Please login to write comment.