Color Hex Logo

#a27a9f Color Hex

#A27A9F
(162,122,159)
0 Favorites   0 Comments

Color spaces of #a27a9f

RGB 162122159
HSL0.850.180.56
HSV305°25°64°
CMYK 0.000.250.02   0.36
XYZ28.117824.103735.9714
Yxy24.10370.31880.2733
Hunter Lab49.095516.3127-9.0738
CIE-Lab56.191521.9884-13.7917

#a27a9f color RGB value is (162,122,159).

#a27a9f hex color red value is 162, green value is 122 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #a27a9f hue: 0.85 , saturation: 0.18 and the lightness value of a27a9f is 0.56.

The process color (four color CMYK) of #a27a9f color hex is 0.00, 0.25, 0.02, 0.36. Web safe color of #a27a9f is #996699. Color #a27a9f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01111010 10011111
Octal 242 172 237
Decimal 162 122 159
Hex A2 7A 9F

RGB Percentages of Color #a27a9f

%36.57
%27.54
%35.89

CMYK Percentages of Color #a27a9f

%0
%25
%2
%36

Triadic Colors of #a27a9f

#a27a9f #9fa27a #7a9fa2

Analogous Colors of #a27a9f

#a27a9f #a27a8b #917aa2

Monochromatic Colors of #a27a9f

#a27a9f

Complementary Color

#a27a9f #7aa27d

#a27a9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a27a9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a27a9f Color CSS Codes

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

#a27a9f Text Font Color

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

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


#a27a9f Background Color

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

This div background color is #a27a9f


#a27a9f Border Color

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

This div border color is #a27a9f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,122,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a27a9f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a27a9f


Comments

No comments written yet.

Please login to write comment.