Color Hex Logo

#a788aa Color Hex

#A788AA
(167,136,170)
0 Favorites   0 Comments

Color spaces of #a788aa

RGB 167136170
HSL0.820.170.60
HSV295°20°67°
CMYK 0.020.200.00   0.33
XYZ31.996228.726141.8885
Yxy28.72610.31180.2800
Hunter Lab53.596712.7667-8.8204
CIE-Lab60.539117.9116-13.4953

#a788aa color RGB value is (167,136,170).

#a788aa hex color red value is 167, green value is 136 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a788aa hue: 0.82 , saturation: 0.17 and the lightness value of a788aa is 0.60.

The process color (four color CMYK) of #a788aa color hex is 0.02, 0.20, 0.00, 0.33. Web safe color of #a788aa is #999999. Color #a788aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10001000 10101010
Octal 247 210 252
Decimal 167 136 170
Hex A7 88 AA

RGB Percentages of Color #a788aa

%35.31
%28.75
%35.94

CMYK Percentages of Color #a788aa

%2
%20
%0
%33

Triadic Colors of #a788aa

#a788aa #aaa788 #88aaa7

Analogous Colors of #a788aa

#a788aa #aa889c #9688aa

Monochromatic Colors of #a788aa

#a788aa

Complementary Color

#a788aa #8baa88

#a788aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a788aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a788aa Color CSS Codes

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

#a788aa Text Font Color

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

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


#a788aa Background Color

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

This div background color is #a788aa


#a788aa Border Color

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

This div border color is #a788aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(167,136,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a788aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a788aa;
  -webkit-box-shadow: 1px 1px 3px 2px #a788aa;
  box-shadow:         1px 1px 3px 2px #a788aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,136,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a788aa


Comments

No comments written yet.

Please login to write comment.