Color Hex Logo

#a72d40 Color Hex

#A72D40
(167,45,64)
0 Favorites   0 Comments

Color spaces of #a72d40

RGB 1674564
HSL0.970.580.42
HSV351°73°65°
CMYK 0.000.730.62   0.35
XYZ17.800110.46245.9318
Yxy10.46240.52060.3060
Hunter Lab32.345641.625311.7689
CIE-Lab38.659850.462218.4232

#a72d40 color RGB value is (167,45,64).

#a72d40 hex color red value is 167, green value is 45 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #a72d40 hue: 0.97 , saturation: 0.58 and the lightness value of a72d40 is 0.42.

The process color (four color CMYK) of #a72d40 color hex is 0.00, 0.73, 0.62, 0.35. Web safe color of #a72d40 is #993333. Color #a72d40 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00101101 01000000
Octal 247 55 100
Decimal 167 45 64
Hex A7 2D 40

RGB Percentages of Color #a72d40

%60.51
%16.30
%23.19

CMYK Percentages of Color #a72d40

%0
%73
%62
%35

Triadic Colors of #a72d40

#a72d40 #40a72d #2d40a7

Analogous Colors of #a72d40

#a72d40 #a7572d #a72d7d

Monochromatic Colors of #a72d40

#a72d40

Complementary Color

#a72d40 #2da794

#a72d40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a72d40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a72d40 Color CSS Codes

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

#a72d40 Text Font Color

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

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


#a72d40 Background Color

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

This div background color is #a72d40


#a72d40 Border Color

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

This div border color is #a72d40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a72d40


Comments

No comments written yet.

Please login to write comment.