Color Hex Logo

#a27fad Color Hex

#A27FAD
(162,127,173)
0 Favorites   0 Comments

Color spaces of #a27fad

RGB 162127173
HSL0.790.220.59
HSV286°27°68°
CMYK 0.060.270.00   0.32
XYZ30.032525.877342.9471
Yxy25.87730.30380.2618
Hunter Lab50.869716.3609-14.4471
CIE-Lab57.920421.9329-19.2255

#a27fad color RGB value is (162,127,173).

#a27fad hex color red value is 162, green value is 127 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a27fad hue: 0.79 , saturation: 0.22 and the lightness value of a27fad is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01111111 10101101
Octal 242 177 255
Decimal 162 127 173
Hex A2 7F AD

RGB Percentages of Color #a27fad

%35.06
%27.49
%37.45

CMYK Percentages of Color #a27fad

%6
%27
%0
%32

Triadic Colors of #a27fad

#a27fad #ada27f #7fada2

Analogous Colors of #a27fad

#a27fad #ad7fa1 #8b7fad

Monochromatic Colors of #a27fad

#a27fad

Complementary Color

#a27fad #8aad7f

#a27fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a27fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a27fad Color CSS Codes

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

#a27fad Text Font Color

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

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


#a27fad Background Color

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

This div background color is #a27fad


#a27fad Border Color

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

This div border color is #a27fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a27fad


Comments

No comments written yet.

Please login to write comment.