Color Hex Logo

#a72442 Color Hex

#A72442
(167,36,66)
0 Favorites   0 Comments

Color spaces of #a72442

RGB 1673666
HSL0.960.650.40
HSV346°78°65°
CMYK 0.000.780.60   0.35
XYZ17.55069.87066.1345
Yxy9.87060.52300.2942
Hunter Lab31.417544.733910.4154
CIE-Lab37.609253.648115.7577

#a72442 color RGB value is (167,36,66).

#a72442 hex color red value is 167, green value is 36 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #a72442 hue: 0.96 , saturation: 0.65 and the lightness value of a72442 is 0.40.

The process color (four color CMYK) of #a72442 color hex is 0.00, 0.78, 0.60, 0.35. Web safe color of #a72442 is #993333. Color #a72442 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00100100 01000010
Octal 247 44 102
Decimal 167 36 66
Hex A7 24 42

RGB Percentages of Color #a72442

%62.08
%13.38
%24.54

CMYK Percentages of Color #a72442

%0
%78
%60
%35

Triadic Colors of #a72442

#a72442 #42a724 #2442a7

Analogous Colors of #a72442

#a72442 #a74824 #a72484

Monochromatic Colors of #a72442

#a72442

Complementary Color

#a72442 #24a789

#a72442 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a72442 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a72442 Color CSS Codes

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

#a72442 Text Font Color

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

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


#a72442 Background Color

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

This div background color is #a72442


#a72442 Border Color

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

This div border color is #a72442


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(167,36,66, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a72442; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a72442;
  -webkit-box-shadow: 1px 1px 3px 2px #a72442;
  box-shadow:         1px 1px 3px 2px #a72442; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,36,66, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a72442


Comments

No comments written yet.

Please login to write comment.