Color Hex Logo

#a288ad Color Hex

#A288AD
(162,136,173)
0 Favorites   0 Comments

Color spaces of #a288ad

RGB 162136173
HSL0.780.180.61
HSV282°21°68°
CMYK 0.060.210.00   0.32
XYZ31.247328.306843.3520
Yxy28.30680.30360.2751
Hunter Lab53.204111.7275-11.0680
CIE-Lab60.164916.7895-15.8152

#a288ad color RGB value is (162,136,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10001000 10101101
Octal 242 210 255
Decimal 162 136 173
Hex A2 88 AD

RGB Percentages of Color #a288ad

%34.39
%28.87
%36.73

CMYK Percentages of Color #a288ad

%6
%21
%0
%32

Triadic Colors of #a288ad

#a288ad #ada288 #88ada2

Analogous Colors of #a288ad

#a288ad #ad88a6 #9088ad

Monochromatic Colors of #a288ad

#a288ad

Complementary Color

#a288ad #93ad88

#a288ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a288ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a288ad Color CSS Codes

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

#a288ad Text Font Color

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

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


#a288ad Background Color

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

This div background color is #a288ad


#a288ad Border Color

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

This div border color is #a288ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a288ad


Comments

No comments written yet.

Please login to write comment.