Color Hex Logo

#a4807c Color Hex

#A4807C
(164,128,124)
0 Favorites   0 Comments

Color spaces of #a4807c

RGB 164128124
HSL0.020.180.56
HSV24°64°
CMYK 0.000.220.24   0.36
XYZ26.667124.786122.4475
Yxy24.78610.36090.3354
Hunter Lab49.78568.48668.1171
CIE-Lab56.866413.24817.4820

#a4807c color RGB value is (164,128,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000000 01111100
Octal 244 200 174
Decimal 164 128 124
Hex A4 80 7C

RGB Percentages of Color #a4807c

%39.42
%30.77
%29.81

CMYK Percentages of Color #a4807c

%0
%22
%24
%36

Triadic Colors of #a4807c

#a4807c #7ca480 #807ca4

Analogous Colors of #a4807c

#a4807c #a4947c #a47c8c

Monochromatic Colors of #a4807c

#a4807c

Complementary Color

#a4807c #7ca0a4

#a4807c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4807c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4807c Color CSS Codes

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

#a4807c Text Font Color

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

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


#a4807c Background Color

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

This div background color is #a4807c


#a4807c Border Color

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

This div border color is #a4807c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4807c


Comments

No comments written yet.

Please login to write comment.