Color Hex Logo

#a28bad Color Hex

#A28BAD
(162,139,173)
0 Favorites   0 Comments

Color spaces of #a28bad

RGB 162139173
HSL0.780.170.61
HSV281°20°68°
CMYK 0.060.200.00   0.32
XYZ31.675729.163743.4948
Yxy29.16370.30360.2795
Hunter Lab54.003410.1931-9.9503
CIE-Lab60.925815.0796-14.6646

#a28bad color RGB value is (162,139,173).

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

The process color (four color CMYK) of #a28bad color hex is 0.06, 0.20, 0.00, 0.32. Web safe color of #a28bad is #999999. Color #a28bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10001011 10101101
Octal 242 213 255
Decimal 162 139 173
Hex A2 8B AD

RGB Percentages of Color #a28bad

%34.18
%29.32
%36.50

CMYK Percentages of Color #a28bad

%6
%20
%0
%32

Triadic Colors of #a28bad

#a28bad #ada28b #8bada2

Analogous Colors of #a28bad

#a28bad #ad8ba7 #918bad

Monochromatic Colors of #a28bad

#a28bad

Complementary Color

#a28bad #96ad8b

#a28bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a28bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a28bad Color CSS Codes

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

#a28bad Text Font Color

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

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


#a28bad Background Color

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

This div background color is #a28bad


#a28bad Border Color

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

This div border color is #a28bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a28bad


Comments

No comments written yet.

Please login to write comment.