Color Hex Logo

#831afe Color Hex

#831AFE
(131,26,254)
0 Favorites   0 Comments

Color spaces of #831afe

RGB 13126254
HSL0.740.990.55
HSV268°90°100°
CMYK 0.480.900.00   0.00
XYZ27.618912.719894.7654
Yxy12.71980.20440.0941
Hunter Lab35.664875.8172-132.5747
CIE-Lab42.338079.7195-90.3703

#831afe color RGB value is (131,26,254).

#831afe hex color red value is 131, green value is 26 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #831afe hue: 0.74 , saturation: 0.99 and the lightness value of 831afe is 0.55.

The process color (four color CMYK) of #831afe color hex is 0.48, 0.90, 0.00, 0.00. Web safe color of #831afe is #9933ff. Color #831afe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00011010 11111110
Octal 203 32 376
Decimal 131 26 254
Hex 83 1A FE

RGB Percentages of Color #831afe

%31.87
%6.33
%61.80

CMYK Percentages of Color #831afe

%48
%90
%0
%0

Triadic Colors of #831afe

#831afe #fe831a #1afe83

Analogous Colors of #831afe

#831afe #f51afe #1a23fe

Monochromatic Colors of #831afe

#831afe

Complementary Color

#831afe #95fe1a

#831afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#831afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#831afe Color CSS Codes

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

#831afe Text Font Color

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

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


#831afe Background Color

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

This div background color is #831afe


#831afe Border Color

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

This div border color is #831afe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,26,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #831afe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #831afe;
  -webkit-box-shadow: 1px 1px 3px 2px #831afe;
  box-shadow:         1px 1px 3px 2px #831afe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,26,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 #831afe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #831afe


Comments

No comments written yet.

Please login to write comment.