Color Hex Logo

#a99efc Color Hex

#A99EFC
(169,158,252)
0 Favorites   0 Comments

Color spaces of #a99efc

RGB 169158252
HSL0.690.940.80
HSV247°37°99°
CMYK 0.330.370.00   0.01
XYZ46.159739.917097.3673
Yxy39.91700.25160.2176
Hunter Lab63.179919.8486-47.1466
CIE-Lab69.410424.8690-45.4256

#a99efc color RGB value is (169,158,252).

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

The process color (four color CMYK) of #a99efc color hex is 0.33, 0.37, 0.00, 0.01. Web safe color of #a99efc is #9999ff. Color #a99efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10011110 11111100
Octal 251 236 374
Decimal 169 158 252
Hex A9 9E FC

RGB Percentages of Color #a99efc

%29.19
%27.29
%43.52

CMYK Percentages of Color #a99efc

%33
%37
%0
%1

Triadic Colors of #a99efc

#a99efc #fca99e #9efca9

Analogous Colors of #a99efc

#a99efc #d89efc #9ec2fc

Monochromatic Colors of #a99efc

#a99efc

Complementary Color

#a99efc #f1fc9e

#a99efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a99efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a99efc Color CSS Codes

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

#a99efc Text Font Color

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

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


#a99efc Background Color

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

This div background color is #a99efc


#a99efc Border Color

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

This div border color is #a99efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a99efc


Comments

No comments written yet.

Please login to write comment.