Color Hex Logo

#833cbb Color Hex

#833CBB
(131,60,187)
0 Favorites   0 Comments

Color spaces of #833cbb

RGB 13160187
HSL0.760.510.48
HSV274°68°73°
CMYK 0.300.680.00   0.27
XYZ19.945611.644948.2101
Yxy11.64490.24990.1459
Hunter Lab34.124644.6139-59.8756
CIE-Lab40.646152.9611-54.7710

#833cbb color RGB value is (131,60,187).

#833cbb hex color red value is 131, green value is 60 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #833cbb hue: 0.76 , saturation: 0.51 and the lightness value of 833cbb is 0.48.

The process color (four color CMYK) of #833cbb color hex is 0.30, 0.68, 0.00, 0.27. Web safe color of #833cbb is #9933cc. Color #833cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00111100 10111011
Octal 203 74 273
Decimal 131 60 187
Hex 83 3C BB

RGB Percentages of Color #833cbb

%34.66
%15.87
%49.47

CMYK Percentages of Color #833cbb

%30
%68
%0
%27

Triadic Colors of #833cbb

#833cbb #bb833c #3cbb83

Analogous Colors of #833cbb

#833cbb #bb3cb4 #443cbb

Monochromatic Colors of #833cbb

#833cbb

Complementary Color

#833cbb #74bb3c

#833cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#833cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#833cbb Color CSS Codes

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

#833cbb Text Font Color

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

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


#833cbb Background Color

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

This div background color is #833cbb


#833cbb Border Color

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

This div border color is #833cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #833cbb


Comments

No comments written yet.

Please login to write comment.