Color Hex Logo

#a42039 Color Hex

#A42039
(164,32,57)
1 Favorites   1 Comments

Color spaces of #a42039

RGB 1643257
HSL0.970.670.38
HSV349°80°64°
CMYK 0.000.800.65   0.36
XYZ16.56499.22094.7776
Yxy9.22090.54200.3017
Hunter Lab30.365944.233011.9278
CIE-Lab36.406253.400119.8137

#a42039 color RGB value is (164,32,57).

#a42039 hex color red value is 164, green value is 32 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #a42039 hue: 0.97 , saturation: 0.67 and the lightness value of a42039 is 0.38.

The process color (four color CMYK) of #a42039 color hex is 0.00, 0.80, 0.65, 0.36. Web safe color of #a42039 is #993333. Color #a42039 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00100000 00111001
Octal 244 40 71
Decimal 164 32 57
Hex A4 20 39

RGB Percentages of Color #a42039

%64.82
%12.65
%22.53

CMYK Percentages of Color #a42039

%0
%80
%65
%36

Triadic Colors of #a42039

#a42039 #39a420 #2039a4

Analogous Colors of #a42039

#a42039 #a44920 #a4207b

Monochromatic Colors of #a42039

#a42039

Complementary Color

#a42039 #20a48b

#a42039 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a42039 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a42039 Color CSS Codes

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

#a42039 Text Font Color

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

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


#a42039 Background Color

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

This div background color is #a42039


#a42039 Border Color

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

This div border color is #a42039


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a42039

#a42039 Color Palettes


Comments

16 Oct 2019, 1:35 Geoflame

This is my favorite color, It shines, but not too much, it is red, with a bit of purple, and it is amazing

Please login to write comment.