Color Hex Logo

#a4717e Color Hex

#A4717E
(164,113,126)
0 Favorites   0 Comments

Color spaces of #a4717e

RGB 164113126
HSL0.960.220.54
HSV345°31°64°
CMYK 0.000.310.23   0.36
XYZ24.980921.209122.5158
Yxy21.20910.36360.3087
Hunter Lab46.053316.23113.2500
CIE-Lab53.177622.09831.0023

#a4717e color RGB value is (164,113,126).

#a4717e hex color red value is 164, green value is 113 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #a4717e hue: 0.96 , saturation: 0.22 and the lightness value of a4717e is 0.54.

The process color (four color CMYK) of #a4717e color hex is 0.00, 0.31, 0.23, 0.36. Web safe color of #a4717e is #996666. Color #a4717e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110001 01111110
Octal 244 161 176
Decimal 164 113 126
Hex A4 71 7E

RGB Percentages of Color #a4717e

%40.69
%28.04
%31.27

CMYK Percentages of Color #a4717e

%0
%31
%23
%36

Triadic Colors of #a4717e

#a4717e #7ea471 #717ea4

Analogous Colors of #a4717e

#a4717e #a47e71 #a47198

Monochromatic Colors of #a4717e

#a4717e

Complementary Color

#a4717e #71a497

#a4717e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4717e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4717e Color CSS Codes

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

#a4717e Text Font Color

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

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


#a4717e Background Color

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

This div background color is #a4717e


#a4717e Border Color

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

This div border color is #a4717e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4717e


Comments

No comments written yet.

Please login to write comment.