Color Hex Logo

#a99efa Color Hex

#A99EFA
(169,158,250)
0 Favorites   0 Comments

Color spaces of #a99efa

RGB 169158250
HSL0.690.900.80
HSV247°37°98°
CMYK 0.320.370.00   0.02
XYZ45.844439.790995.7066
Yxy39.79090.25280.2194
Hunter Lab63.080019.3376-45.8003
CIE-Lab69.320324.3602-44.4791

#a99efa color RGB value is (169,158,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10011110 11111010
Octal 251 236 372
Decimal 169 158 250
Hex A9 9E FA

RGB Percentages of Color #a99efa

%29.29
%27.38
%43.33

CMYK Percentages of Color #a99efa

%32
%37
%0
%2

Triadic Colors of #a99efa

#a99efa #faa99e #9efaa9

Analogous Colors of #a99efa

#a99efa #d79efa #9ec1fa

Monochromatic Colors of #a99efa

#a99efa

Complementary Color

#a99efa #effa9e

#a99efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a99efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a99efa Color CSS Codes

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

#a99efa Text Font Color

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

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


#a99efa Background Color

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

This div background color is #a99efa


#a99efa Border Color

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

This div border color is #a99efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a99efa


Comments

No comments written yet.

Please login to write comment.