Color Hex Logo

#a40384 Color Hex

#A40384
(164,3,132)
0 Favorites   0 Comments

Color spaces of #a40384

RGB 1643132
HSL0.870.960.33
HSV312°98°64°
CMYK 0.000.980.20   0.36
XYZ19.50739.623622.6592
Yxy9.62360.37670.1858
Hunter Lab31.021957.9565-21.5916
CIE-Lab37.158265.8024-26.8678

#a40384 color RGB value is (164,3,132).

#a40384 hex color red value is 164, green value is 3 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #a40384 hue: 0.87 , saturation: 0.96 and the lightness value of a40384 is 0.33.

The process color (four color CMYK) of #a40384 color hex is 0.00, 0.98, 0.20, 0.36. Web safe color of #a40384 is #990099. Color #a40384 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00000011 10000100
Octal 244 3 204
Decimal 164 3 132
Hex A4 3 84

RGB Percentages of Color #a40384

%54.85
%1.00
%44.15

CMYK Percentages of Color #a40384

%0
%98
%20
%36

Triadic Colors of #a40384

#a40384 #84a403 #0384a4

Analogous Colors of #a40384

#a40384 #a40333 #7403a4

Monochromatic Colors of #a40384

#a40384

Complementary Color

#a40384 #03a423

#a40384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a40384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a40384 Color CSS Codes

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

#a40384 Text Font Color

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

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


#a40384 Background Color

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

This div background color is #a40384


#a40384 Border Color

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

This div border color is #a40384


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a40384


Comments

No comments written yet.

Please login to write comment.