Color Hex Logo

#a31adf Color Hex

#A31ADF
(163,26,223)
0 Favorites   0 Comments

Color spaces of #a31adf

RGB 16326223
HSL0.780.790.49
HSV282°88°87°
CMYK 0.270.880.00   0.13
XYZ28.792913.853070.9684
Yxy13.85300.25340.1219
Hunter Lab37.219672.9523-86.9973
CIE-Lab44.021477.0910-69.9212

#a31adf color RGB value is (163,26,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00011010 11011111
Octal 243 32 337
Decimal 163 26 223
Hex A3 1A DF

RGB Percentages of Color #a31adf

%39.56
%6.31
%54.13

CMYK Percentages of Color #a31adf

%27
%88
%0
%13

Triadic Colors of #a31adf

#a31adf #dfa31a #1adfa3

Analogous Colors of #a31adf

#a31adf #df1ab9 #411adf

Monochromatic Colors of #a31adf

#a31adf

Complementary Color

#a31adf #56df1a

#a31adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a31adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a31adf Color CSS Codes

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

#a31adf Text Font Color

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

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


#a31adf Background Color

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

This div background color is #a31adf


#a31adf Border Color

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

This div border color is #a31adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a31adf


Comments

No comments written yet.

Please login to write comment.