Color Hex Logo

#a3818c Color Hex

#A3818C
(163,129,140)
0 Favorites   0 Comments

Color spaces of #a3818c

RGB 163129140
HSL0.950.160.57
HSV341°21°64°
CMYK 0.000.210.14   0.36
XYZ27.688125.380528.2505
Yxy25.38050.34050.3121
Hunter Lab50.37919.93942.0180
CIE-Lab57.444314.8825-0.9331

#a3818c color RGB value is (163,129,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000001 10001100
Octal 243 201 214
Decimal 163 129 140
Hex A3 81 8C

RGB Percentages of Color #a3818c

%37.73
%29.86
%32.41

CMYK Percentages of Color #a3818c

%0
%21
%14
%36

Triadic Colors of #a3818c

#a3818c #8ca381 #818ca3

Analogous Colors of #a3818c

#a3818c #a38781 #a3819d

Monochromatic Colors of #a3818c

#a3818c

Complementary Color

#a3818c #81a398

#a3818c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3818c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3818c Color CSS Codes

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

#a3818c Text Font Color

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

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


#a3818c Background Color

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

This div background color is #a3818c


#a3818c Border Color

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

This div border color is #a3818c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3818c


Comments

No comments written yet.

Please login to write comment.