Color Hex Logo

#a1829e Color Hex

#A1829E
(161,130,158)
0 Favorites   0 Comments

Color spaces of #a1829e

RGB 161130158
HSL0.850.140.57
HSV306°19°63°
CMYK 0.000.190.02   0.37
XYZ28.852126.011035.8477
Yxy26.01100.31810.2867
Hunter Lab51.001011.7287-5.9732
CIE-Lab58.047516.8636-10.4330

#a1829e color RGB value is (161,130,158).

#a1829e hex color red value is 161, green value is 130 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #a1829e hue: 0.85 , saturation: 0.14 and the lightness value of a1829e is 0.57.

The process color (four color CMYK) of #a1829e color hex is 0.00, 0.19, 0.02, 0.37. Web safe color of #a1829e is #999999. Color #a1829e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10000010 10011110
Octal 241 202 236
Decimal 161 130 158
Hex A1 82 9E

RGB Percentages of Color #a1829e

%35.86
%28.95
%35.19

CMYK Percentages of Color #a1829e

%0
%19
%2
%37

Triadic Colors of #a1829e

#a1829e #9ea182 #829ea1

Analogous Colors of #a1829e

#a1829e #a1828f #9582a1

Monochromatic Colors of #a1829e

#a1829e

Complementary Color

#a1829e #82a185

#a1829e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1829e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1829e Color CSS Codes

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

#a1829e Text Font Color

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

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


#a1829e Background Color

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

This div background color is #a1829e


#a1829e Border Color

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

This div border color is #a1829e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1829e


Comments

No comments written yet.

Please login to write comment.