Color Hex Logo

#a47293 Color Hex

#A47293
(164,114,147)
0 Favorites   0 Comments

Color spaces of #a47293

RGB 164114147
HSL0.890.220.55
HSV320°30°64°
CMYK 0.000.300.10   0.36
XYZ26.593622.033730.4551
Yxy22.03370.33630.2786
Hunter Lab46.940118.9829-5.6098
CIE-Lab54.062725.0319-9.9988

#a47293 color RGB value is (164,114,147).

#a47293 hex color red value is 164, green value is 114 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #a47293 hue: 0.89 , saturation: 0.22 and the lightness value of a47293 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110010 10010011
Octal 244 162 223
Decimal 164 114 147
Hex A4 72 93

RGB Percentages of Color #a47293

%38.59
%26.82
%34.59

CMYK Percentages of Color #a47293

%0
%30
%10
%36

Triadic Colors of #a47293

#a47293 #93a472 #7293a4

Analogous Colors of #a47293

#a47293 #a4727a #9c72a4

Monochromatic Colors of #a47293

#a47293

Complementary Color

#a47293 #72a483

#a47293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47293 Color CSS Codes

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

#a47293 Text Font Color

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

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


#a47293 Background Color

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

This div background color is #a47293


#a47293 Border Color

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

This div border color is #a47293


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47293


Comments

No comments written yet.

Please login to write comment.