Color Hex Logo

#831abb Color Hex

#831ABB
(131,26,187)
0 Favorites   0 Comments

Color spaces of #831abb

RGB 13126187
HSL0.780.760.42
HSV279°86°73°
CMYK 0.300.860.00   0.27
XYZ18.69919.151947.7947
Yxy9.15190.24720.1210
Hunter Lab30.252157.3913-72.4946
CIE-Lab36.275165.4782-61.8680

#831abb color RGB value is (131,26,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00011010 10111011
Octal 203 32 273
Decimal 131 26 187
Hex 83 1A BB

RGB Percentages of Color #831abb

%38.08
%7.56
%54.36

CMYK Percentages of Color #831abb

%30
%86
%0
%27

Triadic Colors of #831abb

#831abb #bb831a #1abb83

Analogous Colors of #831abb

#831abb #bb1aa3 #331abb

Monochromatic Colors of #831abb

#831abb

Complementary Color

#831abb #52bb1a

#831abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#831abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#831abb Color CSS Codes

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

#831abb Text Font Color

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

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


#831abb Background Color

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

This div background color is #831abb


#831abb Border Color

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

This div border color is #831abb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,26,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 #831abb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #831abb


Comments

No comments written yet.

Please login to write comment.