Color Hex Logo

#831ebd Color Hex

#831EBD
(131,30,189)
0 Favorites   0 Comments

Color spaces of #831ebd

RGB 13130189
HSL0.770.730.43
HSV278°84°74°
CMYK 0.310.840.00   0.26
XYZ19.00979.428048.9620
Yxy9.42800.24560.1218
Hunter Lab30.705056.7767-73.0498
CIE-Lab36.795664.8360-62.1981

#831ebd color RGB value is (131,30,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00011110 10111101
Octal 203 36 275
Decimal 131 30 189
Hex 83 1E BD

RGB Percentages of Color #831ebd

%37.43
%8.57
%54.00

CMYK Percentages of Color #831ebd

%31
%84
%0
%26

Triadic Colors of #831ebd

#831ebd #bd831e #1ebd83

Analogous Colors of #831ebd

#831ebd #bd1ea8 #341ebd

Monochromatic Colors of #831ebd

#831ebd

Complementary Color

#831ebd #58bd1e

#831ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#831ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#831ebd Color CSS Codes

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

#831ebd Text Font Color

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

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


#831ebd Background Color

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

This div background color is #831ebd


#831ebd Border Color

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

This div border color is #831ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #831ebd


Comments

No comments written yet.

Please login to write comment.