Color Hex Logo

#831feb Color Hex

#831FEB
(131,31,235)
0 Favorites   0 Comments

Color spaces of #831feb

RGB 13131235
HSL0.750.840.52
HSV269°87°92°
CMYK 0.440.870.00   0.08
XYZ24.845511.803479.5660
Yxy11.80340.21380.1016
Hunter Lab34.356168.9638-113.2618
CIE-Lab40.901974.4309-82.0369

#831feb color RGB value is (131,31,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00011111 11101011
Octal 203 37 353
Decimal 131 31 235
Hex 83 1F EB

RGB Percentages of Color #831feb

%33.00
%7.81
%59.19

CMYK Percentages of Color #831feb

%44
%87
%0
%8

Triadic Colors of #831feb

#831feb #eb831f #1feb83

Analogous Colors of #831feb

#831feb #e91feb #1f21eb

Monochromatic Colors of #831feb

#831feb

Complementary Color

#831feb #87eb1f

#831feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#831feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#831feb Color CSS Codes

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

#831feb Text Font Color

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

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


#831feb Background Color

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

This div background color is #831feb


#831feb Border Color

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

This div border color is #831feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #831feb


Comments

No comments written yet.

Please login to write comment.