Color Hex Logo

#a41aca Color Hex

#A41ACA
(164,26,202)
0 Favorites   0 Comments

Color spaces of #a41aca

RGB 16426202
HSL0.800.770.45
HSV287°87°79°
CMYK 0.190.870.00   0.21
XYZ26.339912.895656.9779
Yxy12.89560.27380.1340
Hunter Lab35.910468.0844-68.9361
CIE-Lab42.605573.3732-60.1240

#a41aca color RGB value is (164,26,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00011010 11001010
Octal 244 32 312
Decimal 164 26 202
Hex A4 1A CA

RGB Percentages of Color #a41aca

%41.84
%6.63
%51.53

CMYK Percentages of Color #a41aca

%19
%87
%0
%21

Triadic Colors of #a41aca

#a41aca #caa41a #1acaa4

Analogous Colors of #a41aca

#a41aca #ca1a98 #4c1aca

Monochromatic Colors of #a41aca

#a41aca

Complementary Color

#a41aca #40ca1a

#a41aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a41aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a41aca Color CSS Codes

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

#a41aca Text Font Color

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

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


#a41aca Background Color

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

This div background color is #a41aca


#a41aca Border Color

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

This div border color is #a41aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a41aca


Comments

No comments written yet.

Please login to write comment.