Color Hex Logo

#831eea Color Hex

#831EEA
(131,30,234)
0 Favorites   0 Comments

Color spaces of #831eea

RGB 13130234
HSL0.750.830.52
HSV270°87°92°
CMYK 0.440.870.00   0.08
XYZ24.675611.694478.7986
Yxy11.69440.21430.1015
Hunter Lab34.197168.9554-112.6810
CIE-Lab40.726274.4579-81.7588

#831eea color RGB value is (131,30,234).

#831eea hex color red value is 131, green value is 30 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #831eea hue: 0.75 , saturation: 0.83 and the lightness value of 831eea is 0.52.

The process color (four color CMYK) of #831eea color hex is 0.44, 0.87, 0.00, 0.08. Web safe color of #831eea is #9933ff. Color #831eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00011110 11101010
Octal 203 36 352
Decimal 131 30 234
Hex 83 1E EA

RGB Percentages of Color #831eea

%33.16
%7.59
%59.24

CMYK Percentages of Color #831eea

%44
%87
%0
%8

Triadic Colors of #831eea

#831eea #ea831e #1eea83

Analogous Colors of #831eea

#831eea #e91eea #1e1fea

Monochromatic Colors of #831eea

#831eea

Complementary Color

#831eea #85ea1e

#831eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#831eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#831eea Color CSS Codes

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

#831eea Text Font Color

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

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


#831eea Background Color

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

This div background color is #831eea


#831eea Border Color

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

This div border color is #831eea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,30,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #831eea


Comments

No comments written yet.

Please login to write comment.