Color Hex Logo

#a4889e Color Hex

#A4889E
(164,136,158)
0 Favorites   0 Comments

Color spaces of #a4889e

RGB 164136158
HSL0.870.130.59
HSV313°17°64°
CMYK 0.000.170.04   0.36
XYZ30.285627.969536.1502
Yxy27.96950.32080.2963
Hunter Lab52.88629.6683-3.5072
CIE-Lab59.861214.5215-7.6933

#a4889e color RGB value is (164,136,158).

#a4889e hex color red value is 164, green value is 136 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #a4889e hue: 0.87 , saturation: 0.13 and the lightness value of a4889e is 0.59.

The process color (four color CMYK) of #a4889e color hex is 0.00, 0.17, 0.04, 0.36. Web safe color of #a4889e is #999999. Color #a4889e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10001000 10011110
Octal 244 210 236
Decimal 164 136 158
Hex A4 88 9E

RGB Percentages of Color #a4889e

%35.81
%29.69
%34.50

CMYK Percentages of Color #a4889e

%0
%17
%4
%36

Triadic Colors of #a4889e

#a4889e #9ea488 #889ea4

Analogous Colors of #a4889e

#a4889e #a48890 #9c88a4

Monochromatic Colors of #a4889e

#a4889e

Complementary Color

#a4889e #88a48e

#a4889e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4889e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4889e Color CSS Codes

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

#a4889e Text Font Color

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

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


#a4889e Background Color

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

This div background color is #a4889e


#a4889e Border Color

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

This div border color is #a4889e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4889e


Comments

No comments written yet.

Please login to write comment.