Color Hex Logo

#a4688c Color Hex

#A4688C
(164,104,140)
0 Favorites   0 Comments

Color spaces of #a4688c

RGB 164104140
HSL0.900.250.53
HSV324°37°64°
CMYK 0.000.370.15   0.36
XYZ24.993819.686627.2935
Yxy19.68660.34730.2735
Hunter Lab44.369622.9039-5.4129
CIE-Lab51.481029.4663-9.7577

#a4688c color RGB value is (164,104,140).

#a4688c hex color red value is 164, green value is 104 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #a4688c hue: 0.90 , saturation: 0.25 and the lightness value of a4688c is 0.53.

The process color (four color CMYK) of #a4688c color hex is 0.00, 0.37, 0.15, 0.36. Web safe color of #a4688c is #996699. Color #a4688c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01101000 10001100
Octal 244 150 214
Decimal 164 104 140
Hex A4 68 8C

RGB Percentages of Color #a4688c

%40.20
%25.49
%34.31

CMYK Percentages of Color #a4688c

%0
%37
%15
%36

Triadic Colors of #a4688c

#a4688c #8ca468 #688ca4

Analogous Colors of #a4688c

#a4688c #a4686e #9e68a4

Monochromatic Colors of #a4688c

#a4688c

Complementary Color

#a4688c #68a480

#a4688c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4688c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4688c Color CSS Codes

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

#a4688c Text Font Color

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

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


#a4688c Background Color

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

This div background color is #a4688c


#a4688c Border Color

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

This div border color is #a4688c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4688c


Comments

No comments written yet.

Please login to write comment.