Color Hex Logo

#a4019c Color Hex

#A4019C
(164,1,156)
0 Favorites   0 Comments

Color spaces of #a4019c

RGB 1641156
HSL0.840.990.32
HSV303°99°64°
CMYK 0.000.990.05   0.36
XYZ21.321410.314532.3196
Yxy10.31450.33340.1613
Hunter Lab32.116262.2998-37.1842
CIE-Lab38.401169.3183-39.6182

#a4019c color RGB value is (164,1,156).

#a4019c hex color red value is 164, green value is 1 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #a4019c hue: 0.84 , saturation: 0.99 and the lightness value of a4019c is 0.32.

The process color (four color CMYK) of #a4019c color hex is 0.00, 0.99, 0.05, 0.36. Web safe color of #a4019c is #990099. Color #a4019c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00000001 10011100
Octal 244 1 234
Decimal 164 1 156
Hex A4 1 9C

RGB Percentages of Color #a4019c

%51.09
%0.31
%48.60

CMYK Percentages of Color #a4019c

%0
%99
%5
%36

Triadic Colors of #a4019c

#a4019c #9ca401 #019ca4

Analogous Colors of #a4019c

#a4019c #a4014b #5b01a4

Monochromatic Colors of #a4019c

#a4019c

Complementary Color

#a4019c #01a409

#a4019c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4019c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4019c Color CSS Codes

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

#a4019c Text Font Color

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

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


#a4019c Background Color

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

This div background color is #a4019c


#a4019c Border Color

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

This div border color is #a4019c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4019c


Comments

No comments written yet.

Please login to write comment.