Color Hex Logo

#a41259 Color Hex

#A41259
(164,18,89)
0 Favorites   0 Comments

Color spaces of #a41259

RGB 1641889
HSL0.920.800.36
HSV331°89°64°
CMYK 0.000.890.46   0.36
XYZ17.32939.046410.2840
Yxy9.04640.47270.2468
Hunter Lab30.077250.20940.7816
CIE-Lab36.073559.0657-1.2997

#a41259 color RGB value is (164,18,89).

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

The process color (four color CMYK) of #a41259 color hex is 0.00, 0.89, 0.46, 0.36. Web safe color of #a41259 is #990066. Color #a41259 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00010010 01011001
Octal 244 22 131
Decimal 164 18 89
Hex A4 12 59

RGB Percentages of Color #a41259

%60.52
%6.64
%32.84

CMYK Percentages of Color #a41259

%0
%89
%46
%36

Triadic Colors of #a41259

#a41259 #59a412 #1259a4

Analogous Colors of #a41259

#a41259 #a41412 #a412a2

Monochromatic Colors of #a41259

#a41259

Complementary Color

#a41259 #12a45d

#a41259 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a41259 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a41259 Color CSS Codes

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

#a41259 Text Font Color

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

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


#a41259 Background Color

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

This div background color is #a41259


#a41259 Border Color

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

This div border color is #a41259


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a41259


Comments

No comments written yet.

Please login to write comment.