Color Hex Logo

#833bcc Color Hex

#833BCC
(131,59,204)
0 Favorites   0 Comments

Color spaces of #833bcc

RGB 13159204
HSL0.750.590.52
HSV270°71°80°
CMYK 0.360.710.00   0.20
XYZ21.823112.312958.3532
Yxy12.31290.23600.1331
Hunter Lab35.089749.6061-74.0347
CIE-Lab41.709257.4236-62.9559

#833bcc color RGB value is (131,59,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00111011 11001100
Octal 203 73 314
Decimal 131 59 204
Hex 83 3B CC

RGB Percentages of Color #833bcc

%33.25
%14.97
%51.78

CMYK Percentages of Color #833bcc

%36
%71
%0
%20

Triadic Colors of #833bcc

#833bcc #cc833b #3bcc83

Analogous Colors of #833bcc

#833bcc #cc3bcc #3b3ccc

Monochromatic Colors of #833bcc

#833bcc

Complementary Color

#833bcc #84cc3b

#833bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#833bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#833bcc Color CSS Codes

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

#833bcc Text Font Color

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

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


#833bcc Background Color

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

This div background color is #833bcc


#833bcc Border Color

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

This div border color is #833bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #833bcc


Comments

No comments written yet.

Please login to write comment.