Color Hex Logo

#831ebf Color Hex

#831EBF
(131,30,191)
0 Favorites   0 Comments

Color spaces of #831ebf

RGB 13130191
HSL0.770.730.43
HSV278°84°75°
CMYK 0.310.840.00   0.25
XYZ19.22839.515450.1134
Yxy9.51540.24380.1207
Hunter Lab30.847057.2845-74.7283
CIE-Lab36.958365.2515-63.1095

#831ebf color RGB value is (131,30,191).

#831ebf hex color red value is 131, green value is 30 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #831ebf hue: 0.77 , saturation: 0.73 and the lightness value of 831ebf is 0.43.

The process color (four color CMYK) of #831ebf color hex is 0.31, 0.84, 0.00, 0.25. Web safe color of #831ebf is #9933cc. Color #831ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00011110 10111111
Octal 203 36 277
Decimal 131 30 191
Hex 83 1E BF

RGB Percentages of Color #831ebf

%37.22
%8.52
%54.26

CMYK Percentages of Color #831ebf

%31
%84
%0
%25

Triadic Colors of #831ebf

#831ebf #bf831e #1ebf83

Analogous Colors of #831ebf

#831ebf #bf1eab #331ebf

Monochromatic Colors of #831ebf

#831ebf

Complementary Color

#831ebf #5abf1e

#831ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#831ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#831ebf Color CSS Codes

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

#831ebf Text Font Color

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

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


#831ebf Background Color

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

This div background color is #831ebf


#831ebf Border Color

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

This div border color is #831ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #831ebf


Comments

No comments written yet.

Please login to write comment.