Color Hex Logo

#a70149 Color Hex

#A70149
(167,1,73)
0 Favorites   0 Comments

Color spaces of #a70149

RGB 167173
HSL0.930.990.33
HSV334°99°65°
CMYK 0.000.990.56   0.35
XYZ17.14988.71827.0822
Yxy8.71820.52050.2646
Hunter Lab29.526652.00586.4474
CIE-Lab35.436060.83128.2500

#a70149 color RGB value is (167,1,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00000001 01001001
Octal 247 1 111
Decimal 167 1 73
Hex A7 1 49

RGB Percentages of Color #a70149

%69.29
%0.41
%30.29

CMYK Percentages of Color #a70149

%0
%99
%56
%35

Triadic Colors of #a70149

#a70149 #49a701 #0149a7

Analogous Colors of #a70149

#a70149 #a70c01 #a7019c

Monochromatic Colors of #a70149

#a70149

Complementary Color

#a70149 #01a75f

#a70149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a70149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a70149 Color CSS Codes

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

#a70149 Text Font Color

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

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


#a70149 Background Color

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

This div background color is #a70149


#a70149 Border Color

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

This div border color is #a70149


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,1,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 #a70149">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a70149


Comments

No comments written yet.

Please login to write comment.