Color Hex Logo

#a41280 Color Hex

#A41280
(164,18,128)
0 Favorites   0 Comments

Color spaces of #a41280

RGB 16418128
HSL0.870.800.36
HSV315°89°64°
CMYK 0.000.890.22   0.36
XYZ19.42249.883621.3061
Yxy9.88360.38380.1953
Hunter Lab31.438255.2598-18.1749
CIE-Lab37.632763.3287-23.6420

#a41280 color RGB value is (164,18,128).

#a41280 hex color red value is 164, green value is 18 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #a41280 hue: 0.87 , saturation: 0.80 and the lightness value of a41280 is 0.36.

The process color (four color CMYK) of #a41280 color hex is 0.00, 0.89, 0.22, 0.36. Web safe color of #a41280 is #990099. Color #a41280 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00010010 10000000
Octal 244 22 200
Decimal 164 18 128
Hex A4 12 80

RGB Percentages of Color #a41280

%52.90
%5.81
%41.29

CMYK Percentages of Color #a41280

%0
%89
%22
%36

Triadic Colors of #a41280

#a41280 #80a412 #1280a4

Analogous Colors of #a41280

#a41280 #a41237 #7f12a4

Monochromatic Colors of #a41280

#a41280

Complementary Color

#a41280 #12a436

#a41280 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a41280 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a41280 Color CSS Codes

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

#a41280 Text Font Color

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

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


#a41280 Background Color

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

This div background color is #a41280


#a41280 Border Color

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

This div border color is #a41280


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a41280


Comments

No comments written yet.

Please login to write comment.