Color Hex Logo

#a41fac Color Hex

#A41FAC
(164,31,172)
0 Favorites   0 Comments

Color spaces of #a41fac

RGB 16431172
HSL0.820.690.40
HSV297°82°67°
CMYK 0.050.820.00   0.33
XYZ23.246211.851040.0920
Yxy11.85100.30920.1576
Hunter Lab34.425360.2906-44.9520
CIE-Lab40.978367.0894-45.1109

#a41fac color RGB value is (164,31,172).

#a41fac hex color red value is 164, green value is 31 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a41fac hue: 0.82 , saturation: 0.69 and the lightness value of a41fac is 0.40.

The process color (four color CMYK) of #a41fac color hex is 0.05, 0.82, 0.00, 0.33. Web safe color of #a41fac is #993399. Color #a41fac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00011111 10101100
Octal 244 37 254
Decimal 164 31 172
Hex A4 1F AC

RGB Percentages of Color #a41fac

%44.69
%8.45
%46.87

CMYK Percentages of Color #a41fac

%5
%82
%0
%33

Triadic Colors of #a41fac

#a41fac #aca41f #1faca4

Analogous Colors of #a41fac

#a41fac #ac1f6e #5d1fac

Monochromatic Colors of #a41fac

#a41fac

Complementary Color

#a41fac #27ac1f

#a41fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a41fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a41fac Color CSS Codes

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

#a41fac Text Font Color

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

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


#a41fac Background Color

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

This div background color is #a41fac


#a41fac Border Color

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

This div border color is #a41fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a41fac


Comments

No comments written yet.

Please login to write comment.