Color Hex Logo

#a3829a Color Hex

#A3829A
(163,130,154)
0 Favorites   0 Comments

Color spaces of #a3829a

RGB 163130154
HSL0.880.150.57
HSV316°20°64°
CMYK 0.000.200.06   0.36
XYZ28.919626.084934.0825
Yxy26.08490.32460.2928
Hunter Lab51.073411.6948-3.8143
CIE-Lab58.117516.8235-8.0072

#a3829a color RGB value is (163,130,154).

#a3829a hex color red value is 163, green value is 130 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #a3829a hue: 0.88 , saturation: 0.15 and the lightness value of a3829a is 0.57.

The process color (four color CMYK) of #a3829a color hex is 0.00, 0.20, 0.06, 0.36. Web safe color of #a3829a is #999999. Color #a3829a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000010 10011010
Octal 243 202 232
Decimal 163 130 154
Hex A3 82 9A

RGB Percentages of Color #a3829a

%36.47
%29.08
%34.45

CMYK Percentages of Color #a3829a

%0
%20
%6
%36

Triadic Colors of #a3829a

#a3829a #9aa382 #829aa3

Analogous Colors of #a3829a

#a3829a #a3828a #9c82a3

Monochromatic Colors of #a3829a

#a3829a

Complementary Color

#a3829a #82a38b

#a3829a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3829a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3829a Color CSS Codes

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

#a3829a Text Font Color

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

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


#a3829a Background Color

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

This div background color is #a3829a


#a3829a Border Color

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

This div border color is #a3829a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3829a


Comments

No comments written yet.

Please login to write comment.