Color Hex Logo

#a07aba Color Hex

#A07ABA
(160,122,186)
0 Favorites   0 Comments

Color spaces of #a07aba

RGB 160122186
HSL0.770.320.60
HSV276°34°73°
CMYK 0.140.340.00   0.27
XYZ30.319724.937849.6698
Yxy24.93780.28900.2377
Hunter Lab49.937820.9852-24.0154
CIE-Lab57.014826.9187-28.0723

#a07aba color RGB value is (160,122,186).

#a07aba hex color red value is 160, green value is 122 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a07aba hue: 0.77 , saturation: 0.32 and the lightness value of a07aba is 0.60.

The process color (four color CMYK) of #a07aba color hex is 0.14, 0.34, 0.00, 0.27. Web safe color of #a07aba is #9966cc. Color #a07aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01111010 10111010
Octal 240 172 272
Decimal 160 122 186
Hex A0 7A BA

RGB Percentages of Color #a07aba

%34.19
%26.07
%39.74

CMYK Percentages of Color #a07aba

%14
%34
%0
%27

Triadic Colors of #a07aba

#a07aba #baa07a #7abaa0

Analogous Colors of #a07aba

#a07aba #ba7ab4 #807aba

Monochromatic Colors of #a07aba

#a07aba

Complementary Color

#a07aba #94ba7a

#a07aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a07aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a07aba Color CSS Codes

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

#a07aba Text Font Color

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

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


#a07aba Background Color

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

This div background color is #a07aba


#a07aba Border Color

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

This div border color is #a07aba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,122,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a07aba


Comments

No comments written yet.

Please login to write comment.