Color Hex Logo

#a42239 Color Hex

#A42239
(164,34,57)
0 Favorites   0 Comments

Color spaces of #a42239

RGB 1643457
HSL0.970.660.39
HSV349°79°64°
CMYK 0.000.790.65   0.36
XYZ16.62049.33204.7962
Yxy9.33200.54050.3035
Hunter Lab30.548343.656812.0751
CIE-Lab36.615852.808120.0837

#a42239 color RGB value is (164,34,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00100010 00111001
Octal 244 42 71
Decimal 164 34 57
Hex A4 22 39

RGB Percentages of Color #a42239

%64.31
%13.33
%22.35

CMYK Percentages of Color #a42239

%0
%79
%65
%36

Triadic Colors of #a42239

#a42239 #39a422 #2239a4

Analogous Colors of #a42239

#a42239 #a44c22 #a4227a

Monochromatic Colors of #a42239

#a42239

Complementary Color

#a42239 #22a48d

#a42239 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a42239 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a42239 Color CSS Codes

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

#a42239 Text Font Color

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

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


#a42239 Background Color

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

This div background color is #a42239


#a42239 Border Color

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

This div border color is #a42239


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a42239


Comments

No comments written yet.

Please login to write comment.