Color Hex Logo

#a18aba Color Hex

#A18ABA
(161,138,186)
0 Favorites   0 Comments

Color spaces of #a18aba

RGB 161138186
HSL0.750.260.64
HSV269°26°73°
CMYK 0.130.260.00   0.27
XYZ32.649329.299250.3889
Yxy29.29920.29060.2608
Hunter Lab54.128712.9421-17.3035
CIE-Lab61.044818.0827-21.8634

#a18aba color RGB value is (161,138,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10001010 10111010
Octal 241 212 272
Decimal 161 138 186
Hex A1 8A BA

RGB Percentages of Color #a18aba

%33.20
%28.45
%38.35

CMYK Percentages of Color #a18aba

%13
%26
%0
%27

Triadic Colors of #a18aba

#a18aba #baa18a #8abaa1

Analogous Colors of #a18aba

#a18aba #b98aba #8a8bba

Monochromatic Colors of #a18aba

#a18aba

Complementary Color

#a18aba #a3ba8a

#a18aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a18aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a18aba Color CSS Codes

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

#a18aba Text Font Color

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

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


#a18aba Background Color

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

This div background color is #a18aba


#a18aba Border Color

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

This div border color is #a18aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a18aba


Comments

No comments written yet.

Please login to write comment.