Color Hex Logo

#a43032 Color Hex

#A43032
(164,48,50)
0 Favorites   0 Comments

Color spaces of #a43032

RGB 1644850
HSL1.000.550.42
HSV359°71°64°
CMYK 0.000.710.70   0.36
XYZ16.942510.23674.1005
Yxy10.23670.54160.3273
Hunter Lab31.994838.531614.7977
CIE-Lab38.263947.498726.5203

#a43032 color RGB value is (164,48,50).

#a43032 hex color red value is 164, green value is 48 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #a43032 hue: 1.00 , saturation: 0.55 and the lightness value of a43032 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00110000 00110010
Octal 244 60 62
Decimal 164 48 50
Hex A4 30 32

RGB Percentages of Color #a43032

%62.60
%18.32
%19.08

CMYK Percentages of Color #a43032

%0
%71
%70
%36

Triadic Colors of #a43032

#a43032 #32a430 #3032a4

Analogous Colors of #a43032

#a43032 #a46830 #a4306c

Monochromatic Colors of #a43032

#a43032

Complementary Color

#a43032 #30a4a2

#a43032 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a43032 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a43032 Color CSS Codes

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

#a43032 Text Font Color

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

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


#a43032 Background Color

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

This div background color is #a43032


#a43032 Border Color

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

This div border color is #a43032


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,48,50, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a43032


Comments

No comments written yet.

Please login to write comment.