Color Hex Logo

#a99fda Color Hex

#A99FDA
(169,159,218)
0 Favorites   0 Comments

Color spaces of #a99fda

RGB 169159218
HSL0.690.440.74
HSV250°27°85°
CMYK 0.220.270.00   0.15
XYZ41.415238.293271.5382
Yxy38.29320.27380.2532
Hunter Lab61.881511.1714-25.2252
CIE-Lab68.236215.9753-28.6344

#a99fda color RGB value is (169,159,218).

#a99fda hex color red value is 169, green value is 159 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a99fda hue: 0.69 , saturation: 0.44 and the lightness value of a99fda is 0.74.

The process color (four color CMYK) of #a99fda color hex is 0.22, 0.27, 0.00, 0.15. Web safe color of #a99fda is #9999cc. Color #a99fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10011111 11011010
Octal 251 237 332
Decimal 169 159 218
Hex A9 9F DA

RGB Percentages of Color #a99fda

%30.95
%29.12
%39.93

CMYK Percentages of Color #a99fda

%22
%27
%0
%15

Triadic Colors of #a99fda

#a99fda #daa99f #9fdaa9

Analogous Colors of #a99fda

#a99fda #c79fda #9fb3da

Monochromatic Colors of #a99fda

#a99fda

Complementary Color

#a99fda #d0da9f

#a99fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a99fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a99fda Color CSS Codes

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

#a99fda Text Font Color

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

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


#a99fda Background Color

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

This div background color is #a99fda


#a99fda Border Color

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

This div border color is #a99fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a99fda


Comments

No comments written yet.

Please login to write comment.