Color Hex Logo

#a31abe Color Hex

#A31ABE
(163,26,190)
0 Favorites   0 Comments

Color spaces of #a31abe

RGB 16326190
HSL0.810.760.42
HSV290°86°75°
CMYK 0.140.860.00   0.25
XYZ24.767912.243049.7729
Yxy12.24300.28540.1411
Hunter Lab34.990065.1199-59.8464
CIE-Lab41.599871.0899-54.7564

#a31abe color RGB value is (163,26,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00011010 10111110
Octal 243 32 276
Decimal 163 26 190
Hex A3 1A BE

RGB Percentages of Color #a31abe

%43.01
%6.86
%50.13

CMYK Percentages of Color #a31abe

%14
%86
%0
%25

Triadic Colors of #a31abe

#a31abe #bea31a #1abea3

Analogous Colors of #a31abe

#a31abe #be1a87 #511abe

Monochromatic Colors of #a31abe

#a31abe

Complementary Color

#a31abe #35be1a

#a31abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a31abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a31abe Color CSS Codes

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

#a31abe Text Font Color

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

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


#a31abe Background Color

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

This div background color is #a31abe


#a31abe Border Color

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

This div border color is #a31abe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,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 #a31abe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a31abe


Comments

No comments written yet.

Please login to write comment.