Color Hex Logo

#a67980 Color Hex

#A67980
(166,121,128)
0 Favorites   0 Comments

Color spaces of #a67980

RGB 166121128
HSL0.970.200.56
HSV351°27°65°
CMYK 0.000.270.23   0.35
XYZ26.459523.340223.5326
Yxy23.34020.36080.3183
Hunter Lab48.311713.21604.9381
CIE-Lab55.421018.62653.1161

#a67980 color RGB value is (166,121,128).

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

The process color (four color CMYK) of #a67980 color hex is 0.00, 0.27, 0.23, 0.35. Web safe color of #a67980 is #996699. Color #a67980 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01111001 10000000
Octal 246 171 200
Decimal 166 121 128
Hex A6 79 80

RGB Percentages of Color #a67980

%40.00
%29.16
%30.84

CMYK Percentages of Color #a67980

%0
%27
%23
%35

Triadic Colors of #a67980

#a67980 #80a679 #7980a6

Analogous Colors of #a67980

#a67980 #a68979 #a67997

Monochromatic Colors of #a67980

#a67980

Complementary Color

#a67980 #79a69f

#a67980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67980 Color CSS Codes

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

#a67980 Text Font Color

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

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


#a67980 Background Color

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

This div background color is #a67980


#a67980 Border Color

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

This div border color is #a67980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67980


Comments

No comments written yet.

Please login to write comment.