Color Hex Logo

#a42246 Color Hex

#A42246
(164,34,70)
0 Favorites   0 Comments

Color spaces of #a42246

RGB 1643470
HSL0.950.660.39
HSV343°79°64°
CMYK 0.000.790.57   0.36
XYZ16.98749.47886.7286
Yxy9.47880.51170.2856
Hunter Lab30.787744.61088.5936
CIE-Lab36.890353.668112.1189

#a42246 color RGB value is (164,34,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00100010 01000110
Octal 244 42 106
Decimal 164 34 70
Hex A4 22 46

RGB Percentages of Color #a42246

%61.19
%12.69
%26.12

CMYK Percentages of Color #a42246

%0
%79
%57
%36

Triadic Colors of #a42246

#a42246 #46a422 #2246a4

Analogous Colors of #a42246

#a42246 #a43f22 #a42287

Monochromatic Colors of #a42246

#a42246

Complementary Color

#a42246 #22a480

#a42246 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a42246 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a42246 Color CSS Codes

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

#a42246 Text Font Color

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

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


#a42246 Background Color

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

This div background color is #a42246


#a42246 Border Color

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

This div border color is #a42246


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a42246


Comments

No comments written yet.

Please login to write comment.