Color Hex Logo

#a08aba Color Hex

#A08ABA
(160,138,186)
0 Favorites   0 Comments

Color spaces of #a08aba

RGB 160138186
HSL0.740.260.64
HSV268°26°73°
CMYK 0.140.260.00   0.27
XYZ32.448629.195750.3795
Yxy29.19570.28970.2606
Hunter Lab54.033012.6372-17.4579
CIE-Lab60.954017.7552-22.0104

#a08aba color RGB value is (160,138,186).

#a08aba hex color red value is 160, green value is 138 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a08aba hue: 0.74 , saturation: 0.26 and the lightness value of a08aba is 0.64.

The process color (four color CMYK) of #a08aba color hex is 0.14, 0.26, 0.00, 0.27. Web safe color of #a08aba is #9999cc. Color #a08aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001010 10111010
Octal 240 212 272
Decimal 160 138 186
Hex A0 8A BA

RGB Percentages of Color #a08aba

%33.06
%28.51
%38.43

CMYK Percentages of Color #a08aba

%14
%26
%0
%27

Triadic Colors of #a08aba

#a08aba #baa08a #8abaa0

Analogous Colors of #a08aba

#a08aba #b88aba #8a8cba

Monochromatic Colors of #a08aba

#a08aba

Complementary Color

#a08aba #a4ba8a

#a08aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a08aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a08aba Color CSS Codes

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

#a08aba Text Font Color

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

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


#a08aba Background Color

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

This div background color is #a08aba


#a08aba Border Color

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

This div border color is #a08aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a08aba


Comments

No comments written yet.

Please login to write comment.