Color Hex Logo

#a38eaa Color Hex

#A38EAA
(163,142,170)
0 Favorites   0 Comments

Color spaces of #a38eaa

RGB 163142170
HSL0.790.140.61
HSV285°16°67°
CMYK 0.040.160.00   0.33
XYZ32.033030.034842.1392
Yxy30.03480.30740.2882
Hunter Lab54.80408.4264-7.2257
CIE-Lab61.684213.1091-11.8106

#a38eaa color RGB value is (163,142,170).

#a38eaa hex color red value is 163, green value is 142 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a38eaa hue: 0.79 , saturation: 0.14 and the lightness value of a38eaa is 0.61.

The process color (four color CMYK) of #a38eaa color hex is 0.04, 0.16, 0.00, 0.33. Web safe color of #a38eaa is #999999. Color #a38eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10001110 10101010
Octal 243 216 252
Decimal 163 142 170
Hex A3 8E AA

RGB Percentages of Color #a38eaa

%34.32
%29.89
%35.79

CMYK Percentages of Color #a38eaa

%4
%16
%0
%33

Triadic Colors of #a38eaa

#a38eaa #aaa38e #8eaaa3

Analogous Colors of #a38eaa

#a38eaa #aa8ea3 #958eaa

Monochromatic Colors of #a38eaa

#a38eaa

Complementary Color

#a38eaa #95aa8e

#a38eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38eaa Color CSS Codes

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

#a38eaa Text Font Color

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

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


#a38eaa Background Color

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

This div background color is #a38eaa


#a38eaa Border Color

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

This div border color is #a38eaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,142,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a38eaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a38eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #a38eaa;
  box-shadow:         1px 1px 3px 2px #a38eaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,142,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38eaa


Comments

No comments written yet.

Please login to write comment.