Color Hex Logo

#a07aad Color Hex

#A07AAD
(160,122,173)
1 Favorites   0 Comments

Color spaces of #a07aad

RGB 160122173
HSL0.790.240.58
HSV285°29°68°
CMYK 0.080.290.00   0.32
XYZ28.999624.409842.7183
Yxy24.40980.30170.2539
Hunter Lab49.406318.3117-16.6797
CIE-Lab56.495824.1237-21.4208

#a07aad color RGB value is (160,122,173).

#a07aad hex color red value is 160, green value is 122 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a07aad hue: 0.79 , saturation: 0.24 and the lightness value of a07aad is 0.58.

The process color (four color CMYK) of #a07aad color hex is 0.08, 0.29, 0.00, 0.32. Web safe color of #a07aad is #996699. Color #a07aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01111010 10101101
Octal 240 172 255
Decimal 160 122 173
Hex A0 7A AD

RGB Percentages of Color #a07aad

%35.16
%26.81
%38.02

CMYK Percentages of Color #a07aad

%8
%29
%0
%32

Triadic Colors of #a07aad

#a07aad #ada07a #7aada0

Analogous Colors of #a07aad

#a07aad #ad7aa1 #877aad

Monochromatic Colors of #a07aad

#a07aad

Complementary Color

#a07aad #87ad7a

#a07aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a07aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a07aad Color CSS Codes

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

#a07aad Text Font Color

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

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


#a07aad Background Color

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

This div background color is #a07aad


#a07aad Border Color

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

This div border color is #a07aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a07aad


Comments

No comments written yet.

Please login to write comment.