Color Hex Logo

#a790ad Color Hex

#A790AD
(167,144,173)
0 Favorites   0 Comments

Color spaces of #a790ad

RGB 167144173
HSL0.800.150.62
HSV288°17°68°
CMYK 0.030.170.00   0.32
XYZ33.452431.179143.7902
Yxy31.17910.30850.2876
Hunter Lab55.83829.2215-7.4104
CIE-Lab62.658513.9749-12.0099

#a790ad color RGB value is (167,144,173).

#a790ad hex color red value is 167, green value is 144 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a790ad hue: 0.80 , saturation: 0.15 and the lightness value of a790ad is 0.62.

The process color (four color CMYK) of #a790ad color hex is 0.03, 0.17, 0.00, 0.32. Web safe color of #a790ad is #999999. Color #a790ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10010000 10101101
Octal 247 220 255
Decimal 167 144 173
Hex A7 90 AD

RGB Percentages of Color #a790ad

%34.50
%29.75
%35.74

CMYK Percentages of Color #a790ad

%3
%17
%0
%32

Triadic Colors of #a790ad

#a790ad #ada790 #90ada7

Analogous Colors of #a790ad

#a790ad #ad90a5 #9990ad

Monochromatic Colors of #a790ad

#a790ad

Complementary Color

#a790ad #96ad90

#a790ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a790ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a790ad Color CSS Codes

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

#a790ad Text Font Color

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

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


#a790ad Background Color

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

This div background color is #a790ad


#a790ad Border Color

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

This div border color is #a790ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a790ad


Comments

No comments written yet.

Please login to write comment.