Color Hex Logo

#a73232 Color Hex

#A73232
(167,50,50)
0 Favorites   0 Comments

Color spaces of #a73232

RGB 1675050
HSL0.000.540.43
HSV70°65°
CMYK 0.000.700.70   0.35
XYZ17.652710.72704.1577
Yxy10.72700.54250.3297
Hunter Lab32.752138.891615.3999
CIE-Lab39.116847.700727.6805

#a73232 color RGB value is (167,50,50).

#a73232 hex color red value is 167, green value is 50 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #a73232 hue: 0.00 , saturation: 0.54 and the lightness value of a73232 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00110010 00110010
Octal 247 62 62
Decimal 167 50 50
Hex A7 32 32

RGB Percentages of Color #a73232

%62.55
%18.73
%18.73

CMYK Percentages of Color #a73232

%0
%70
%70
%35

Triadic Colors of #a73232

#a73232 #32a732 #3232a7

Analogous Colors of #a73232

#a73232 #a76d32 #a7326d

Monochromatic Colors of #a73232

#a73232

Complementary Color

#a73232 #32a7a7

#a73232 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a73232 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a73232 Color CSS Codes

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

#a73232 Text Font Color

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

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


#a73232 Background Color

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

This div background color is #a73232


#a73232 Border Color

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

This div border color is #a73232


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a73232


Comments

No comments written yet.

Please login to write comment.