Color Hex Logo

#a31ffe Color Hex

#A31FFE
(163,31,254)
0 Favorites   0 Comments

Color spaces of #a31ffe

RGB 16331254
HSL0.770.990.56
HSV276°88°100°
CMYK 0.360.880.00   0.00
XYZ33.483615.922395.0745
Yxy15.92230.23180.1102
Hunter Lab39.902879.9549-113.3357
CIE-Lab46.872482.1283-82.7598

#a31ffe color RGB value is (163,31,254).

#a31ffe hex color red value is 163, green value is 31 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a31ffe hue: 0.77 , saturation: 0.99 and the lightness value of a31ffe is 0.56.

The process color (four color CMYK) of #a31ffe color hex is 0.36, 0.88, 0.00, 0.00. Web safe color of #a31ffe is #9933ff. Color #a31ffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00011111 11111110
Octal 243 37 376
Decimal 163 31 254
Hex A3 1F FE

RGB Percentages of Color #a31ffe

%36.38
%6.92
%56.70

CMYK Percentages of Color #a31ffe

%36
%88
%0
%0

Triadic Colors of #a31ffe

#a31ffe #fea31f #1ffea3

Analogous Colors of #a31ffe

#a31ffe #fe1fea #341ffe

Monochromatic Colors of #a31ffe

#a31ffe

Complementary Color

#a31ffe #7afe1f

#a31ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a31ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a31ffe Color CSS Codes

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

#a31ffe Text Font Color

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

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


#a31ffe Background Color

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

This div background color is #a31ffe


#a31ffe Border Color

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

This div border color is #a31ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a31ffe


Comments

No comments written yet.

Please login to write comment.