Color Hex Logo

#a4708e Color Hex

#A4708E
(164,112,142)
0 Favorites   0 Comments

Color spaces of #a4708e

RGB 164112142
HSL0.900.220.54
HSV325°32°64°
CMYK 0.000.320.13   0.36
XYZ25.986521.433828.3587
Yxy21.43380.34290.2828
Hunter Lab46.296719.1736-3.9100
CIE-Lab53.421025.2902-8.0324

#a4708e color RGB value is (164,112,142).

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

The process color (four color CMYK) of #a4708e color hex is 0.00, 0.32, 0.13, 0.36. Web safe color of #a4708e is #996699. Color #a4708e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110000 10001110
Octal 244 160 216
Decimal 164 112 142
Hex A4 70 8E

RGB Percentages of Color #a4708e

%39.23
%26.79
%33.97

CMYK Percentages of Color #a4708e

%0
%32
%13
%36

Triadic Colors of #a4708e

#a4708e #8ea470 #708ea4

Analogous Colors of #a4708e

#a4708e #a47074 #a070a4

Monochromatic Colors of #a4708e

#a4708e

Complementary Color

#a4708e #70a486

#a4708e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4708e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4708e Color CSS Codes

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

#a4708e Text Font Color

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

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


#a4708e Background Color

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

This div background color is #a4708e


#a4708e Border Color

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

This div border color is #a4708e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4708e

#a4708e Color Palettes


Comments

No comments written yet.

Please login to write comment.