Color Hex Logo

#a88aad Color Hex

#A88AAD
(168,138,173)
0 Favorites   0 Comments

Color spaces of #a88aad

RGB 168138173
HSL0.810.180.61
HSV291°20°68°
CMYK 0.030.200.00   0.32
XYZ32.779829.518943.5052
Yxy29.51890.30980.2790
Hunter Lab54.331312.6150-9.4439
CIE-Lab61.236917.7207-14.1401

#a88aad color RGB value is (168,138,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001010 10101101
Octal 250 212 255
Decimal 168 138 173
Hex A8 8A AD

RGB Percentages of Color #a88aad

%35.07
%28.81
%36.12

CMYK Percentages of Color #a88aad

%3
%20
%0
%32

Triadic Colors of #a88aad

#a88aad #ada88a #8aada8

Analogous Colors of #a88aad

#a88aad #ad8aa1 #978aad

Monochromatic Colors of #a88aad

#a88aad

Complementary Color

#a88aad #8fad8a

#a88aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88aad Color CSS Codes

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

#a88aad Text Font Color

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

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


#a88aad Background Color

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

This div background color is #a88aad


#a88aad Border Color

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

This div border color is #a88aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88aad


Comments

No comments written yet.

Please login to write comment.