Color Hex Logo

#a31fed Color Hex

#A31FED
(163,31,237)
0 Favorites   0 Comments

Color spaces of #a31fed

RGB 16331237
HSL0.770.850.53
HSV278°87°93°
CMYK 0.310.870.00   0.07
XYZ30.880314.880981.3655
Yxy14.88090.24290.1171
Hunter Lab38.575875.3835-98.0537
CIE-Lab45.470678.7706-75.5078

#a31fed color RGB value is (163,31,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00011111 11101101
Octal 243 37 355
Decimal 163 31 237
Hex A3 1F ED

RGB Percentages of Color #a31fed

%37.82
%7.19
%54.99

CMYK Percentages of Color #a31fed

%31
%87
%0
%7

Triadic Colors of #a31fed

#a31fed #eda31f #1feda3

Analogous Colors of #a31fed

#a31fed #ed1fd0 #3c1fed

Monochromatic Colors of #a31fed

#a31fed

Complementary Color

#a31fed #69ed1f

#a31fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a31fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a31fed Color CSS Codes

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

#a31fed Text Font Color

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

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


#a31fed Background Color

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

This div background color is #a31fed


#a31fed Border Color

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

This div border color is #a31fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a31fed


Comments

No comments written yet.

Please login to write comment.