Color Hex Logo

#a31fef Color Hex

#A31FEF
(163,31,239)
0 Favorites   0 Comments

Color spaces of #a31fef

RGB 16331239
HSL0.770.870.53
HSV278°87°94°
CMYK 0.320.870.00   0.06
XYZ31.174214.998582.9133
Yxy14.99850.24150.1162
Hunter Lab38.727975.9106-99.8256
CIE-Lab45.632179.1615-76.3730

#a31fef color RGB value is (163,31,239).

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

The process color (four color CMYK) of #a31fef color hex is 0.32, 0.87, 0.00, 0.06. Web safe color of #a31fef is #9933ff. Color #a31fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00011111 11101111
Octal 243 37 357
Decimal 163 31 239
Hex A3 1F EF

RGB Percentages of Color #a31fef

%37.64
%7.16
%55.20

CMYK Percentages of Color #a31fef

%32
%87
%0
%6

Triadic Colors of #a31fef

#a31fef #efa31f #1fefa3

Analogous Colors of #a31fef

#a31fef #ef1fd3 #3b1fef

Monochromatic Colors of #a31fef

#a31fef

Complementary Color

#a31fef #6bef1f

#a31fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a31fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a31fef Color CSS Codes

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

#a31fef Text Font Color

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

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


#a31fef Background Color

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

This div background color is #a31fef


#a31fef Border Color

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

This div border color is #a31fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a31fef


Comments

No comments written yet.

Please login to write comment.