Color Hex Logo

#a47199 Color Hex

#A47199
(164,113,153)
0 Favorites   0 Comments

Color spaces of #a47199

RGB 164113153
HSL0.870.220.54
HSV313°31°64°
CMYK 0.000.310.07   0.36
XYZ26.964722.002732.9627
Yxy22.00270.32910.2686
Hunter Lab46.907020.5241-8.8296
CIE-Lab54.029926.6877-13.5511

#a47199 color RGB value is (164,113,153).

#a47199 hex color red value is 164, green value is 113 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #a47199 hue: 0.87 , saturation: 0.22 and the lightness value of a47199 is 0.54.

The process color (four color CMYK) of #a47199 color hex is 0.00, 0.31, 0.07, 0.36. Web safe color of #a47199 is #996699. Color #a47199 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110001 10011001
Octal 244 161 231
Decimal 164 113 153
Hex A4 71 99

RGB Percentages of Color #a47199

%38.14
%26.28
%35.58

CMYK Percentages of Color #a47199

%0
%31
%7
%36

Triadic Colors of #a47199

#a47199 #99a471 #7199a4

Analogous Colors of #a47199

#a47199 #a47180 #9671a4

Monochromatic Colors of #a47199

#a47199

Complementary Color

#a47199 #71a47c

#a47199 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47199 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47199 Color CSS Codes

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

#a47199 Text Font Color

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

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


#a47199 Background Color

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

This div background color is #a47199


#a47199 Border Color

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

This div border color is #a47199


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47199


Comments

No comments written yet.

Please login to write comment.