Color Hex Logo

#831ebc Color Hex

#831EBC
(131,30,188)
0 Favorites   0 Comments

Color spaces of #831ebc

RGB 13130188
HSL0.770.720.43
HSV278°84°74°
CMYK 0.300.840.00   0.26
XYZ18.90149.384748.3922
Yxy9.38470.24650.1224
Hunter Lab30.634556.5238-72.2143
CIE-Lab36.714764.6286-61.7410

#831ebc color RGB value is (131,30,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00011110 10111100
Octal 203 36 274
Decimal 131 30 188
Hex 83 1E BC

RGB Percentages of Color #831ebc

%37.54
%8.60
%53.87

CMYK Percentages of Color #831ebc

%30
%84
%0
%26

Triadic Colors of #831ebc

#831ebc #bc831e #1ebc83

Analogous Colors of #831ebc

#831ebc #bc1ea6 #341ebc

Monochromatic Colors of #831ebc

#831ebc

Complementary Color

#831ebc #57bc1e

#831ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#831ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#831ebc Color CSS Codes

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

#831ebc Text Font Color

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

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


#831ebc Background Color

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

This div background color is #831ebc


#831ebc Border Color

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

This div border color is #831ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #831ebc


Comments

No comments written yet.

Please login to write comment.