Color Hex Logo

#833beb Color Hex

#833BEB
(131,59,235)
0 Favorites   0 Comments

Color spaces of #833beb

RGB 13159235
HSL0.730.810.58
HSV265°75°92°
CMYK 0.440.750.00   0.08
XYZ25.919413.951479.9240
Yxy13.95140.21640.1165
Hunter Lab37.351658.5014-100.7212
CIE-Lab44.163264.9153-76.6839

#833beb color RGB value is (131,59,235).

#833beb hex color red value is 131, green value is 59 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #833beb hue: 0.73 , saturation: 0.81 and the lightness value of 833beb is 0.58.

The process color (four color CMYK) of #833beb color hex is 0.44, 0.75, 0.00, 0.08. Web safe color of #833beb is #9933ff. Color #833beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00111011 11101011
Octal 203 73 353
Decimal 131 59 235
Hex 83 3B EB

RGB Percentages of Color #833beb

%30.82
%13.88
%55.29

CMYK Percentages of Color #833beb

%44
%75
%0
%8

Triadic Colors of #833beb

#833beb #eb833b #3beb83

Analogous Colors of #833beb

#833beb #db3beb #3b4beb

Monochromatic Colors of #833beb

#833beb

Complementary Color

#833beb #a3eb3b

#833beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#833beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#833beb Color CSS Codes

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

#833beb Text Font Color

<p style="color:#833beb">Text here</p>

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


#833beb Background Color

<div style="background-color:#833beb">
Div content here</div>

This div background color is #833beb


#833beb Border Color

<div style="border:3px solid #833beb">
Div here</div>

This div border color is #833beb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,59,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #833beb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #833beb;
  -webkit-box-shadow: 1px 1px 3px 2px #833beb;
  box-shadow:         1px 1px 3px 2px #833beb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #833beb


Comments

No comments written yet.

Please login to write comment.