Color Hex Logo

#833bca Color Hex

#833BCA
(131,59,202)
0 Favorites   0 Comments

Color spaces of #833bca

RGB 13159202
HSL0.750.570.51
HSV270°71°79°
CMYK 0.350.710.00   0.21
XYZ21.584712.217557.0977
Yxy12.21750.23750.1344
Hunter Lab34.953549.0596-72.3846
CIE-Lab41.559756.9488-62.0399

#833bca color RGB value is (131,59,202).

#833bca hex color red value is 131, green value is 59 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #833bca hue: 0.75 , saturation: 0.57 and the lightness value of 833bca is 0.51.

The process color (four color CMYK) of #833bca color hex is 0.35, 0.71, 0.00, 0.21. Web safe color of #833bca is #9933cc. Color #833bca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00111011 11001010
Octal 203 73 312
Decimal 131 59 202
Hex 83 3B CA

RGB Percentages of Color #833bca

%33.42
%15.05
%51.53

CMYK Percentages of Color #833bca

%35
%71
%0
%21

Triadic Colors of #833bca

#833bca #ca833b #3bca83

Analogous Colors of #833bca

#833bca #ca3bca #3b3bca

Monochromatic Colors of #833bca

#833bca

Complementary Color

#833bca #82ca3b

#833bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#833bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#833bca Color CSS Codes

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

#833bca Text Font Color

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

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


#833bca Background Color

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

This div background color is #833bca


#833bca Border Color

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

This div border color is #833bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #833bca


Comments

No comments written yet.

Please login to write comment.