Color Hex Logo

#a4827c Color Hex

#A4827C
(164,130,124)
0 Favorites   0 Comments

Color spaces of #a4827c

RGB 164130124
HSL0.030.180.56
HSV24°64°
CMYK 0.000.210.24   0.36
XYZ26.930625.313022.5353
Yxy25.31300.36010.3385
Hunter Lab50.31207.49998.6618
CIE-Lab57.379112.11278.2122

#a4827c color RGB value is (164,130,124).

#a4827c hex color red value is 164, green value is 130 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #a4827c hue: 0.03 , saturation: 0.18 and the lightness value of a4827c is 0.56.

The process color (four color CMYK) of #a4827c color hex is 0.00, 0.21, 0.24, 0.36. Web safe color of #a4827c is #999966. Color #a4827c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000010 01111100
Octal 244 202 174
Decimal 164 130 124
Hex A4 82 7C

RGB Percentages of Color #a4827c

%39.23
%31.10
%29.67

CMYK Percentages of Color #a4827c

%0
%21
%24
%36

Triadic Colors of #a4827c

#a4827c #7ca482 #827ca4

Analogous Colors of #a4827c

#a4827c #a4967c #a47c8a

Monochromatic Colors of #a4827c

#a4827c

Complementary Color

#a4827c #7c9ea4

#a4827c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4827c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4827c Color CSS Codes

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

#a4827c Text Font Color

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

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


#a4827c Background Color

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

This div background color is #a4827c


#a4827c Border Color

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

This div border color is #a4827c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4827c


Comments

No comments written yet.

Please login to write comment.