Color Hex Logo

#a4808f Color Hex

#A4808F
(164,128,143)
0 Favorites   0 Comments

Color spaces of #a4808f

RGB 164128143
HSL0.930.170.57
HSV335°22°64°
CMYK 0.000.220.13   0.36
XYZ27.986925.314029.3976
Yxy25.31400.33840.3061
Hunter Lab50.313011.24380.5763
CIE-Lab57.380116.3473-2.7475

#a4808f color RGB value is (164,128,143).

#a4808f hex color red value is 164, green value is 128 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #a4808f hue: 0.93 , saturation: 0.17 and the lightness value of a4808f is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000000 10001111
Octal 244 200 217
Decimal 164 128 143
Hex A4 80 8F

RGB Percentages of Color #a4808f

%37.70
%29.43
%32.87

CMYK Percentages of Color #a4808f

%0
%22
%13
%36

Triadic Colors of #a4808f

#a4808f #8fa480 #808fa4

Analogous Colors of #a4808f

#a4808f #a48380 #a480a1

Monochromatic Colors of #a4808f

#a4808f

Complementary Color

#a4808f #80a495

#a4808f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4808f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4808f Color CSS Codes

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

#a4808f Text Font Color

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

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


#a4808f Background Color

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

This div background color is #a4808f


#a4808f Border Color

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

This div border color is #a4808f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4808f


Comments

No comments written yet.

Please login to write comment.