Color Hex Logo

#a70449 Color Hex

#A70449
(167,4,73)
0 Favorites   0 Comments

Color spaces of #a70449

RGB 167473
HSL0.930.950.34
HSV335°98°65°
CMYK 0.000.980.56   0.35
XYZ17.18248.78347.0931
Yxy8.78340.51980.2657
Hunter Lab29.636851.62386.5556
CIE-Lab35.563960.45888.4293

#a70449 color RGB value is (167,4,73).

#a70449 hex color red value is 167, green value is 4 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #a70449 hue: 0.93 , saturation: 0.95 and the lightness value of a70449 is 0.34.

The process color (four color CMYK) of #a70449 color hex is 0.00, 0.98, 0.56, 0.35. Web safe color of #a70449 is #990033. Color #a70449 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00000100 01001001
Octal 247 4 111
Decimal 167 4 73
Hex A7 4 49

RGB Percentages of Color #a70449

%68.44
%1.64
%29.92

CMYK Percentages of Color #a70449

%0
%98
%56
%35

Triadic Colors of #a70449

#a70449 #49a704 #0449a7

Analogous Colors of #a70449

#a70449 #a71004 #a7049b

Monochromatic Colors of #a70449

#a70449

Complementary Color

#a70449 #04a762

#a70449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a70449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a70449 Color CSS Codes

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

#a70449 Text Font Color

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

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


#a70449 Background Color

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

This div background color is #a70449


#a70449 Border Color

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

This div border color is #a70449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a70449


Comments

No comments written yet.

Please login to write comment.