Color Hex Logo

#a1466f Color Hex

#A1466F
(161,70,111)
0 Favorites   0 Comments

Color spaces of #a1466f

RGB 16170111
HSL0.920.390.45
HSV333°57°63°
CMYK 0.000.570.31   0.37
XYZ19.757313.105116.5271
Yxy13.10510.40000.2653
Hunter Lab36.201034.0678-1.7274
CIE-Lab42.921242.2167-5.0981

#a1466f color RGB value is (161,70,111).

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

The process color (four color CMYK) of #a1466f color hex is 0.00, 0.57, 0.31, 0.37. Web safe color of #a1466f is #993366. Color #a1466f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01000110 01101111
Octal 241 106 157
Decimal 161 70 111
Hex A1 46 6F

RGB Percentages of Color #a1466f

%47.08
%20.47
%32.46

CMYK Percentages of Color #a1466f

%0
%57
%31
%37

Triadic Colors of #a1466f

#a1466f #6fa146 #466fa1

Analogous Colors of #a1466f

#a1466f #a14b46 #a1469d

Monochromatic Colors of #a1466f

#a1466f

Complementary Color

#a1466f #46a178

#a1466f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1466f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1466f Color CSS Codes

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

#a1466f Text Font Color

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

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


#a1466f Background Color

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

This div background color is #a1466f


#a1466f Border Color

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

This div border color is #a1466f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1466f


Comments

No comments written yet.

Please login to write comment.