Color Hex Logo

#a99abe Color Hex

#A99ABE
(169,154,190)
0 Favorites   0 Comments

Color spaces of #a99abe

RGB 169154190
HSL0.740.220.67
HSV265°19°75°
CMYK 0.110.190.00   0.25
XYZ37.212135.263953.5605
Yxy35.26390.29520.2798
Hunter Lab59.38347.9345-11.9079
CIE-Lab65.953612.5305-16.5798

#a99abe color RGB value is (169,154,190).

#a99abe hex color red value is 169, green value is 154 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a99abe hue: 0.74 , saturation: 0.22 and the lightness value of a99abe is 0.67.

The process color (four color CMYK) of #a99abe color hex is 0.11, 0.19, 0.00, 0.25. Web safe color of #a99abe is #9999cc. Color #a99abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10011010 10111110
Octal 251 232 276
Decimal 169 154 190
Hex A9 9A BE

RGB Percentages of Color #a99abe

%32.94
%30.02
%37.04

CMYK Percentages of Color #a99abe

%11
%19
%0
%25

Triadic Colors of #a99abe

#a99abe #bea99a #9abea9

Analogous Colors of #a99abe

#a99abe #bb9abe #9a9dbe

Monochromatic Colors of #a99abe

#a99abe

Complementary Color

#a99abe #afbe9a

#a99abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a99abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a99abe Color CSS Codes

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

#a99abe Text Font Color

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

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


#a99abe Background Color

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

This div background color is #a99abe


#a99abe Border Color

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

This div border color is #a99abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a99abe


Comments

No comments written yet.

Please login to write comment.