Color Hex Logo

#a4148d Color Hex

#A4148D
(164,20,141)
0 Favorites   0 Comments

Color spaces of #a4148d

RGB 16420141
HSL0.860.780.36
HSV310°88°64°
CMYK 0.000.880.14   0.36
XYZ20.367710.315926.1170
Yxy10.31590.35860.1816
Hunter Lab32.118456.9877-25.7287
CIE-Lab38.403564.7087-30.4665

#a4148d color RGB value is (164,20,141).

#a4148d hex color red value is 164, green value is 20 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #a4148d hue: 0.86 , saturation: 0.78 and the lightness value of a4148d is 0.36.

The process color (four color CMYK) of #a4148d color hex is 0.00, 0.88, 0.14, 0.36. Web safe color of #a4148d is #990099. Color #a4148d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00010100 10001101
Octal 244 24 215
Decimal 164 20 141
Hex A4 14 8D

RGB Percentages of Color #a4148d

%50.46
%6.15
%43.38

CMYK Percentages of Color #a4148d

%0
%88
%14
%36

Triadic Colors of #a4148d

#a4148d #8da414 #148da4

Analogous Colors of #a4148d

#a4148d #a41445 #7314a4

Monochromatic Colors of #a4148d

#a4148d

Complementary Color

#a4148d #14a42b

#a4148d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4148d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4148d Color CSS Codes

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

#a4148d Text Font Color

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

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


#a4148d Background Color

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

This div background color is #a4148d


#a4148d Border Color

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

This div border color is #a4148d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4148d


Comments

No comments written yet.

Please login to write comment.