Color Hex Logo

#a4113e Color Hex

#A4113E
(164,17,62)
0 Favorites   0 Comments

Color spaces of #a4113e

RGB 1641762
HSL0.950.810.35
HSV342°90°64°
CMYK 0.000.900.62   0.36
XYZ16.37988.64125.3620
Yxy8.64120.53910.2844
Hunter Lab29.395948.01979.7623
CIE-Lab35.284157.192515.1127

#a4113e color RGB value is (164,17,62).

#a4113e hex color red value is 164, green value is 17 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #a4113e hue: 0.95 , saturation: 0.81 and the lightness value of a4113e is 0.35.

The process color (four color CMYK) of #a4113e color hex is 0.00, 0.90, 0.62, 0.36. Web safe color of #a4113e is #990033. Color #a4113e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00010001 00111110
Octal 244 21 76
Decimal 164 17 62
Hex A4 11 3E

RGB Percentages of Color #a4113e

%67.49
%7.00
%25.51

CMYK Percentages of Color #a4113e

%0
%90
%62
%36

Triadic Colors of #a4113e

#a4113e #3ea411 #113ea4

Analogous Colors of #a4113e

#a4113e #a42e11 #a41188

Monochromatic Colors of #a4113e

#a4113e

Complementary Color

#a4113e #11a477

#a4113e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4113e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4113e Color CSS Codes

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

#a4113e Text Font Color

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

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


#a4113e Background Color

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

This div background color is #a4113e


#a4113e Border Color

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

This div border color is #a4113e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4113e


Comments

No comments written yet.

Please login to write comment.