Color Hex Logo

#a41abe Color Hex

#A41ABE
(164,26,190)
0 Favorites   0 Comments

Color spaces of #a41abe

RGB 16426190
HSL0.810.760.42
HSV290°86°75°
CMYK 0.140.860.00   0.25
XYZ24.973512.349049.7825
Yxy12.34900.28670.1418
Hunter Lab35.141165.3563-59.3940
CIE-Lab41.765571.2567-54.4805

#a41abe color RGB value is (164,26,190).

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

The process color (four color CMYK) of #a41abe color hex is 0.14, 0.86, 0.00, 0.25. Web safe color of #a41abe is #9933cc. Color #a41abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00011010 10111110
Octal 244 32 276
Decimal 164 26 190
Hex A4 1A BE

RGB Percentages of Color #a41abe

%43.16
%6.84
%50.00

CMYK Percentages of Color #a41abe

%14
%86
%0
%25

Triadic Colors of #a41abe

#a41abe #bea41a #1abea4

Analogous Colors of #a41abe

#a41abe #be1a86 #521abe

Monochromatic Colors of #a41abe

#a41abe

Complementary Color

#a41abe #34be1a

#a41abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a41abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a41abe Color CSS Codes

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

#a41abe Text Font Color

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

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


#a41abe Background Color

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

This div background color is #a41abe


#a41abe Border Color

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

This div border color is #a41abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a41abe


Comments

No comments written yet.

Please login to write comment.