Color Hex Logo

#a41970 Color Hex

#A41970
(164,25,112)
0 Favorites   0 Comments

Color spaces of #a41970

RGB 16425112
HSL0.900.740.37
HSV322°85°64°
CMYK 0.000.850.32   0.36
XYZ18.58219.757616.2333
Yxy9.75760.41690.2189
Hunter Lab31.237251.5196-8.9458
CIE-Lab37.403860.0054-13.9748

#a41970 color RGB value is (164,25,112).

#a41970 hex color red value is 164, green value is 25 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #a41970 hue: 0.90 , saturation: 0.74 and the lightness value of a41970 is 0.37.

The process color (four color CMYK) of #a41970 color hex is 0.00, 0.85, 0.32, 0.36. Web safe color of #a41970 is #990066. Color #a41970 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00011001 01110000
Octal 244 31 160
Decimal 164 25 112
Hex A4 19 70

RGB Percentages of Color #a41970

%54.49
%8.31
%37.21

CMYK Percentages of Color #a41970

%0
%85
%32
%36

Triadic Colors of #a41970

#a41970 #70a419 #1970a4

Analogous Colors of #a41970

#a41970 #a4192b #9319a4

Monochromatic Colors of #a41970

#a41970

Complementary Color

#a41970 #19a44d

#a41970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a41970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a41970 Color CSS Codes

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

#a41970 Text Font Color

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

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


#a41970 Background Color

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

This div background color is #a41970


#a41970 Border Color

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

This div border color is #a41970


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,25,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a41970; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a41970;
  -webkit-box-shadow: 1px 1px 3px 2px #a41970;
  box-shadow:         1px 1px 3px 2px #a41970; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a41970


Comments

No comments written yet.

Please login to write comment.