Color Hex Logo

#833cbd Color Hex

#833CBD
(131,60,189)
0 Favorites   0 Comments

Color spaces of #833cbd

RGB 13160189
HSL0.760.520.49
HSV273°68°74°
CMYK 0.310.680.00   0.26
XYZ20.161211.731149.3458
Yxy11.73110.24820.1444
Hunter Lab34.250745.1329-61.4450
CIE-Lab40.785553.4269-55.7183

#833cbd color RGB value is (131,60,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00111100 10111101
Octal 203 74 275
Decimal 131 60 189
Hex 83 3C BD

RGB Percentages of Color #833cbd

%34.47
%15.79
%49.74

CMYK Percentages of Color #833cbd

%31
%68
%0
%26

Triadic Colors of #833cbd

#833cbd #bd833c #3cbd83

Analogous Colors of #833cbd

#833cbd #bd3cb7 #423cbd

Monochromatic Colors of #833cbd

#833cbd

Complementary Color

#833cbd #76bd3c

#833cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#833cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#833cbd Color CSS Codes

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

#833cbd Text Font Color

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

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


#833cbd Background Color

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

This div background color is #833cbd


#833cbd Border Color

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

This div border color is #833cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #833cbd


Comments

No comments written yet.

Please login to write comment.