Color Hex Logo

#a31fee Color Hex

#A31FEE
(163,31,238)
0 Favorites   0 Comments

Color spaces of #a31fee

RGB 16331238
HSL0.770.860.53
HSV278°87°93°
CMYK 0.320.870.00   0.07
XYZ31.026914.939582.1372
Yxy14.93950.24220.1166
Hunter Lab38.651675.6472-98.9388
CIE-Lab45.551278.9663-75.9409

#a31fee color RGB value is (163,31,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00011111 11101110
Octal 243 37 356
Decimal 163 31 238
Hex A3 1F EE

RGB Percentages of Color #a31fee

%37.73
%7.18
%55.09

CMYK Percentages of Color #a31fee

%32
%87
%0
%7

Triadic Colors of #a31fee

#a31fee #eea31f #1feea3

Analogous Colors of #a31fee

#a31fee #ee1fd2 #3b1fee

Monochromatic Colors of #a31fee

#a31fee

Complementary Color

#a31fee #6aee1f

#a31fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a31fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a31fee Color CSS Codes

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

#a31fee Text Font Color

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

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


#a31fee Background Color

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

This div background color is #a31fee


#a31fee Border Color

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

This div border color is #a31fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a31fee


Comments

No comments written yet.

Please login to write comment.