Color Hex Logo

#a47099 Color Hex

#A47099
(164,112,153)
0 Favorites   0 Comments

Color spaces of #a47099

RGB 164112153
HSL0.870.220.54
HSV313°32°64°
CMYK 0.000.320.07   0.36
XYZ26.853821.780832.9258
Yxy21.78080.32930.2671
Hunter Lab46.669921.0363-9.1604
CIE-Lab53.793727.2549-13.9082

#a47099 color RGB value is (164,112,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110000 10011001
Octal 244 160 231
Decimal 164 112 153
Hex A4 70 99

RGB Percentages of Color #a47099

%38.23
%26.11
%35.66

CMYK Percentages of Color #a47099

%0
%32
%7
%36

Triadic Colors of #a47099

#a47099 #99a470 #7099a4

Analogous Colors of #a47099

#a47099 #a4707f #9570a4

Monochromatic Colors of #a47099

#a47099

Complementary Color

#a47099 #70a47b

#a47099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47099 Color CSS Codes

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

#a47099 Text Font Color

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

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


#a47099 Background Color

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

This div background color is #a47099


#a47099 Border Color

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

This div border color is #a47099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47099


Comments

No comments written yet.

Please login to write comment.