Color Hex Logo

#a97abe Color Hex

#A97ABE
(169,122,190)
0 Favorites   0 Comments

Color spaces of #a97abe

RGB 169122190
HSL0.780.340.61
HSV281°36°75°
CMYK 0.110.360.00   0.25
XYZ32.616026.071852.0285
Yxy26.07180.29460.2355
Hunter Lab51.060624.6647-24.6716
CIE-Lab58.105130.6345-28.5918

#a97abe color RGB value is (169,122,190).

#a97abe hex color red value is 169, green value is 122 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a97abe hue: 0.78 , saturation: 0.34 and the lightness value of a97abe is 0.61.

The process color (four color CMYK) of #a97abe color hex is 0.11, 0.36, 0.00, 0.25. Web safe color of #a97abe is #9966cc. Color #a97abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01111010 10111110
Octal 251 172 276
Decimal 169 122 190
Hex A9 7A BE

RGB Percentages of Color #a97abe

%35.14
%25.36
%39.50

CMYK Percentages of Color #a97abe

%11
%36
%0
%25

Triadic Colors of #a97abe

#a97abe #bea97a #7abea9

Analogous Colors of #a97abe

#a97abe #be7ab1 #877abe

Monochromatic Colors of #a97abe

#a97abe

Complementary Color

#a97abe #8fbe7a

#a97abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a97abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a97abe Color CSS Codes

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

#a97abe Text Font Color

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

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


#a97abe Background Color

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

This div background color is #a97abe


#a97abe Border Color

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

This div border color is #a97abe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,122,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 #a97abe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a97abe


Comments

No comments written yet.

Please login to write comment.