Color Hex Logo

#a27aad Color Hex

#A27AAD
(162,122,173)
0 Favorites   0 Comments

Color spaces of #a27aad

RGB 162122173
HSL0.800.240.58
HSV287°29°68°
CMYK 0.060.290.00   0.32
XYZ29.402724.617642.7371
Yxy24.61760.30390.2544
Hunter Lab49.616118.9515-16.3385
CIE-Lab56.700924.7919-21.0886

#a27aad color RGB value is (162,122,173).

#a27aad hex color red value is 162, green value is 122 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a27aad hue: 0.80 , saturation: 0.24 and the lightness value of a27aad is 0.58.

The process color (four color CMYK) of #a27aad color hex is 0.06, 0.29, 0.00, 0.32. Web safe color of #a27aad is #996699. Color #a27aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01111010 10101101
Octal 242 172 255
Decimal 162 122 173
Hex A2 7A AD

RGB Percentages of Color #a27aad

%35.45
%26.70
%37.86

CMYK Percentages of Color #a27aad

%6
%29
%0
%32

Triadic Colors of #a27aad

#a27aad #ada27a #7aada2

Analogous Colors of #a27aad

#a27aad #ad7a9f #897aad

Monochromatic Colors of #a27aad

#a27aad

Complementary Color

#a27aad #85ad7a

#a27aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a27aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a27aad Color CSS Codes

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

#a27aad Text Font Color

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

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


#a27aad Background Color

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

This div background color is #a27aad


#a27aad Border Color

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

This div border color is #a27aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a27aad


Comments

No comments written yet.

Please login to write comment.