Color Hex Logo

#a73448 Color Hex

#A73448
(167,52,72)
0 Favorites   0 Comments

Color spaces of #a73448

RGB 1675272
HSL0.970.530.43
HSV350°69°65°
CMYK 0.000.690.57   0.35
XYZ18.334011.13947.3147
Yxy11.13940.49840.3028
Hunter Lab33.375739.646310.3689
CIE-Lab39.814348.318214.9281

#a73448 color RGB value is (167,52,72).

#a73448 hex color red value is 167, green value is 52 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #a73448 hue: 0.97 , saturation: 0.53 and the lightness value of a73448 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00110100 01001000
Octal 247 64 110
Decimal 167 52 72
Hex A7 34 48

RGB Percentages of Color #a73448

%57.39
%17.87
%24.74

CMYK Percentages of Color #a73448

%0
%69
%57
%35

Triadic Colors of #a73448

#a73448 #48a734 #3448a7

Analogous Colors of #a73448

#a73448 #a75934 #a73482

Monochromatic Colors of #a73448

#a73448

Complementary Color

#a73448 #34a793

#a73448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a73448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a73448 Color CSS Codes

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

#a73448 Text Font Color

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

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


#a73448 Background Color

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

This div background color is #a73448


#a73448 Border Color

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

This div border color is #a73448


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a73448


Comments

No comments written yet.

Please login to write comment.