Color Hex Logo

#a67990 Color Hex

#A67990
(166,121,144)
0 Favorites   0 Comments

Color spaces of #a67990

RGB 166121144
HSL0.910.200.56
HSV329°27°65°
CMYK 0.000.270.13   0.35
XYZ27.597323.795429.5240
Yxy23.79540.34110.2941
Hunter Lab48.780515.6194-1.7384
CIE-Lab55.882421.2522-5.5148

#a67990 color RGB value is (166,121,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01111001 10010000
Octal 246 171 220
Decimal 166 121 144
Hex A6 79 90

RGB Percentages of Color #a67990

%38.52
%28.07
%33.41

CMYK Percentages of Color #a67990

%0
%27
%13
%35

Triadic Colors of #a67990

#a67990 #90a679 #7990a6

Analogous Colors of #a67990

#a67990 #a6797a #a679a6

Monochromatic Colors of #a67990

#a67990

Complementary Color

#a67990 #79a68f

#a67990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67990 Color CSS Codes

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

#a67990 Text Font Color

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

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


#a67990 Background Color

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

This div background color is #a67990


#a67990 Border Color

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

This div border color is #a67990


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67990


Comments

No comments written yet.

Please login to write comment.