Color Hex Logo

#a88aba Color Hex

#A88ABA
(168,138,186)
0 Favorites   0 Comments

Color spaces of #a88aba

RGB 168138186
HSL0.770.260.64
HSV278°26°73°
CMYK 0.100.260.00   0.27
XYZ34.099930.047050.4568
Yxy30.04700.29750.2622
Hunter Lab54.815115.1164-16.2053
CIE-Lab61.694820.3922-20.8123

#a88aba color RGB value is (168,138,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001010 10111010
Octal 250 212 272
Decimal 168 138 186
Hex A8 8A BA

RGB Percentages of Color #a88aba

%34.15
%28.05
%37.80

CMYK Percentages of Color #a88aba

%10
%26
%0
%27

Triadic Colors of #a88aba

#a88aba #baa88a #8abaa8

Analogous Colors of #a88aba

#a88aba #ba8ab4 #908aba

Monochromatic Colors of #a88aba

#a88aba

Complementary Color

#a88aba #9cba8a

#a88aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88aba Color CSS Codes

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

#a88aba Text Font Color

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

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


#a88aba Background Color

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

This div background color is #a88aba


#a88aba Border Color

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

This div border color is #a88aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88aba


Comments

No comments written yet.

Please login to write comment.