Color Hex Logo

#a46980 Color Hex

#A46980
(164,105,128)
0 Favorites   0 Comments

Color spaces of #a46980

RGB 164105128
HSL0.940.240.53
HSV337°36°64°
CMYK 0.000.360.22   0.36
XYZ24.257719.554222.9179
Yxy19.55420.36350.2930
Hunter Lab44.220120.53400.2260
CIE-Lab51.329426.9437-2.8841

#a46980 color RGB value is (164,105,128).

#a46980 hex color red value is 164, green value is 105 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #a46980 hue: 0.94 , saturation: 0.24 and the lightness value of a46980 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01101001 10000000
Octal 244 151 200
Decimal 164 105 128
Hex A4 69 80

RGB Percentages of Color #a46980

%41.31
%26.45
%32.24

CMYK Percentages of Color #a46980

%0
%36
%22
%36

Triadic Colors of #a46980

#a46980 #80a469 #6980a4

Analogous Colors of #a46980

#a46980 #a47069 #a4699e

Monochromatic Colors of #a46980

#a46980

Complementary Color

#a46980 #69a48d

#a46980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a46980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a46980 Color CSS Codes

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

#a46980 Text Font Color

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

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


#a46980 Background Color

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

This div background color is #a46980


#a46980 Border Color

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

This div border color is #a46980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a46980


Comments

No comments written yet.

Please login to write comment.