Color Hex Logo

#833fba Color Hex

#833FBA
(131,63,186)
0 Favorites   0 Comments

Color spaces of #833fba

RGB 13163186
HSL0.760.490.49
HSV273°66°73°
CMYK 0.300.660.00   0.27
XYZ20.000511.925547.7021
Yxy11.92550.25120.1498
Hunter Lab34.533342.9477-57.7261
CIE-Lab41.097551.2878-53.4554

#833fba color RGB value is (131,63,186).

#833fba hex color red value is 131, green value is 63 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #833fba hue: 0.76 , saturation: 0.49 and the lightness value of 833fba is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00111111 10111010
Octal 203 77 272
Decimal 131 63 186
Hex 83 3F BA

RGB Percentages of Color #833fba

%34.47
%16.58
%48.95

CMYK Percentages of Color #833fba

%30
%66
%0
%27

Triadic Colors of #833fba

#833fba #ba833f #3fba83

Analogous Colors of #833fba

#833fba #ba3fb4 #453fba

Monochromatic Colors of #833fba

#833fba

Complementary Color

#833fba #76ba3f

#833fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#833fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#833fba Color CSS Codes

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

#833fba Text Font Color

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

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


#833fba Background Color

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

This div background color is #833fba


#833fba Border Color

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

This div border color is #833fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #833fba


Comments

No comments written yet.

Please login to write comment.