Color Hex Logo

#833bcb Color Hex

#833BCB
(131,59,203)
0 Favorites   0 Comments

Color spaces of #833bcb

RGB 13159203
HSL0.750.580.51
HSV270°71°80°
CMYK 0.350.710.00   0.20
XYZ21.703512.265057.7234
Yxy12.26500.23670.1338
Hunter Lab35.021449.3327-73.2086
CIE-Lab41.634257.1863-62.4985

#833bcb color RGB value is (131,59,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00111011 11001011
Octal 203 73 313
Decimal 131 59 203
Hex 83 3B CB

RGB Percentages of Color #833bcb

%33.33
%15.01
%51.65

CMYK Percentages of Color #833bcb

%35
%71
%0
%20

Triadic Colors of #833bcb

#833bcb #cb833b #3bcb83

Analogous Colors of #833bcb

#833bcb #cb3bcb #3b3bcb

Monochromatic Colors of #833bcb

#833bcb

Complementary Color

#833bcb #83cb3b

#833bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#833bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#833bcb Color CSS Codes

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

#833bcb Text Font Color

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

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


#833bcb Background Color

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

This div background color is #833bcb


#833bcb Border Color

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

This div border color is #833bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #833bcb


Comments

No comments written yet.

Please login to write comment.