Color Hex Logo

#831ede Color Hex

#831EDE
(131,30,222)
0 Favorites   0 Comments

Color spaces of #831ede

RGB 13130222
HSL0.750.760.49
HSV272°86°87°
CMYK 0.410.860.00   0.13
XYZ23.009211.027870.0231
Yxy11.02780.22110.1060
Hunter Lab33.208165.5646-101.7740
CIE-Lab39.627371.8467-76.7239

#831ede color RGB value is (131,30,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00011110 11011110
Octal 203 36 336
Decimal 131 30 222
Hex 83 1E DE

RGB Percentages of Color #831ede

%34.20
%7.83
%57.96

CMYK Percentages of Color #831ede

%41
%86
%0
%13

Triadic Colors of #831ede

#831ede #de831e #1ede83

Analogous Colors of #831ede

#831ede #de1ed9 #231ede

Monochromatic Colors of #831ede

#831ede

Complementary Color

#831ede #79de1e

#831ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#831ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#831ede Color CSS Codes

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

#831ede Text Font Color

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

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


#831ede Background Color

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

This div background color is #831ede


#831ede Border Color

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

This div border color is #831ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #831ede


Comments

No comments written yet.

Please login to write comment.