Color Hex Logo

#a99dfa Color Hex

#A99DFA
(169,157,250)
0 Favorites   0 Comments

Color spaces of #a99dfa

RGB 169157250
HSL0.690.900.80
HSV248°37°98°
CMYK 0.320.370.00   0.02
XYZ45.674539.451195.6500
Yxy39.45110.25270.2182
Hunter Lab62.810119.8846-46.3223
CIE-Lab69.076824.9250-44.8613

#a99dfa color RGB value is (169,157,250).

#a99dfa hex color red value is 169, green value is 157 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a99dfa hue: 0.69 , saturation: 0.90 and the lightness value of a99dfa is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10011101 11111010
Octal 251 235 372
Decimal 169 157 250
Hex A9 9D FA

RGB Percentages of Color #a99dfa

%29.34
%27.26
%43.40

CMYK Percentages of Color #a99dfa

%32
%37
%0
%2

Triadic Colors of #a99dfa

#a99dfa #faa99d #9dfaa9

Analogous Colors of #a99dfa

#a99dfa #d89dfa #9dc0fa

Monochromatic Colors of #a99dfa

#a99dfa

Complementary Color

#a99dfa #eefa9d

#a99dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a99dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a99dfa Color CSS Codes

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

#a99dfa Text Font Color

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

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


#a99dfa Background Color

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

This div background color is #a99dfa


#a99dfa Border Color

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

This div border color is #a99dfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,157,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 #a99dfa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a99dfa

Related Colors


Comments

No comments written yet.

Please login to write comment.