Color Hex Logo

#a4148a Color Hex

#A4148A
(164,20,138)
0 Favorites   0 Comments

Color spaces of #a4148a

RGB 16420138
HSL0.860.780.36
HSV311°88°64°
CMYK 0.000.880.16   0.36
XYZ20.147410.227824.9570
Yxy10.22780.36410.1848
Hunter Lab31.980956.4851-23.8816
CIE-Lab38.248264.2955-28.8665

#a4148a color RGB value is (164,20,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00010100 10001010
Octal 244 24 212
Decimal 164 20 138
Hex A4 14 8A

RGB Percentages of Color #a4148a

%50.93
%6.21
%42.86

CMYK Percentages of Color #a4148a

%0
%88
%16
%36

Triadic Colors of #a4148a

#a4148a #8aa414 #148aa4

Analogous Colors of #a4148a

#a4148a #a41442 #7614a4

Monochromatic Colors of #a4148a

#a4148a

Complementary Color

#a4148a #14a42e

#a4148a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4148a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4148a Color CSS Codes

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

#a4148a Text Font Color

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

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


#a4148a Background Color

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

This div background color is #a4148a


#a4148a Border Color

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

This div border color is #a4148a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,20,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4148a


Comments

No comments written yet.

Please login to write comment.