Color Hex Logo

#a4769e Color Hex

#A4769E
(164,118,158)
0 Favorites   0 Comments

Color spaces of #a4769e

RGB 164118158
HSL0.860.200.55
HSV308°28°64°
CMYK 0.000.280.04   0.36
XYZ27.959823.318035.3749
Yxy23.31800.32270.2691
Hunter Lab48.288718.8486-9.6320
CIE-Lab55.398424.7817-14.3906

#a4769e color RGB value is (164,118,158).

#a4769e hex color red value is 164, green value is 118 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #a4769e hue: 0.86 , saturation: 0.20 and the lightness value of a4769e is 0.55.

The process color (four color CMYK) of #a4769e color hex is 0.00, 0.28, 0.04, 0.36. Web safe color of #a4769e is #996699. Color #a4769e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110110 10011110
Octal 244 166 236
Decimal 164 118 158
Hex A4 76 9E

RGB Percentages of Color #a4769e

%37.27
%26.82
%35.91

CMYK Percentages of Color #a4769e

%0
%28
%4
%36

Triadic Colors of #a4769e

#a4769e #9ea476 #769ea4

Analogous Colors of #a4769e

#a4769e #a47687 #9376a4

Monochromatic Colors of #a4769e

#a4769e

Complementary Color

#a4769e #76a47c

#a4769e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4769e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4769e Color CSS Codes

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

#a4769e Text Font Color

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

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


#a4769e Background Color

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

This div background color is #a4769e


#a4769e Border Color

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

This div border color is #a4769e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4769e


Comments

No comments written yet.

Please login to write comment.