Color Hex Logo

#831fec Color Hex

#831FEC
(131,31,236)
0 Favorites   0 Comments

Color spaces of #831fec

RGB 13131236
HSL0.750.840.52
HSV269°87°93°
CMYK 0.440.870.00   0.07
XYZ24.990411.861480.3292
Yxy11.86140.21330.1012
Hunter Lab34.440469.2513-114.1805
CIE-Lab40.995074.6502-82.4507

#831fec color RGB value is (131,31,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00011111 11101100
Octal 203 37 354
Decimal 131 31 236
Hex 83 1F EC

RGB Percentages of Color #831fec

%32.91
%7.79
%59.30

CMYK Percentages of Color #831fec

%44
%87
%0
%7

Triadic Colors of #831fec

#831fec #ec831f #1fec83

Analogous Colors of #831fec

#831fec #ea1fec #1f22ec

Monochromatic Colors of #831fec

#831fec

Complementary Color

#831fec #88ec1f

#831fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#831fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#831fec Color CSS Codes

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

#831fec Text Font Color

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

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


#831fec Background Color

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

This div background color is #831fec


#831fec Border Color

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

This div border color is #831fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #831fec


Comments

No comments written yet.

Please login to write comment.