Color Hex Logo

#835bef Color Hex

#835BEF
(131,91,239)
0 Favorites   0 Comments

Color spaces of #835bef

RGB 13191239
HSL0.710.820.65
HSV256°62°94°
CMYK 0.450.620.00   0.06
XYZ28.681118.539583.7282
Yxy18.53950.21900.1416
Hunter Lab43.057543.5502-85.1531
CIE-Lab50.144050.2651-69.1902

#835bef color RGB value is (131,91,239).

#835bef hex color red value is 131, green value is 91 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #835bef hue: 0.71 , saturation: 0.82 and the lightness value of 835bef is 0.65.

The process color (four color CMYK) of #835bef color hex is 0.45, 0.62, 0.00, 0.06. Web safe color of #835bef is #9966ff. Color #835bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01011011 11101111
Octal 203 133 357
Decimal 131 91 239
Hex 83 5B EF

RGB Percentages of Color #835bef

%28.42
%19.74
%51.84

CMYK Percentages of Color #835bef

%45
%62
%0
%6

Triadic Colors of #835bef

#835bef #ef835b #5bef83

Analogous Colors of #835bef

#835bef #cd5bef #5b7def

Monochromatic Colors of #835bef

#835bef

Complementary Color

#835bef #c7ef5b

#835bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#835bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#835bef Color CSS Codes

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

#835bef Text Font Color

<p style="color:#835bef">Text here</p>

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


#835bef Background Color

<div style="background-color:#835bef">
Div content here</div>

This div background color is #835bef


#835bef Border Color

<div style="border:3px solid #835bef">
Div here</div>

This div border color is #835bef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,91,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #835bef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #835bef;
  -webkit-box-shadow: 1px 1px 3px 2px #835bef;
  box-shadow:         1px 1px 3px 2px #835bef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #835bef


Comments

No comments written yet.

Please login to write comment.