Color Hex Logo

#a41fad Color Hex

#A41FAD
(164,31,173)
0 Favorites   0 Comments

Color spaces of #a41fad

RGB 16431173
HSL0.820.700.40
HSV296°82°68°
CMYK 0.050.820.00   0.32
XYZ23.342711.889640.5998
Yxy11.88960.30780.1568
Hunter Lab34.481360.4963-45.6737
CIE-Lab41.040167.2551-45.6070

#a41fad color RGB value is (164,31,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00011111 10101101
Octal 244 37 255
Decimal 164 31 173
Hex A4 1F AD

RGB Percentages of Color #a41fad

%44.57
%8.42
%47.01

CMYK Percentages of Color #a41fad

%5
%82
%0
%32

Triadic Colors of #a41fad

#a41fad #ada41f #1fada4

Analogous Colors of #a41fad

#a41fad #ad1f6f #5d1fad

Monochromatic Colors of #a41fad

#a41fad

Complementary Color

#a41fad #28ad1f

#a41fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a41fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a41fad Color CSS Codes

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

#a41fad Text Font Color

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

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


#a41fad Background Color

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

This div background color is #a41fad


#a41fad Border Color

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

This div border color is #a41fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a41fad


Comments

No comments written yet.

Please login to write comment.