Color Hex Logo

#a4717f Color Hex

#A4717F
(164,113,127)
0 Favorites   0 Comments

Color spaces of #a4717f

RGB 164113127
HSL0.950.220.54
HSV344°31°64°
CMYK 0.000.310.23   0.36
XYZ25.045721.235122.8574
Yxy21.23510.36230.3071
Hunter Lab46.081616.37352.8480
CIE-Lab53.205822.25320.4559

#a4717f color RGB value is (164,113,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110001 01111111
Octal 244 161 177
Decimal 164 113 127
Hex A4 71 7F

RGB Percentages of Color #a4717f

%40.59
%27.97
%31.44

CMYK Percentages of Color #a4717f

%0
%31
%23
%36

Triadic Colors of #a4717f

#a4717f #7fa471 #717fa4

Analogous Colors of #a4717f

#a4717f #a47d71 #a47199

Monochromatic Colors of #a4717f

#a4717f

Complementary Color

#a4717f #71a496

#a4717f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4717f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4717f Color CSS Codes

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

#a4717f Text Font Color

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

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


#a4717f Background Color

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

This div background color is #a4717f


#a4717f Border Color

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

This div border color is #a4717f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4717f


Comments

No comments written yet.

Please login to write comment.