Color Hex Logo

#a99dff Color Hex

#A99DFF
(169,157,255)
0 Favorites   0 Comments

Color spaces of #a99dff

RGB 169157255
HSL0.691.000.81
HSV247°38°100°
CMYK 0.340.380.00   0.00
XYZ46.469239.769099.8347
Yxy39.76900.24970.2137
Hunter Lab63.062721.1722-49.7183
CIE-Lab69.304726.2010-47.2219

#a99dff color RGB value is (169,157,255).

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

The process color (four color CMYK) of #a99dff color hex is 0.34, 0.38, 0.00, 0.00. Web safe color of #a99dff is #9999ff. Color #a99dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10011101 11111111
Octal 251 235 377
Decimal 169 157 255
Hex A9 9D FF

RGB Percentages of Color #a99dff

%29.09
%27.02
%43.89

CMYK Percentages of Color #a99dff

%34
%38
%0
%0

Triadic Colors of #a99dff

#a99dff #ffa99d #9dffa9

Analogous Colors of #a99dff

#a99dff #da9dff #9dc2ff

Monochromatic Colors of #a99dff

#a99dff

Complementary Color

#a99dff #f3ff9d

#a99dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a99dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a99dff Color CSS Codes

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

#a99dff Text Font Color

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

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


#a99dff Background Color

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

This div background color is #a99dff


#a99dff Border Color

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

This div border color is #a99dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a99dff

Related Colors


Comments

No comments written yet.

Please login to write comment.