Color Hex Logo

#a28daa Color Hex

#A28DAA
(162,141,170)
0 Favorites   0 Comments

Color spaces of #a28daa

RGB 162141170
HSL0.790.150.61
HSV283°17°67°
CMYK 0.050.170.00   0.33
XYZ31.680929.633442.0803
Yxy29.63340.30640.2866
Hunter Lab54.43668.6191-7.7265
CIE-Lab61.336613.3279-12.3420

#a28daa color RGB value is (162,141,170).

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

The process color (four color CMYK) of #a28daa color hex is 0.05, 0.17, 0.00, 0.33. Web safe color of #a28daa is #999999. Color #a28daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10001101 10101010
Octal 242 215 252
Decimal 162 141 170
Hex A2 8D AA

RGB Percentages of Color #a28daa

%34.25
%29.81
%35.94

CMYK Percentages of Color #a28daa

%5
%17
%0
%33

Triadic Colors of #a28daa

#a28daa #aaa28d #8daaa2

Analogous Colors of #a28daa

#a28daa #aa8da4 #948daa

Monochromatic Colors of #a28daa

#a28daa

Complementary Color

#a28daa #95aa8d

#a28daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a28daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a28daa Color CSS Codes

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

#a28daa Text Font Color

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

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


#a28daa Background Color

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

This div background color is #a28daa


#a28daa Border Color

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

This div border color is #a28daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a28daa


Comments

No comments written yet.

Please login to write comment.