Color Hex Logo

#a31ade Color Hex

#A31ADE
(163,26,222)
0 Favorites   0 Comments

Color spaces of #a31ade

RGB 16326222
HSL0.780.790.49
HSV282°88°87°
CMYK 0.270.880.00   0.13
XYZ28.658513.799270.2603
Yxy13.79920.25420.1224
Hunter Lab37.147372.7020-86.1379
CIE-Lab43.943676.9031-69.4767

#a31ade color RGB value is (163,26,222).

#a31ade hex color red value is 163, green value is 26 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a31ade hue: 0.78 , saturation: 0.79 and the lightness value of a31ade is 0.49.

The process color (four color CMYK) of #a31ade color hex is 0.27, 0.88, 0.00, 0.13. Web safe color of #a31ade is #9933cc. Color #a31ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00011010 11011110
Octal 243 32 336
Decimal 163 26 222
Hex A3 1A DE

RGB Percentages of Color #a31ade

%39.66
%6.33
%54.01

CMYK Percentages of Color #a31ade

%27
%88
%0
%13

Triadic Colors of #a31ade

#a31ade #dea31a #1adea3

Analogous Colors of #a31ade

#a31ade #de1ab7 #411ade

Monochromatic Colors of #a31ade

#a31ade

Complementary Color

#a31ade #55de1a

#a31ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a31ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#a31ade Color CSS Codes

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

#a31ade Text Font Color

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

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


#a31ade Background Color

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

This div background color is #a31ade


#a31ade Border Color

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

This div border color is #a31ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a31ade


Comments

No comments written yet.

Please login to write comment.