Color Hex Logo

#a4166a Color Hex

#A4166A
(164,22,106)
0 Favorites   0 Comments

Color spaces of #a4166a

RGB 16422106
HSL0.900.760.36
HSV325°87°64°
CMYK 0.000.870.35   0.36
XYZ18.19839.506914.5115
Yxy9.50690.43110.2252
Hunter Lab30.833351.3954-6.3212
CIE-Lab36.942559.9821-10.8798

#a4166a color RGB value is (164,22,106).

#a4166a hex color red value is 164, green value is 22 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #a4166a hue: 0.90 , saturation: 0.76 and the lightness value of a4166a is 0.36.

The process color (four color CMYK) of #a4166a color hex is 0.00, 0.87, 0.35, 0.36. Web safe color of #a4166a is #990066. Color #a4166a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00010110 01101010
Octal 244 26 152
Decimal 164 22 106
Hex A4 16 6A

RGB Percentages of Color #a4166a

%56.16
%7.53
%36.30

CMYK Percentages of Color #a4166a

%0
%87
%35
%36

Triadic Colors of #a4166a

#a4166a #6aa416 #166aa4

Analogous Colors of #a4166a

#a4166a #a41623 #9716a4

Monochromatic Colors of #a4166a

#a4166a

Complementary Color

#a4166a #16a450

#a4166a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4166a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4166a Color CSS Codes

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

#a4166a Text Font Color

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

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


#a4166a Background Color

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

This div background color is #a4166a


#a4166a Border Color

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

This div border color is #a4166a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,22,106, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4166a


Comments

No comments written yet.

Please login to write comment.