Color Hex Logo

#a47893 Color Hex

#A47893
(164,120,147)
0 Favorites   0 Comments

Color spaces of #a47893

RGB 164120147
HSL0.900.190.56
HSV323°27°64°
CMYK 0.000.270.10   0.36
XYZ27.292823.432030.6881
Yxy23.43200.33520.2878
Hunter Lab48.406615.9310-3.7032
CIE-Lab55.514621.6154-7.8284

#a47893 color RGB value is (164,120,147).

#a47893 hex color red value is 164, green value is 120 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #a47893 hue: 0.90 , saturation: 0.19 and the lightness value of a47893 is 0.56.

The process color (four color CMYK) of #a47893 color hex is 0.00, 0.27, 0.10, 0.36. Web safe color of #a47893 is #996699. Color #a47893 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111000 10010011
Octal 244 170 223
Decimal 164 120 147
Hex A4 78 93

RGB Percentages of Color #a47893

%38.05
%27.84
%34.11

CMYK Percentages of Color #a47893

%0
%27
%10
%36

Triadic Colors of #a47893

#a47893 #93a478 #7893a4

Analogous Colors of #a47893

#a47893 #a4787d #9f78a4

Monochromatic Colors of #a47893

#a47893

Complementary Color

#a47893 #78a489

#a47893 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47893 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47893 Color CSS Codes

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

#a47893 Text Font Color

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

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


#a47893 Background Color

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

This div background color is #a47893


#a47893 Border Color

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

This div border color is #a47893


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47893


Comments

No comments written yet.

Please login to write comment.