Color Hex Logo

#a31fdf Color Hex

#A31FDF
(163,31,223)
0 Favorites   0 Comments

Color spaces of #a31fdf

RGB 16331223
HSL0.780.760.50
HSV281°86°87°
CMYK 0.270.860.00   0.13
XYZ28.913514.094271.0086
Yxy14.09420.25360.1236
Hunter Lab37.542271.7745-85.8634
CIE-Lab44.367776.0663-69.3568

#a31fdf color RGB value is (163,31,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00011111 11011111
Octal 243 37 337
Decimal 163 31 223
Hex A3 1F DF

RGB Percentages of Color #a31fdf

%39.09
%7.43
%53.48

CMYK Percentages of Color #a31fdf

%27
%86
%0
%13

Triadic Colors of #a31fdf

#a31fdf #dfa31f #1fdfa3

Analogous Colors of #a31fdf

#a31fdf #df1fbb #431fdf

Monochromatic Colors of #a31fdf

#a31fdf

Complementary Color

#a31fdf #5bdf1f

#a31fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a31fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a31fdf Color CSS Codes

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

#a31fdf Text Font Color

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

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


#a31fdf Background Color

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

This div background color is #a31fdf


#a31fdf Border Color

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

This div border color is #a31fdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,31,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 #a31fdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a31fdf


Comments

No comments written yet.

Please login to write comment.