Color Hex Logo

#833bbb Color Hex

#833BBB
(131,59,187)
0 Favorites   0 Comments

Color spaces of #833bbb

RGB 13159187
HSL0.760.520.48
HSV274°68°73°
CMYK 0.300.680.00   0.27
XYZ19.893711.541148.1928
Yxy11.54110.24980.1449
Hunter Lab33.972245.0761-60.3280
CIE-Lab40.477353.4308-55.0438

#833bbb color RGB value is (131,59,187).

#833bbb hex color red value is 131, green value is 59 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #833bbb hue: 0.76 , saturation: 0.52 and the lightness value of 833bbb is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00111011 10111011
Octal 203 73 273
Decimal 131 59 187
Hex 83 3B BB

RGB Percentages of Color #833bbb

%34.75
%15.65
%49.60

CMYK Percentages of Color #833bbb

%30
%68
%0
%27

Triadic Colors of #833bbb

#833bbb #bb833b #3bbb83

Analogous Colors of #833bbb

#833bbb #bb3bb3 #433bbb

Monochromatic Colors of #833bbb

#833bbb

Complementary Color

#833bbb #73bb3b

#833bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#833bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#833bbb Color CSS Codes

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

#833bbb Text Font Color

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

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


#833bbb Background Color

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

This div background color is #833bbb


#833bbb Border Color

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

This div border color is #833bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #833bbb


Comments

No comments written yet.

Please login to write comment.