Color Hex Logo

#a4767d Color Hex

#A4767D
(164,118,125)
0 Favorites   0 Comments

Color spaces of #a4767d

RGB 164118125
HSL0.970.200.55
HSV351°28°64°
CMYK 0.000.280.24   0.36
XYZ25.489922.330022.3687
Yxy22.33000.36320.3181
Hunter Lab47.254613.59015.0124
CIE-Lab54.375419.09603.3256

#a4767d color RGB value is (164,118,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110110 01111101
Octal 244 166 175
Decimal 164 118 125
Hex A4 76 7D

RGB Percentages of Color #a4767d

%40.29
%28.99
%30.71

CMYK Percentages of Color #a4767d

%0
%28
%24
%36

Triadic Colors of #a4767d

#a4767d #7da476 #767da4

Analogous Colors of #a4767d

#a4767d #a48676 #a47694

Monochromatic Colors of #a4767d

#a4767d

Complementary Color

#a4767d #76a49d

#a4767d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4767d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4767d Color CSS Codes

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

#a4767d Text Font Color

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

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


#a4767d Background Color

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

This div background color is #a4767d


#a4767d Border Color

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

This div border color is #a4767d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4767d


Comments

No comments written yet.

Please login to write comment.