Color Hex Logo

#a31ada Color Hex

#A31ADA
(163,26,218)
0 Favorites   0 Comments

Color spaces of #a31ada

RGB 16326218
HSL0.790.790.48
HSV283°88°85°
CMYK 0.250.880.00   0.15
XYZ28.128513.587367.4697
Yxy13.58730.25760.1244
Hunter Lab36.861071.7062-82.7208
CIE-Lab43.635276.1527-67.6893

#a31ada color RGB value is (163,26,218).

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

The process color (four color CMYK) of #a31ada color hex is 0.25, 0.88, 0.00, 0.15. Web safe color of #a31ada is #9933cc. Color #a31ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00011010 11011010
Octal 243 32 332
Decimal 163 26 218
Hex A3 1A DA

RGB Percentages of Color #a31ada

%40.05
%6.39
%53.56

CMYK Percentages of Color #a31ada

%25
%88
%0
%15

Triadic Colors of #a31ada

#a31ada #daa31a #1adaa3

Analogous Colors of #a31ada

#a31ada #da1ab1 #431ada

Monochromatic Colors of #a31ada

#a31ada

Complementary Color

#a31ada #51da1a

#a31ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a31ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#a31ada Color CSS Codes

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

#a31ada Text Font Color

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

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


#a31ada Background Color

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

This div background color is #a31ada


#a31ada Border Color

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

This div border color is #a31ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a31ada


Comments

No comments written yet.

Please login to write comment.