Color Hex Logo

#a99fdf Color Hex

#A99FDF
(169,159,223)
0 Favorites   0 Comments

Color spaces of #a99fdf

RGB 169159223
HSL0.690.500.75
HSV249°29°87°
CMYK 0.240.290.00   0.13
XYZ42.079638.559075.0368
Yxy38.55900.27030.2477
Hunter Lab62.095912.2936-28.1790
CIE-Lab68.430617.1534-31.0886

#a99fdf color RGB value is (169,159,223).

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

The process color (four color CMYK) of #a99fdf color hex is 0.24, 0.29, 0.00, 0.13. Web safe color of #a99fdf is #9999cc. Color #a99fdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10011111 11011111
Octal 251 237 337
Decimal 169 159 223
Hex A9 9F DF

RGB Percentages of Color #a99fdf

%30.67
%28.86
%40.47

CMYK Percentages of Color #a99fdf

%24
%29
%0
%13

Triadic Colors of #a99fdf

#a99fdf #dfa99f #9fdfa9

Analogous Colors of #a99fdf

#a99fdf #c99fdf #9fb5df

Monochromatic Colors of #a99fdf

#a99fdf

Complementary Color

#a99fdf #d5df9f

#a99fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a99fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a99fdf Color CSS Codes

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

#a99fdf Text Font Color

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

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


#a99fdf Background Color

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

This div background color is #a99fdf


#a99fdf Border Color

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

This div border color is #a99fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a99fdf


Comments

No comments written yet.

Please login to write comment.