Color Hex Logo

#a98df9 Color Hex

#A98DF9
(169,141,249)
0 Favorites   0 Comments

Color spaces of #a98df9

RGB 169141249
HSL0.710.900.76
HSV256°43°98°
CMYK 0.320.430.00   0.02
XYZ42.985934.324393.9822
Yxy34.32430.25100.2004
Hunter Lab58.586928.4403-54.0991
CIE-Lab65.219233.7123-50.3925

#a98df9 color RGB value is (169,141,249).

#a98df9 hex color red value is 169, green value is 141 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #a98df9 hue: 0.71 , saturation: 0.90 and the lightness value of a98df9 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001101 11111001
Octal 251 215 371
Decimal 169 141 249
Hex A9 8D F9

RGB Percentages of Color #a98df9

%30.23
%25.22
%44.54

CMYK Percentages of Color #a98df9

%32
%43
%0
%2

Triadic Colors of #a98df9

#a98df9 #f9a98d #8df9a9

Analogous Colors of #a98df9

#a98df9 #df8df9 #8da7f9

Monochromatic Colors of #a98df9

#a98df9

Complementary Color

#a98df9 #ddf98d

#a98df9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98df9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98df9 Color CSS Codes

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

#a98df9 Text Font Color

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

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


#a98df9 Background Color

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

This div background color is #a98df9


#a98df9 Border Color

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

This div border color is #a98df9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98df9


Comments

No comments written yet.

Please login to write comment.