Color Hex Logo

#a38693 Color Hex

#A38693
(163,134,147)
0 Favorites   0 Comments

Color spaces of #a38693

RGB 163134147
HSL0.930.140.58
HSV333°18°64°
CMYK 0.000.180.10   0.36
XYZ28.895826.943331.2814
Yxy26.94330.33170.3093
Hunter Lab51.90698.53110.6041
CIE-Lab58.921813.2646-2.7935

#a38693 color RGB value is (163,134,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000110 10010011
Octal 243 206 223
Decimal 163 134 147
Hex A3 86 93

RGB Percentages of Color #a38693

%36.71
%30.18
%33.11

CMYK Percentages of Color #a38693

%0
%18
%10
%36

Triadic Colors of #a38693

#a38693 #93a386 #8693a3

Analogous Colors of #a38693

#a38693 #a38886 #a386a2

Monochromatic Colors of #a38693

#a38693

Complementary Color

#a38693 #86a396

#a38693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38693 Color CSS Codes

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

#a38693 Text Font Color

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

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


#a38693 Background Color

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

This div background color is #a38693


#a38693 Border Color

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

This div border color is #a38693


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38693


Comments

No comments written yet.

Please login to write comment.