Color Hex Logo

#a1778c Color Hex

#A1778C
(161,119,140)
0 Favorites   0 Comments

Color spaces of #a1778c

RGB 161119140
HSL0.920.180.55
HSV330°26°63°
CMYK 0.000.260.13   0.37
XYZ26.028422.664227.8137
Yxy22.66420.34020.2962
Hunter Lab47.606914.2802-1.3145
CIE-Lab54.724819.8450-4.9611

#a1778c color RGB value is (161,119,140).

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

The process color (four color CMYK) of #a1778c color hex is 0.00, 0.26, 0.13, 0.37. Web safe color of #a1778c is #996699. Color #a1778c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01110111 10001100
Octal 241 167 214
Decimal 161 119 140
Hex A1 77 8C

RGB Percentages of Color #a1778c

%38.33
%28.33
%33.33

CMYK Percentages of Color #a1778c

%0
%26
%13
%37

Triadic Colors of #a1778c

#a1778c #8ca177 #778ca1

Analogous Colors of #a1778c

#a1778c #a17777 #a177a1

Monochromatic Colors of #a1778c

#a1778c

Complementary Color

#a1778c #77a18c

#a1778c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1778c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1778c Color CSS Codes

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

#a1778c Text Font Color

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

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


#a1778c Background Color

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

This div background color is #a1778c


#a1778c Border Color

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

This div border color is #a1778c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,119,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 #a1778c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1778c


Comments

No comments written yet.

Please login to write comment.