Color Hex Logo

#a37192 Color Hex

#A37192
(163,113,146)
0 Favorites   0 Comments

Color spaces of #a37192

RGB 163113146
HSL0.890.210.54
HSV320°31°64°
CMYK 0.000.310.10   0.36
XYZ26.197721.672129.9965
Yxy21.67210.33640.2783
Hunter Lab46.553318.9819-5.6160
CIE-Lab53.677425.0621-10.0034

#a37192 color RGB value is (163,113,146).

#a37192 hex color red value is 163, green value is 113 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #a37192 hue: 0.89 , saturation: 0.21 and the lightness value of a37192 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01110001 10010010
Octal 243 161 222
Decimal 163 113 146
Hex A3 71 92

RGB Percentages of Color #a37192

%38.63
%26.78
%34.60

CMYK Percentages of Color #a37192

%0
%31
%10
%36

Triadic Colors of #a37192

#a37192 #92a371 #7192a3

Analogous Colors of #a37192

#a37192 #a37179 #9b71a3

Monochromatic Colors of #a37192

#a37192

Complementary Color

#a37192 #71a382

#a37192 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a37192 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a37192 Color CSS Codes

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

#a37192 Text Font Color

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

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


#a37192 Background Color

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

This div background color is #a37192


#a37192 Border Color

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

This div border color is #a37192


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a37192


Comments

No comments written yet.

Please login to write comment.