Color Hex Logo

#a98aba Color Hex

#A98ABA
(169,138,186)
0 Favorites   0 Comments

Color spaces of #a98aba

RGB 169138186
HSL0.770.260.64
HSV279°26°73°
CMYK 0.090.260.00   0.27
XYZ34.313630.157150.4668
Yxy30.15710.29850.2624
Hunter Lab54.915515.4325-16.0461
CIE-Lab61.789520.7243-20.6591

#a98aba color RGB value is (169,138,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001010 10111010
Octal 251 212 272
Decimal 169 138 186
Hex A9 8A BA

RGB Percentages of Color #a98aba

%34.28
%27.99
%37.73

CMYK Percentages of Color #a98aba

%9
%26
%0
%27

Triadic Colors of #a98aba

#a98aba #baa98a #8abaa9

Analogous Colors of #a98aba

#a98aba #ba8ab3 #918aba

Monochromatic Colors of #a98aba

#a98aba

Complementary Color

#a98aba #9bba8a

#a98aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98aba Color CSS Codes

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

#a98aba Text Font Color

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

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


#a98aba Background Color

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

This div background color is #a98aba


#a98aba Border Color

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

This div border color is #a98aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98aba


Comments

No comments written yet.

Please login to write comment.