Color Hex Logo

#a99dd7 Color Hex

#A99DD7
(169,157,215)
0 Favorites   0 Comments

Color spaces of #a99dd7

RGB 169157215
HSL0.700.420.73
HSV252°27°84°
CMYK 0.210.270.00   0.16
XYZ40.684937.455369.3752
Yxy37.45530.27580.2539
Hunter Lab61.200711.5616-24.3687
CIE-Lab67.617216.4018-27.9313

#a99dd7 color RGB value is (169,157,215).

#a99dd7 hex color red value is 169, green value is 157 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #a99dd7 hue: 0.70 , saturation: 0.42 and the lightness value of a99dd7 is 0.73.

The process color (four color CMYK) of #a99dd7 color hex is 0.21, 0.27, 0.00, 0.16. Web safe color of #a99dd7 is #9999cc. Color #a99dd7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10011101 11010111
Octal 251 235 327
Decimal 169 157 215
Hex A9 9D D7

RGB Percentages of Color #a99dd7

%31.24
%29.02
%39.74

CMYK Percentages of Color #a99dd7

%21
%27
%0
%16

Triadic Colors of #a99dd7

#a99dd7 #d7a99d #9dd7a9

Analogous Colors of #a99dd7

#a99dd7 #c69dd7 #9daed7

Monochromatic Colors of #a99dd7

#a99dd7

Complementary Color

#a99dd7 #cbd79d

#a99dd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a99dd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a99dd7 Color CSS Codes

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

#a99dd7 Text Font Color

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

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


#a99dd7 Background Color

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

This div background color is #a99dd7


#a99dd7 Border Color

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

This div border color is #a99dd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a99dd7


Comments

No comments written yet.

Please login to write comment.