Color Hex Logo

#a14960 Color Hex

#A14960
(161,73,96)
0 Favorites   0 Comments

Color spaces of #a14960

RGB 1617396
HSL0.960.380.46
HSV344°55°63°
CMYK 0.000.550.40   0.37
XYZ19.191813.186712.6001
Yxy13.18670.42670.2932
Hunter Lab36.313530.78924.8469
CIE-Lab43.043238.83744.3368

#a14960 color RGB value is (161,73,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01001001 01100000
Octal 241 111 140
Decimal 161 73 96
Hex A1 49 60

RGB Percentages of Color #a14960

%48.79
%22.12
%29.09

CMYK Percentages of Color #a14960

%0
%55
%40
%37

Triadic Colors of #a14960

#a14960 #60a149 #4960a1

Analogous Colors of #a14960

#a14960 #a15e49 #a1498c

Monochromatic Colors of #a14960

#a14960

Complementary Color

#a14960 #49a18a

#a14960 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a14960 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a14960 Color CSS Codes

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

#a14960 Text Font Color

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

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


#a14960 Background Color

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

This div background color is #a14960


#a14960 Border Color

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

This div border color is #a14960


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a14960


Comments

No comments written yet.

Please login to write comment.