Color Hex Logo

#a4165e Color Hex

#A4165E
(164,22,94)
0 Favorites   0 Comments

Color spaces of #a4165e

RGB 1642294
HSL0.920.760.36
HSV330°87°64°
CMYK 0.000.870.43   0.36
XYZ17.61719.274511.4513
Yxy9.27450.45950.2419
Hunter Lab30.454149.9643-0.9763
CIE-Lab36.507558.7558-3.8748

#a4165e color RGB value is (164,22,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00010110 01011110
Octal 244 26 136
Decimal 164 22 94
Hex A4 16 5E

RGB Percentages of Color #a4165e

%58.57
%7.86
%33.57

CMYK Percentages of Color #a4165e

%0
%87
%43
%36

Triadic Colors of #a4165e

#a4165e #5ea416 #165ea4

Analogous Colors of #a4165e

#a4165e #a41617 #a316a4

Monochromatic Colors of #a4165e

#a4165e

Complementary Color

#a4165e #16a45c

#a4165e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4165e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4165e Color CSS Codes

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

#a4165e Text Font Color

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

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


#a4165e Background Color

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

This div background color is #a4165e


#a4165e Border Color

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

This div border color is #a4165e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4165e


Comments

No comments written yet.

Please login to write comment.