Color Hex Logo

#a28dab Color Hex

#A28DAB
(162,141,171)
0 Favorites   0 Comments

Color spaces of #a28dab

RGB 162141171
HSL0.780.150.61
HSV282°18°67°
CMYK 0.050.180.00   0.33
XYZ31.775929.671442.5805
Yxy29.67140.30550.2852
Hunter Lab54.47158.8028-8.2171
CIE-Lab61.369713.5317-12.8600

#a28dab color RGB value is (162,141,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10001101 10101011
Octal 242 215 253
Decimal 162 141 171
Hex A2 8D AB

RGB Percentages of Color #a28dab

%34.18
%29.75
%36.08

CMYK Percentages of Color #a28dab

%5
%18
%0
%33

Triadic Colors of #a28dab

#a28dab #aba28d #8daba2

Analogous Colors of #a28dab

#a28dab #ab8da5 #938dab

Monochromatic Colors of #a28dab

#a28dab

Complementary Color

#a28dab #96ab8d

#a28dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a28dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a28dab Color CSS Codes

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

#a28dab Text Font Color

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

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


#a28dab Background Color

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

This div background color is #a28dab


#a28dab Border Color

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

This div border color is #a28dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a28dab


Comments

No comments written yet.

Please login to write comment.