Color Hex Logo

#a1489c Color Hex

#A1489C
(161,72,156)
0 Favorites   0 Comments

Color spaces of #a1489c

RGB 16172156
HSL0.840.380.46
HSV303°55°63°
CMYK 0.000.550.03   0.37
XYZ23.016114.612133.0598
Yxy14.61210.32560.2067
Hunter Lab38.225840.5814-24.5193
CIE-Lab45.098348.2959-29.0821

#a1489c color RGB value is (161,72,156).

#a1489c hex color red value is 161, green value is 72 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #a1489c hue: 0.84 , saturation: 0.38 and the lightness value of a1489c is 0.46.

The process color (four color CMYK) of #a1489c color hex is 0.00, 0.55, 0.03, 0.37. Web safe color of #a1489c is #993399. Color #a1489c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01001000 10011100
Octal 241 110 234
Decimal 161 72 156
Hex A1 48 9C

RGB Percentages of Color #a1489c

%41.39
%18.51
%40.10

CMYK Percentages of Color #a1489c

%0
%55
%3
%37

Triadic Colors of #a1489c

#a1489c #9ca148 #489ca1

Analogous Colors of #a1489c

#a1489c #a14870 #7a48a1

Monochromatic Colors of #a1489c

#a1489c

Complementary Color

#a1489c #48a14d

#a1489c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1489c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1489c Color CSS Codes

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

#a1489c Text Font Color

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

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


#a1489c Background Color

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

This div background color is #a1489c


#a1489c Border Color

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

This div border color is #a1489c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1489c


Comments

No comments written yet.

Please login to write comment.