Color Hex Logo

#831bbb Color Hex

#831BBB
(131,27,187)
0 Favorites   0 Comments

Color spaces of #831bbb

RGB 13127187
HSL0.780.750.42
HSV279°86°73°
CMYK 0.300.860.00   0.27
XYZ18.72169.197047.8022
Yxy9.19700.24720.1215
Hunter Lab30.326657.1226-72.2272
CIE-Lab36.360965.2253-61.7282

#831bbb color RGB value is (131,27,187).

#831bbb hex color red value is 131, green value is 27 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #831bbb hue: 0.78 , saturation: 0.75 and the lightness value of 831bbb is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00011011 10111011
Octal 203 33 273
Decimal 131 27 187
Hex 83 1B BB

RGB Percentages of Color #831bbb

%37.97
%7.83
%54.20

CMYK Percentages of Color #831bbb

%30
%86
%0
%27

Triadic Colors of #831bbb

#831bbb #bb831b #1bbb83

Analogous Colors of #831bbb

#831bbb #bb1ba3 #331bbb

Monochromatic Colors of #831bbb

#831bbb

Complementary Color

#831bbb #53bb1b

#831bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#831bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#831bbb Color CSS Codes

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

#831bbb Text Font Color

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

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


#831bbb Background Color

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

This div background color is #831bbb


#831bbb Border Color

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

This div border color is #831bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #831bbb


Comments

No comments written yet.

Please login to write comment.