Color Hex Logo

#a4879e Color Hex

#A4879E
(164,135,158)
0 Favorites   0 Comments

Color spaces of #a4879e

RGB 164135158
HSL0.870.140.59
HSV312°18°64°
CMYK 0.000.180.04   0.36
XYZ30.145427.689136.1034
Yxy27.68910.32090.2948
Hunter Lab52.620410.1740-3.8452
CIE-Lab59.606815.0901-8.0721

#a4879e color RGB value is (164,135,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000111 10011110
Octal 244 207 236
Decimal 164 135 158
Hex A4 87 9E

RGB Percentages of Color #a4879e

%35.89
%29.54
%34.57

CMYK Percentages of Color #a4879e

%0
%18
%4
%36

Triadic Colors of #a4879e

#a4879e #9ea487 #879ea4

Analogous Colors of #a4879e

#a4879e #a48790 #9c87a4

Monochromatic Colors of #a4879e

#a4879e

Complementary Color

#a4879e #87a48d

#a4879e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4879e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4879e Color CSS Codes

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

#a4879e Text Font Color

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

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


#a4879e Background Color

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

This div background color is #a4879e


#a4879e Border Color

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

This div border color is #a4879e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4879e


Comments

No comments written yet.

Please login to write comment.