Color Hex Logo

#833bda Color Hex

#833BDA
(131,59,218)
0 Favorites   0 Comments

Color spaces of #833bda

RGB 13159218
HSL0.740.680.54
HSV267°73°85°
CMYK 0.400.730.00   0.15
XYZ23.578913.015267.5991
Yxy13.01520.22630.1249
Hunter Lab36.076653.5298-85.8420
CIE-Lab42.786160.7817-69.2621

#833bda color RGB value is (131,59,218).

#833bda hex color red value is 131, green value is 59 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #833bda hue: 0.74 , saturation: 0.68 and the lightness value of 833bda is 0.54.

The process color (four color CMYK) of #833bda color hex is 0.40, 0.73, 0.00, 0.15. Web safe color of #833bda is #9933cc. Color #833bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00111011 11011010
Octal 203 73 332
Decimal 131 59 218
Hex 83 3B DA

RGB Percentages of Color #833bda

%32.11
%14.46
%53.43

CMYK Percentages of Color #833bda

%40
%73
%0
%15

Triadic Colors of #833bda

#833bda #da833b #3bda83

Analogous Colors of #833bda

#833bda #d33bda #3b42da

Monochromatic Colors of #833bda

#833bda

Complementary Color

#833bda #92da3b

#833bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#833bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#833bda Color CSS Codes

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

#833bda Text Font Color

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

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


#833bda Background Color

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

This div background color is #833bda


#833bda Border Color

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

This div border color is #833bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #833bda


Comments

No comments written yet.

Please login to write comment.