Color Hex Logo

#a4868f Color Hex

#A4868F
(164,134,143)
0 Favorites   0 Comments

Color spaces of #a4868f

RGB 164134143
HSL0.950.140.58
HSV342°18°64°
CMYK 0.000.180.13   0.36
XYZ28.792926.925929.6663
Yxy26.92590.33720.3153
Hunter Lab51.89028.23862.4262
CIE-Lab58.905712.9346-0.5098

#a4868f color RGB value is (164,134,143).

#a4868f hex color red value is 164, green value is 134 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #a4868f hue: 0.95 , saturation: 0.14 and the lightness value of a4868f is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000110 10001111
Octal 244 206 217
Decimal 164 134 143
Hex A4 86 8F

RGB Percentages of Color #a4868f

%37.19
%30.39
%32.43

CMYK Percentages of Color #a4868f

%0
%18
%13
%36

Triadic Colors of #a4868f

#a4868f #8fa486 #868fa4

Analogous Colors of #a4868f

#a4868f #a48c86 #a4869e

Monochromatic Colors of #a4868f

#a4868f

Complementary Color

#a4868f #86a49b

#a4868f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4868f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4868f Color CSS Codes

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

#a4868f Text Font Color

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

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


#a4868f Background Color

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

This div background color is #a4868f


#a4868f Border Color

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

This div border color is #a4868f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4868f


Comments

No comments written yet.

Please login to write comment.