Color Hex Logo

#a46884 Color Hex

#A46884
(164,104,132)
0 Favorites   0 Comments

Color spaces of #a46884

RGB 164104132
HSL0.920.250.53
HSV332°37°64°
CMYK 0.000.370.20   0.36
XYZ24.425019.459124.2984
Yxy19.45910.35820.2854
Hunter Lab44.112521.6383-1.7799
CIE-Lab51.220128.1424-5.4150

#a46884 color RGB value is (164,104,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01101000 10000100
Octal 244 150 204
Decimal 164 104 132
Hex A4 68 84

RGB Percentages of Color #a46884

%41.00
%26.00
%33.00

CMYK Percentages of Color #a46884

%0
%37
%20
%36

Triadic Colors of #a46884

#a46884 #84a468 #6884a4

Analogous Colors of #a46884

#a46884 #a46a68 #a468a2

Monochromatic Colors of #a46884

#a46884

Complementary Color

#a46884 #68a488

#a46884 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a46884 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a46884 Color CSS Codes

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

#a46884 Text Font Color

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

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


#a46884 Background Color

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

This div background color is #a46884


#a46884 Border Color

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

This div border color is #a46884


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a46884


Comments

No comments written yet.

Please login to write comment.