Color Hex Logo

#a4718d Color Hex

#A4718D
(164,113,141)
0 Favorites   0 Comments

Color spaces of #a4718d

RGB 164113141
HSL0.910.220.54
HSV327°31°64°
CMYK 0.000.310.14   0.36
XYZ26.022721.625928.0020
Yxy21.62590.34400.2859
Hunter Lab46.503718.5043-3.1487
CIE-Lab53.627824.5495-7.1382

#a4718d color RGB value is (164,113,141).

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

The process color (four color CMYK) of #a4718d color hex is 0.00, 0.31, 0.14, 0.36. Web safe color of #a4718d is #996699. Color #a4718d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110001 10001101
Octal 244 161 215
Decimal 164 113 141
Hex A4 71 8D

RGB Percentages of Color #a4718d

%39.23
%27.03
%33.73

CMYK Percentages of Color #a4718d

%0
%31
%14
%36

Triadic Colors of #a4718d

#a4718d #8da471 #718da4

Analogous Colors of #a4718d

#a4718d #a47174 #a271a4

Monochromatic Colors of #a4718d

#a4718d

Complementary Color

#a4718d #71a488

#a4718d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4718d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4718d Color CSS Codes

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

#a4718d Text Font Color

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

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


#a4718d Background Color

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

This div background color is #a4718d


#a4718d Border Color

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

This div border color is #a4718d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4718d


Comments

No comments written yet.

Please login to write comment.