Color Hex Logo

#831bed Color Hex

#831BED
(131,27,237)
0 Favorites   0 Comments

Color spaces of #831bed

RGB 13127237
HSL0.750.850.52
HSV270°89°93°
CMYK 0.450.890.00   0.07
XYZ25.038111.723681.0640
Yxy11.72360.21250.0995
Hunter Lab34.239770.6101-116.4037
CIE-Lab40.773475.8089-83.3820

#831bed color RGB value is (131,27,237).

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

The process color (four color CMYK) of #831bed color hex is 0.45, 0.89, 0.00, 0.07. Web safe color of #831bed is #9933ff. Color #831bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00011011 11101101
Octal 203 33 355
Decimal 131 27 237
Hex 83 1B ED

RGB Percentages of Color #831bed

%33.16
%6.84
%60.00

CMYK Percentages of Color #831bed

%45
%89
%0
%7

Triadic Colors of #831bed

#831bed #ed831b #1bed83

Analogous Colors of #831bed

#831bed #ec1bed #1b1ced

Monochromatic Colors of #831bed

#831bed

Complementary Color

#831bed #85ed1b

#831bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#831bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#831bed Color CSS Codes

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

#831bed Text Font Color

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

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


#831bed Background Color

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

This div background color is #831bed


#831bed Border Color

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

This div border color is #831bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #831bed


Comments

No comments written yet.

Please login to write comment.