Color Hex Logo

#a38492 Color Hex

#A38492
(163,132,146)
0 Favorites   0 Comments

Color spaces of #a38492

RGB 163132146
HSL0.920.140.58
HSV333°19°64°
CMYK 0.000.190.10   0.36
XYZ28.543826.364430.7785
Yxy26.36440.33310.3077
Hunter Lab51.34639.37360.4022
CIE-Lab58.381314.2235-3.0143

#a38492 color RGB value is (163,132,146).

#a38492 hex color red value is 163, green value is 132 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #a38492 hue: 0.92 , saturation: 0.14 and the lightness value of a38492 is 0.58.

The process color (four color CMYK) of #a38492 color hex is 0.00, 0.19, 0.10, 0.36. Web safe color of #a38492 is #999999. Color #a38492 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000100 10010010
Octal 243 204 222
Decimal 163 132 146
Hex A3 84 92

RGB Percentages of Color #a38492

%36.96
%29.93
%33.11

CMYK Percentages of Color #a38492

%0
%19
%10
%36

Triadic Colors of #a38492

#a38492 #92a384 #8492a3

Analogous Colors of #a38492

#a38492 #a38684 #a384a2

Monochromatic Colors of #a38492

#a38492

Complementary Color

#a38492 #84a395

#a38492 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38492 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38492 Color CSS Codes

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

#a38492 Text Font Color

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

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


#a38492 Background Color

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

This div background color is #a38492


#a38492 Border Color

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

This div border color is #a38492


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38492


Comments

No comments written yet.

Please login to write comment.