Color Hex Logo

#a11d8f Color Hex

#A11D8F
(161,29,143)
0 Favorites   0 Comments

Color spaces of #a11d8f

RGB 16129143
HSL0.860.690.37
HSV308°82°63°
CMYK 0.000.820.11   0.37
XYZ20.095210.439026.9424
Yxy10.43900.34960.1816
Hunter Lab32.309454.4784-26.8245
CIE-Lab38.619162.4392-31.3904

#a11d8f color RGB value is (161,29,143).

#a11d8f hex color red value is 161, green value is 29 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #a11d8f hue: 0.86 , saturation: 0.69 and the lightness value of a11d8f is 0.37.

The process color (four color CMYK) of #a11d8f color hex is 0.00, 0.82, 0.11, 0.37. Web safe color of #a11d8f is #993399. Color #a11d8f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00011101 10001111
Octal 241 35 217
Decimal 161 29 143
Hex A1 1D 8F

RGB Percentages of Color #a11d8f

%48.35
%8.71
%42.94

CMYK Percentages of Color #a11d8f

%0
%82
%11
%37

Triadic Colors of #a11d8f

#a11d8f #8fa11d #1d8fa1

Analogous Colors of #a11d8f

#a11d8f #a11d4d #711da1

Monochromatic Colors of #a11d8f

#a11d8f

Complementary Color

#a11d8f #1da12f

#a11d8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a11d8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a11d8f Color CSS Codes

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

#a11d8f Text Font Color

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

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


#a11d8f Background Color

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

This div background color is #a11d8f


#a11d8f Border Color

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

This div border color is #a11d8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a11d8f


Comments

No comments written yet.

Please login to write comment.