Color Hex Logo

#a43849 Color Hex

#A43849
(164,56,73)
0 Favorites   0 Comments

Color spaces of #a43849

RGB 1645673
HSL0.970.490.43
HSV351°66°64°
CMYK 0.000.660.55   0.36
XYZ17.926611.20197.5207
Yxy11.20190.48910.3057
Hunter Lab33.469237.036010.1057
CIE-Lab39.918545.713214.3515

#a43849 color RGB value is (164,56,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00111000 01001001
Octal 244 70 111
Decimal 164 56 73
Hex A4 38 49

RGB Percentages of Color #a43849

%55.97
%19.11
%24.91

CMYK Percentages of Color #a43849

%0
%66
%55
%36

Triadic Colors of #a43849

#a43849 #49a438 #3849a4

Analogous Colors of #a43849

#a43849 #a45d38 #a4387f

Monochromatic Colors of #a43849

#a43849

Complementary Color

#a43849 #38a493

#a43849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a43849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a43849 Color CSS Codes

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

#a43849 Text Font Color

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

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


#a43849 Background Color

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

This div background color is #a43849


#a43849 Border Color

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

This div border color is #a43849


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a43849


Comments

No comments written yet.

Please login to write comment.