Color Hex Logo

#a41fb1 Color Hex

#A41FB1
(164,31,177)
0 Favorites   0 Comments

Color spaces of #a41fb1

RGB 16431177
HSL0.820.700.41
HSV295°82°69°
CMYK 0.070.820.00   0.31
XYZ23.735612.046842.6692
Yxy12.04680.30260.1536
Hunter Lab34.708561.3283-48.5927
CIE-Lab41.290467.9233-47.5809

#a41fb1 color RGB value is (164,31,177).

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

The process color (four color CMYK) of #a41fb1 color hex is 0.07, 0.82, 0.00, 0.31. Web safe color of #a41fb1 is #993399. Color #a41fb1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00011111 10110001
Octal 244 37 261
Decimal 164 31 177
Hex A4 1F B1

RGB Percentages of Color #a41fb1

%44.09
%8.33
%47.58

CMYK Percentages of Color #a41fb1

%7
%82
%0
%31

Triadic Colors of #a41fb1

#a41fb1 #b1a41f #1fb1a4

Analogous Colors of #a41fb1

#a41fb1 #b11f75 #5b1fb1

Monochromatic Colors of #a41fb1

#a41fb1

Complementary Color

#a41fb1 #2cb11f

#a41fb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a41fb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a41fb1 Color CSS Codes

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

#a41fb1 Text Font Color

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

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


#a41fb1 Background Color

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

This div background color is #a41fb1


#a41fb1 Border Color

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

This div border color is #a41fb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a41fb1


Comments

No comments written yet.

Please login to write comment.