Color Hex Logo

#a4344a Color Hex

#A4344A
(164,52,74)
0 Favorites   0 Comments

Color spaces of #a4344a

RGB 1645274
HSL0.970.520.42
HSV348°68°64°
CMYK 0.000.680.55   0.36
XYZ17.773910.84297.6347
Yxy10.84290.49030.2991
Hunter Lab32.928638.72429.3032
CIE-Lab39.314647.499512.8979

#a4344a color RGB value is (164,52,74).

#a4344a hex color red value is 164, green value is 52 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #a4344a hue: 0.97 , saturation: 0.52 and the lightness value of a4344a is 0.42.

The process color (four color CMYK) of #a4344a color hex is 0.00, 0.68, 0.55, 0.36. Web safe color of #a4344a is #993333. Color #a4344a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00110100 01001010
Octal 244 64 112
Decimal 164 52 74
Hex A4 34 4A

RGB Percentages of Color #a4344a

%56.55
%17.93
%25.52

CMYK Percentages of Color #a4344a

%0
%68
%55
%36

Triadic Colors of #a4344a

#a4344a #4aa434 #344aa4

Analogous Colors of #a4344a

#a4344a #a45634 #a43482

Monochromatic Colors of #a4344a

#a4344a

Complementary Color

#a4344a #34a48e

#a4344a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4344a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4344a Color CSS Codes

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

#a4344a Text Font Color

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

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


#a4344a Background Color

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

This div background color is #a4344a


#a4344a Border Color

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

This div border color is #a4344a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4344a


Comments

No comments written yet.

Please login to write comment.