Color Hex Logo

#a4757f Color Hex

#A4757F
(164,117,127)
0 Favorites   0 Comments

Color spaces of #a4757f

RGB 164117127
HSL0.960.210.55
HSV347°29°64°
CMYK 0.000.290.23   0.36
XYZ25.501922.147423.0095
Yxy22.14740.36090.3134
Hunter Lab47.061014.37063.9541
CIE-Lab54.183119.97571.8777

#a4757f color RGB value is (164,117,127).

#a4757f hex color red value is 164, green value is 117 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #a4757f hue: 0.96 , saturation: 0.21 and the lightness value of a4757f is 0.55.

The process color (four color CMYK) of #a4757f color hex is 0.00, 0.29, 0.23, 0.36. Web safe color of #a4757f is #996666. Color #a4757f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110101 01111111
Octal 244 165 177
Decimal 164 117 127
Hex A4 75 7F

RGB Percentages of Color #a4757f

%40.20
%28.68
%31.13

CMYK Percentages of Color #a4757f

%0
%29
%23
%36

Triadic Colors of #a4757f

#a4757f #7fa475 #757fa4

Analogous Colors of #a4757f

#a4757f #a48375 #a47597

Monochromatic Colors of #a4757f

#a4757f

Complementary Color

#a4757f #75a49a

#a4757f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4757f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4757f Color CSS Codes

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

#a4757f Text Font Color

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

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


#a4757f Background Color

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

This div background color is #a4757f


#a4757f Border Color

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

This div border color is #a4757f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4757f


Comments

No comments written yet.

Please login to write comment.