Color Hex Logo

#a4134e Color Hex

#A4134E
(164,19,78)
0 Favorites   0 Comments

Color spaces of #a4134e

RGB 1641978
HSL0.930.790.36
HSV336°88°64°
CMYK 0.000.880.52   0.36
XYZ16.91798.90838.0355
Yxy8.90830.49960.2631
Hunter Lab29.846848.94644.9304
CIE-Lab35.807157.95215.4319

#a4134e color RGB value is (164,19,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00010011 01001110
Octal 244 23 116
Decimal 164 19 78
Hex A4 13 4E

RGB Percentages of Color #a4134e

%62.84
%7.28
%29.89

CMYK Percentages of Color #a4134e

%0
%88
%52
%36

Triadic Colors of #a4134e

#a4134e #4ea413 #134ea4

Analogous Colors of #a4134e

#a4134e #a42113 #a41397

Monochromatic Colors of #a4134e

#a4134e

Complementary Color

#a4134e #13a469

#a4134e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4134e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4134e Color CSS Codes

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

#a4134e Text Font Color

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

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


#a4134e Background Color

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

This div background color is #a4134e


#a4134e Border Color

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

This div border color is #a4134e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4134e


Comments

No comments written yet.

Please login to write comment.