Color Hex Logo

#a38193 Color Hex

#A38193
(163,129,147)
0 Favorites   0 Comments

Color spaces of #a38193

RGB 163129147
HSL0.910.160.57
HSV328°21°64°
CMYK 0.000.210.10   0.36
XYZ28.221025.593631.0564
Yxy25.59360.33250.3016
Hunter Lab50.590111.0411-0.9840
CIE-Lab57.649316.1119-4.6704

#a38193 color RGB value is (163,129,147).

#a38193 hex color red value is 163, green value is 129 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #a38193 hue: 0.91 , saturation: 0.16 and the lightness value of a38193 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000001 10010011
Octal 243 201 223
Decimal 163 129 147
Hex A3 81 93

RGB Percentages of Color #a38193

%37.13
%29.38
%33.49

CMYK Percentages of Color #a38193

%0
%21
%10
%36

Triadic Colors of #a38193

#a38193 #93a381 #8193a3

Analogous Colors of #a38193

#a38193 #a38182 #a281a3

Monochromatic Colors of #a38193

#a38193

Complementary Color

#a38193 #81a391

#a38193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38193 Color CSS Codes

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

#a38193 Text Font Color

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

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


#a38193 Background Color

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

This div background color is #a38193


#a38193 Border Color

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

This div border color is #a38193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38193


Comments

No comments written yet.

Please login to write comment.