Color Hex Logo

#a44c7e Color Hex

#A44C7E
(164,76,126)
0 Favorites   0 Comments

Color spaces of #a44c7e

RGB 16476126
HSL0.910.370.47
HSV326°54°64°
CMYK 0.000.540.23   0.36
XYZ21.660214.567821.4089
Yxy14.56780.37580.2528
Hunter Lab38.167834.5050-6.5392
CIE-Lab45.036542.3181-11.0634

#a44c7e color RGB value is (164,76,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01001100 01111110
Octal 244 114 176
Decimal 164 76 126
Hex A4 4C 7E

RGB Percentages of Color #a44c7e

%44.81
%20.77
%34.43

CMYK Percentages of Color #a44c7e

%0
%54
%23
%36

Triadic Colors of #a44c7e

#a44c7e #7ea44c #4c7ea4

Analogous Colors of #a44c7e

#a44c7e #a44c52 #9e4ca4

Monochromatic Colors of #a44c7e

#a44c7e

Complementary Color

#a44c7e #4ca472

#a44c7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a44c7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a44c7e Color CSS Codes

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

#a44c7e Text Font Color

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

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


#a44c7e Background Color

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

This div background color is #a44c7e


#a44c7e Border Color

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

This div border color is #a44c7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a44c7e


Comments

No comments written yet.

Please login to write comment.