Color Hex Logo

#a4313e Color Hex

#A4313E
(164,49,62)
0 Favorites   0 Comments

Color spaces of #a4313e

RGB 1644962
HSL0.980.540.42
HSV353°70°64°
CMYK 0.000.700.62   0.36
XYZ17.277710.43695.6613
Yxy10.43690.51770.3127
Hunter Lab32.306238.927912.2244
CIE-Lab38.615447.827419.5170

#a4313e color RGB value is (164,49,62).

#a4313e hex color red value is 164, green value is 49 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #a4313e hue: 0.98 , saturation: 0.54 and the lightness value of a4313e is 0.42.

The process color (four color CMYK) of #a4313e color hex is 0.00, 0.70, 0.62, 0.36. Web safe color of #a4313e is #993333. Color #a4313e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00110001 00111110
Octal 244 61 76
Decimal 164 49 62
Hex A4 31 3E

RGB Percentages of Color #a4313e

%59.64
%17.82
%22.55

CMYK Percentages of Color #a4313e

%0
%70
%62
%36

Triadic Colors of #a4313e

#a4313e #3ea431 #313ea4

Analogous Colors of #a4313e

#a4313e #a45e31 #a43178

Monochromatic Colors of #a4313e

#a4313e

Complementary Color

#a4313e #31a497

#a4313e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4313e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4313e Color CSS Codes

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

#a4313e Text Font Color

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

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


#a4313e Background Color

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

This div background color is #a4313e


#a4313e Border Color

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

This div border color is #a4313e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,49,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 #a4313e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4313e


Comments

No comments written yet.

Please login to write comment.