Color Hex Logo

#a27980 Color Hex

#A27980
(162,121,128)
0 Favorites   0 Comments

Color spaces of #a27980

RGB 162121128
HSL0.970.180.55
HSV350°25°64°
CMYK 0.000.250.21   0.36
XYZ25.633922.914623.4940
Yxy22.91460.35580.3181
Hunter Lab47.869211.81554.4092
CIE-Lab54.984317.07772.4287

#a27980 color RGB value is (162,121,128).

#a27980 hex color red value is 162, green value is 121 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #a27980 hue: 0.97 , saturation: 0.18 and the lightness value of a27980 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01111001 10000000
Octal 242 171 200
Decimal 162 121 128
Hex A2 79 80

RGB Percentages of Color #a27980

%39.42
%29.44
%31.14

CMYK Percentages of Color #a27980

%0
%25
%21
%36

Triadic Colors of #a27980

#a27980 #80a279 #7980a2

Analogous Colors of #a27980

#a27980 #a28779 #a27995

Monochromatic Colors of #a27980

#a27980

Complementary Color

#a27980 #79a29b

#a27980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a27980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a27980 Color CSS Codes

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

#a27980 Text Font Color

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

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


#a27980 Background Color

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

This div background color is #a27980


#a27980 Border Color

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

This div border color is #a27980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a27980


Comments

No comments written yet.

Please login to write comment.