Color Hex Logo

#a14957 Color Hex

#A14957
(161,73,87)
0 Favorites   0 Comments

Color spaces of #a14957

RGB 1617387
HSL0.970.380.46
HSV350°55°63°
CMYK 0.000.550.46   0.37
XYZ18.800813.030310.5410
Yxy13.03030.44370.3075
Hunter Lab36.097529.79827.9547
CIE-Lab42.808937.84189.5605

#a14957 color RGB value is (161,73,87).

#a14957 hex color red value is 161, green value is 73 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #a14957 hue: 0.97 , saturation: 0.38 and the lightness value of a14957 is 0.46.

The process color (four color CMYK) of #a14957 color hex is 0.00, 0.55, 0.46, 0.37. Web safe color of #a14957 is #993366. Color #a14957 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01001001 01010111
Octal 241 111 127
Decimal 161 73 87
Hex A1 49 57

RGB Percentages of Color #a14957

%50.16
%22.74
%27.10

CMYK Percentages of Color #a14957

%0
%55
%46
%37

Triadic Colors of #a14957

#a14957 #57a149 #4957a1

Analogous Colors of #a14957

#a14957 #a16749 #a14983

Monochromatic Colors of #a14957

#a14957

Complementary Color

#a14957 #49a193

#a14957 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a14957 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a14957 Color CSS Codes

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

#a14957 Text Font Color

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

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


#a14957 Background Color

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

This div background color is #a14957


#a14957 Border Color

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

This div border color is #a14957


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(161,73,87, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a14957; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a14957;
  -webkit-box-shadow: 1px 1px 3px 2px #a14957;
  box-shadow:         1px 1px 3px 2px #a14957; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,73,87, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a14957


Comments

No comments written yet.

Please login to write comment.