Color Hex Logo

#a4727d Color Hex

#A4727D
(164,114,125)
0 Favorites   0 Comments

Color spaces of #a4727d

RGB 164114125
HSL0.960.220.55
HSV347°30°64°
CMYK 0.000.300.24   0.36
XYZ25.028821.407822.2150
Yxy21.40780.36460.3118
Hunter Lab46.268615.58893.9210
CIE-Lab53.392921.37461.9026

#a4727d color RGB value is (164,114,125).

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

The process color (four color CMYK) of #a4727d color hex is 0.00, 0.30, 0.24, 0.36. Web safe color of #a4727d is #996666. Color #a4727d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110010 01111101
Octal 244 162 175
Decimal 164 114 125
Hex A4 72 7D

RGB Percentages of Color #a4727d

%40.69
%28.29
%31.02

CMYK Percentages of Color #a4727d

%0
%30
%24
%36

Triadic Colors of #a4727d

#a4727d #7da472 #727da4

Analogous Colors of #a4727d

#a4727d #a48072 #a47296

Monochromatic Colors of #a4727d

#a4727d

Complementary Color

#a4727d #72a499

#a4727d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4727d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4727d Color CSS Codes

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

#a4727d Text Font Color

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

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


#a4727d Background Color

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

This div background color is #a4727d


#a4727d Border Color

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

This div border color is #a4727d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4727d


Comments

No comments written yet.

Please login to write comment.