Color Hex Logo

#a088ad Color Hex

#A088AD
(160,136,173)
0 Favorites   0 Comments

Color spaces of #a088ad

RGB 160136173
HSL0.770.180.61
HSV279°21°68°
CMYK 0.080.210.00   0.32
XYZ30.844228.099043.3332
Yxy28.09900.30160.2747
Hunter Lab53.008511.0994-11.3622
CIE-Lab59.978116.1045-16.1160

#a088ad color RGB value is (160,136,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001000 10101101
Octal 240 210 255
Decimal 160 136 173
Hex A0 88 AD

RGB Percentages of Color #a088ad

%34.12
%29.00
%36.89

CMYK Percentages of Color #a088ad

%8
%21
%0
%32

Triadic Colors of #a088ad

#a088ad #ada088 #88ada0

Analogous Colors of #a088ad

#a088ad #ad88a8 #8e88ad

Monochromatic Colors of #a088ad

#a088ad

Complementary Color

#a088ad #95ad88

#a088ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a088ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a088ad Color CSS Codes

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

#a088ad Text Font Color

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

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


#a088ad Background Color

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

This div background color is #a088ad


#a088ad Border Color

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

This div border color is #a088ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a088ad


Comments

No comments written yet.

Please login to write comment.