Color Hex Logo

#833bcd Color Hex

#833BCD
(131,59,205)
0 Favorites   0 Comments

Color spaces of #833bcd

RGB 13159205
HSL0.750.590.52
HSV270°71°80°
CMYK 0.360.710.00   0.20
XYZ21.943512.361058.9870
Yxy12.36100.23520.1325
Hunter Lab35.158249.8814-74.8636
CIE-Lab41.784257.6622-63.4125

#833bcd color RGB value is (131,59,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00111011 11001101
Octal 203 73 315
Decimal 131 59 205
Hex 83 3B CD

RGB Percentages of Color #833bcd

%33.16
%14.94
%51.90

CMYK Percentages of Color #833bcd

%36
%71
%0
%20

Triadic Colors of #833bcd

#833bcd #cd833b #3bcd83

Analogous Colors of #833bcd

#833bcd #cc3bcd #3b3ccd

Monochromatic Colors of #833bcd

#833bcd

Complementary Color

#833bcd #85cd3b

#833bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#833bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#833bcd Color CSS Codes

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

#833bcd Text Font Color

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

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


#833bcd Background Color

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

This div background color is #833bcd


#833bcd Border Color

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

This div border color is #833bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #833bcd


Comments

No comments written yet.

Please login to write comment.