Color Hex Logo

#a03949 Color Hex

#A03949
(160,57,73)
0 Favorites   0 Comments

Color spaces of #a03949

RGB 1605773
HSL0.970.470.43
HSV351°64°63°
CMYK 0.000.640.54   0.37
XYZ17.162910.88097.4990
Yxy10.88090.48290.3061
Hunter Lab32.986235.14869.6115
CIE-Lab39.379143.906713.5007

#a03949 color RGB value is (160,57,73).

#a03949 hex color red value is 160, green value is 57 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #a03949 hue: 0.97 , saturation: 0.47 and the lightness value of a03949 is 0.43.

The process color (four color CMYK) of #a03949 color hex is 0.00, 0.64, 0.54, 0.37. Web safe color of #a03949 is #993333. Color #a03949 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00111001 01001001
Octal 240 71 111
Decimal 160 57 73
Hex A0 39 49

RGB Percentages of Color #a03949

%55.17
%19.66
%25.17

CMYK Percentages of Color #a03949

%0
%64
%54
%37

Triadic Colors of #a03949

#a03949 #49a039 #3949a0

Analogous Colors of #a03949

#a03949 #a05d39 #a0397d

Monochromatic Colors of #a03949

#a03949

Complementary Color

#a03949 #39a090

#a03949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a03949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a03949 Color CSS Codes

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

#a03949 Text Font Color

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

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


#a03949 Background Color

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

This div background color is #a03949


#a03949 Border Color

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

This div border color is #a03949


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a03949


Comments

No comments written yet.

Please login to write comment.