Color Hex Logo

#831beb Color Hex

#831BEB
(131,27,235)
0 Favorites   0 Comments

Color spaces of #831beb

RGB 13127235
HSL0.750.840.51
HSV270°89°92°
CMYK 0.440.890.00   0.08
XYZ24.747411.607379.5334
Yxy11.60730.21350.1002
Hunter Lab34.069570.0373-114.5607
CIE-Lab40.585175.3755-82.5587

#831beb color RGB value is (131,27,235).

#831beb hex color red value is 131, green value is 27 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #831beb hue: 0.75 , saturation: 0.84 and the lightness value of 831beb is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00011011 11101011
Octal 203 33 353
Decimal 131 27 235
Hex 83 1B EB

RGB Percentages of Color #831beb

%33.33
%6.87
%59.80

CMYK Percentages of Color #831beb

%44
%89
%0
%8

Triadic Colors of #831beb

#831beb #eb831b #1beb83

Analogous Colors of #831beb

#831beb #eb1beb #1b1beb

Monochromatic Colors of #831beb

#831beb

Complementary Color

#831beb #83eb1b

#831beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#831beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#831beb Color CSS Codes

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

#831beb Text Font Color

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

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


#831beb Background Color

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

This div background color is #831beb


#831beb Border Color

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

This div border color is #831beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #831beb


Comments

No comments written yet.

Please login to write comment.