Color Hex Logo

#a28eab Color Hex

#A28EAB
(162,142,171)
0 Favorites   0 Comments

Color spaces of #a28eab

RGB 162142171
HSL0.780.150.61
HSV281°17°67°
CMYK 0.050.170.00   0.33
XYZ31.924029.967742.6298
Yxy29.96770.30540.2867
Hunter Lab54.74288.2949-7.8509
CIE-Lab61.626312.9636-12.4739

#a28eab color RGB value is (162,142,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10001110 10101011
Octal 242 216 253
Decimal 162 142 171
Hex A2 8E AB

RGB Percentages of Color #a28eab

%34.11
%29.89
%36.00

CMYK Percentages of Color #a28eab

%5
%17
%0
%33

Triadic Colors of #a28eab

#a28eab #aba28e #8eaba2

Analogous Colors of #a28eab

#a28eab #ab8ea6 #948eab

Monochromatic Colors of #a28eab

#a28eab

Complementary Color

#a28eab #97ab8e

#a28eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a28eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a28eab Color CSS Codes

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

#a28eab Text Font Color

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

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


#a28eab Background Color

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

This div background color is #a28eab


#a28eab Border Color

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

This div border color is #a28eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a28eab


Comments

No comments written yet.

Please login to write comment.