Color Hex Logo

#a41aba Color Hex

#A41ABA
(164,26,186)
0 Favorites   0 Comments

Color spaces of #a41aba

RGB 16426186
HSL0.810.750.42
HSV292°86°73°
CMYK 0.120.860.00   0.27
XYZ24.542212.176547.5112
Yxy12.17650.29140.1446
Hunter Lab34.894864.4764-56.3001
CIE-Lab41.495370.5672-52.5666

#a41aba color RGB value is (164,26,186).

#a41aba hex color red value is 164, green value is 26 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a41aba hue: 0.81 , saturation: 0.75 and the lightness value of a41aba is 0.42.

The process color (four color CMYK) of #a41aba color hex is 0.12, 0.86, 0.00, 0.27. Web safe color of #a41aba is #9933cc. Color #a41aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00011010 10111010
Octal 244 32 272
Decimal 164 26 186
Hex A4 1A BA

RGB Percentages of Color #a41aba

%43.62
%6.91
%49.47

CMYK Percentages of Color #a41aba

%12
%86
%0
%27

Triadic Colors of #a41aba

#a41aba #baa41a #1abaa4

Analogous Colors of #a41aba

#a41aba #ba1a80 #541aba

Monochromatic Colors of #a41aba

#a41aba

Complementary Color

#a41aba #30ba1a

#a41aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a41aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a41aba Color CSS Codes

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

#a41aba Text Font Color

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

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


#a41aba Background Color

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

This div background color is #a41aba


#a41aba Border Color

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

This div border color is #a41aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a41aba


Comments

No comments written yet.

Please login to write comment.