Color Hex Logo

#a1787c Color Hex

#A1787C
(161,120,124)
0 Favorites   0 Comments

Color spaces of #a1787c

RGB 161120124
HSL0.980.180.55
HSV354°25°63°
CMYK 0.000.250.23   0.37
XYZ25.052522.465222.0846
Yxy22.46520.35990.3228
Hunter Lab47.397511.40275.5524
CIE-Lab54.517216.63014.0717

#a1787c color RGB value is (161,120,124).

#a1787c hex color red value is 161, green value is 120 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #a1787c hue: 0.98 , saturation: 0.18 and the lightness value of a1787c is 0.55.

The process color (four color CMYK) of #a1787c color hex is 0.00, 0.25, 0.23, 0.37. Web safe color of #a1787c is #996666. Color #a1787c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01111000 01111100
Octal 241 170 174
Decimal 161 120 124
Hex A1 78 7C

RGB Percentages of Color #a1787c

%39.75
%29.63
%30.62

CMYK Percentages of Color #a1787c

%0
%25
%23
%37

Triadic Colors of #a1787c

#a1787c #7ca178 #787ca1

Analogous Colors of #a1787c

#a1787c #a18978 #a17891

Monochromatic Colors of #a1787c

#a1787c

Complementary Color

#a1787c #78a19d

#a1787c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1787c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1787c Color CSS Codes

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

#a1787c Text Font Color

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

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


#a1787c Background Color

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

This div background color is #a1787c


#a1787c Border Color

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

This div border color is #a1787c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1787c


Comments

No comments written yet.

Please login to write comment.