Color Hex Logo

#a1477c Color Hex

#A1477C
(161,71,124)
0 Favorites   0 Comments

Color spaces of #a1477c

RGB 16171124
HSL0.900.390.45
HSV325°56°63°
CMYK 0.000.560.23   0.37
XYZ20.589313.538820.5969
Yxy13.53880.37620.2474
Hunter Lab36.795135.4911-7.4324
CIE-Lab43.564143.5459-12.1126

#a1477c color RGB value is (161,71,124).

#a1477c hex color red value is 161, green value is 71 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #a1477c hue: 0.90 , saturation: 0.39 and the lightness value of a1477c is 0.45.

The process color (four color CMYK) of #a1477c color hex is 0.00, 0.56, 0.23, 0.37. Web safe color of #a1477c is #993366. Color #a1477c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01000111 01111100
Octal 241 107 174
Decimal 161 71 124
Hex A1 47 7C

RGB Percentages of Color #a1477c

%45.22
%19.94
%34.83

CMYK Percentages of Color #a1477c

%0
%56
%23
%37

Triadic Colors of #a1477c

#a1477c #7ca147 #477ca1

Analogous Colors of #a1477c

#a1477c #a1474f #9947a1

Monochromatic Colors of #a1477c

#a1477c

Complementary Color

#a1477c #47a16c

#a1477c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1477c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1477c Color CSS Codes

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

#a1477c Text Font Color

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

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


#a1477c Background Color

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

This div background color is #a1477c


#a1477c Border Color

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

This div border color is #a1477c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1477c


Comments

No comments written yet.

Please login to write comment.