Color Hex Logo

#a41acc Color Hex

#A41ACC
(164,26,204)
0 Favorites   0 Comments

Color spaces of #a41acc

RGB 16426204
HSL0.800.770.45
HSV287°87°80°
CMYK 0.200.870.00   0.20
XYZ26.578312.990958.2334
Yxy12.99090.27180.1328
Hunter Lab36.042968.5522-70.5630
CIE-Lab42.749573.7330-61.0509

#a41acc color RGB value is (164,26,204).

#a41acc hex color red value is 164, green value is 26 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a41acc hue: 0.80 , saturation: 0.77 and the lightness value of a41acc is 0.45.

The process color (four color CMYK) of #a41acc color hex is 0.20, 0.87, 0.00, 0.20. Web safe color of #a41acc is #9933cc. Color #a41acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00011010 11001100
Octal 244 32 314
Decimal 164 26 204
Hex A4 1A CC

RGB Percentages of Color #a41acc

%41.62
%6.60
%51.78

CMYK Percentages of Color #a41acc

%20
%87
%0
%20

Triadic Colors of #a41acc

#a41acc #cca41a #1acca4

Analogous Colors of #a41acc

#a41acc #cc1a9b #4b1acc

Monochromatic Colors of #a41acc

#a41acc

Complementary Color

#a41acc #42cc1a

#a41acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a41acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a41acc Color CSS Codes

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

#a41acc Text Font Color

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

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


#a41acc Background Color

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

This div background color is #a41acc


#a41acc Border Color

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

This div border color is #a41acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a41acc


Comments

No comments written yet.

Please login to write comment.