Color Hex Logo

#a44c71 Color Hex

#A44C71
(164,76,113)
0 Favorites   0 Comments

Color spaces of #a44c71

RGB 16476113
HSL0.930.370.47
HSV335°54°64°
CMYK 0.000.540.31   0.36
XYZ20.874914.253717.2738
Yxy14.25370.39840.2720
Hunter Lab37.754132.6262-0.6994
CIE-Lab44.594640.4863-3.7960

#a44c71 color RGB value is (164,76,113).

#a44c71 hex color red value is 164, green value is 76 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #a44c71 hue: 0.93 , saturation: 0.37 and the lightness value of a44c71 is 0.47.

The process color (four color CMYK) of #a44c71 color hex is 0.00, 0.54, 0.31, 0.36. Web safe color of #a44c71 is #993366. Color #a44c71 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01001100 01110001
Octal 244 114 161
Decimal 164 76 113
Hex A4 4C 71

RGB Percentages of Color #a44c71

%46.46
%21.53
%32.01

CMYK Percentages of Color #a44c71

%0
%54
%31
%36

Triadic Colors of #a44c71

#a44c71 #71a44c #4c71a4

Analogous Colors of #a44c71

#a44c71 #a4534c #a44c9d

Monochromatic Colors of #a44c71

#a44c71

Complementary Color

#a44c71 #4ca47f

#a44c71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a44c71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a44c71 Color CSS Codes

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

#a44c71 Text Font Color

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

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


#a44c71 Background Color

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

This div background color is #a44c71


#a44c71 Border Color

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

This div border color is #a44c71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a44c71


Comments

No comments written yet.

Please login to write comment.