Color Hex Logo

#a99dcf Color Hex

#A99DCF
(169,157,207)
0 Favorites   0 Comments

Color spaces of #a99dcf

RGB 169157207
HSL0.710.340.71
HSV254°24°81°
CMYK 0.180.240.00   0.19
XYZ39.681637.054064.0922
Yxy37.05400.28180.2631
Hunter Lab60.87209.8356-19.8161
CIE-Lab67.317514.5703-23.9636

#a99dcf color RGB value is (169,157,207).

#a99dcf hex color red value is 169, green value is 157 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a99dcf hue: 0.71 , saturation: 0.34 and the lightness value of a99dcf is 0.71.

The process color (four color CMYK) of #a99dcf color hex is 0.18, 0.24, 0.00, 0.19. Web safe color of #a99dcf is #9999cc. Color #a99dcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10011101 11001111
Octal 251 235 317
Decimal 169 157 207
Hex A9 9D CF

RGB Percentages of Color #a99dcf

%31.71
%29.46
%38.84

CMYK Percentages of Color #a99dcf

%18
%24
%0
%19

Triadic Colors of #a99dcf

#a99dcf #cfa99d #9dcfa9

Analogous Colors of #a99dcf

#a99dcf #c29dcf #9daacf

Monochromatic Colors of #a99dcf

#a99dcf

Complementary Color

#a99dcf #c3cf9d

#a99dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a99dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a99dcf Color CSS Codes

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

#a99dcf Text Font Color

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

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


#a99dcf Background Color

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

This div background color is #a99dcf


#a99dcf Border Color

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

This div border color is #a99dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a99dcf


Comments

No comments written yet.

Please login to write comment.