Color Hex Logo

#a1879c Color Hex

#A1879C
(161,135,156)
0 Favorites   0 Comments

Color spaces of #a1879c

RGB 161135156
HSL0.870.120.58
HSV312°16°63°
CMYK 0.000.160.03   0.37
XYZ29.362727.305335.1754
Yxy27.30530.31970.2973
Hunter Lab52.25458.8569-3.3333
CIE-Lab59.255913.6258-7.4808

#a1879c color RGB value is (161,135,156).

#a1879c hex color red value is 161, green value is 135 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #a1879c hue: 0.87 , saturation: 0.12 and the lightness value of a1879c is 0.58.

The process color (four color CMYK) of #a1879c color hex is 0.00, 0.16, 0.03, 0.37. Web safe color of #a1879c is #999999. Color #a1879c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10000111 10011100
Octal 241 207 234
Decimal 161 135 156
Hex A1 87 9C

RGB Percentages of Color #a1879c

%35.62
%29.87
%34.51

CMYK Percentages of Color #a1879c

%0
%16
%3
%37

Triadic Colors of #a1879c

#a1879c #9ca187 #879ca1

Analogous Colors of #a1879c

#a1879c #a1878f #9987a1

Monochromatic Colors of #a1879c

#a1879c

Complementary Color

#a1879c #87a18c

#a1879c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1879c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1879c Color CSS Codes

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

#a1879c Text Font Color

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

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


#a1879c Background Color

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

This div background color is #a1879c


#a1879c Border Color

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

This div border color is #a1879c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1879c


Comments

No comments written yet.

Please login to write comment.