Color Hex Logo

#a1518d Color Hex

#A1518D
(161,81,141)
0 Favorites   0 Comments

Color spaces of #a1518d

RGB 16181141
HSL0.880.330.47
HSV315°50°63°
CMYK 0.000.500.12   0.37
XYZ22.448115.385026.9858
Yxy15.38500.34630.2374
Hunter Lab39.223733.5157-13.3347
CIE-Lab46.157141.1470-18.4612

#a1518d color RGB value is (161,81,141).

#a1518d hex color red value is 161, green value is 81 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #a1518d hue: 0.88 , saturation: 0.33 and the lightness value of a1518d is 0.47.

The process color (four color CMYK) of #a1518d color hex is 0.00, 0.50, 0.12, 0.37. Web safe color of #a1518d is #996699. Color #a1518d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01010001 10001101
Octal 241 121 215
Decimal 161 81 141
Hex A1 51 8D

RGB Percentages of Color #a1518d

%42.04
%21.15
%36.81

CMYK Percentages of Color #a1518d

%0
%50
%12
%37

Triadic Colors of #a1518d

#a1518d #8da151 #518da1

Analogous Colors of #a1518d

#a1518d #a15165 #8d51a1

Monochromatic Colors of #a1518d

#a1518d

Complementary Color

#a1518d #51a165

#a1518d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1518d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1518d Color CSS Codes

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

#a1518d Text Font Color

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

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


#a1518d Background Color

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

This div background color is #a1518d


#a1518d Border Color

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

This div border color is #a1518d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1518d


Comments

No comments written yet.

Please login to write comment.