Color Hex Logo

#a4137e Color Hex

#A4137E
(164,19,126)
0 Favorites   0 Comments

Color spaces of #a4137e

RGB 16419126
HSL0.880.790.36
HSV316°88°64°
CMYK 0.000.880.23   0.36
XYZ19.30869.864620.6250
Yxy9.86460.38770.1981
Hunter Lab31.408054.7721-16.9490
CIE-Lab37.598362.9007-22.4506

#a4137e color RGB value is (164,19,126).

#a4137e hex color red value is 164, green value is 19 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #a4137e hue: 0.88 , saturation: 0.79 and the lightness value of a4137e is 0.36.

The process color (four color CMYK) of #a4137e color hex is 0.00, 0.88, 0.23, 0.36. Web safe color of #a4137e is #990066. Color #a4137e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00010011 01111110
Octal 244 23 176
Decimal 164 19 126
Hex A4 13 7E

RGB Percentages of Color #a4137e

%53.07
%6.15
%40.78

CMYK Percentages of Color #a4137e

%0
%88
%23
%36

Triadic Colors of #a4137e

#a4137e #7ea413 #137ea4

Analogous Colors of #a4137e

#a4137e #a41336 #8213a4

Monochromatic Colors of #a4137e

#a4137e

Complementary Color

#a4137e #13a439

#a4137e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4137e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4137e Color CSS Codes

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

#a4137e Text Font Color

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

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


#a4137e Background Color

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

This div background color is #a4137e


#a4137e Border Color

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

This div border color is #a4137e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4137e


Comments

No comments written yet.

Please login to write comment.