Color Hex Logo

#833566 Color Hex

#833566
(131,53,102)
0 Favorites   0 Comments

Color spaces of #833566

RGB 13153102
HSL0.900.420.36
HSV322°60°51°
CMYK 0.000.600.22   0.49
XYZ13.03148.330813.4915
Yxy8.33080.37390.2390
Hunter Lab28.863130.0804-7.5098
CIE-Lab34.662539.4496-12.3588

#833566 color RGB value is (131,53,102).

#833566 hex color red value is 131, green value is 53 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #833566 hue: 0.90 , saturation: 0.42 and the lightness value of 833566 is 0.36.

The process color (four color CMYK) of #833566 color hex is 0.00, 0.60, 0.22, 0.49. Web safe color of #833566 is #993366. Color #833566 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00110101 01100110
Octal 203 65 146
Decimal 131 53 102
Hex 83 35 66

RGB Percentages of Color #833566

%45.80
%18.53
%35.66

CMYK Percentages of Color #833566

%0
%60
%22
%49

Triadic Colors of #833566

#833566 #668335 #356683

Analogous Colors of #833566

#833566 #83353f #793583

Monochromatic Colors of #833566

#833566

Complementary Color

#833566 #358352

#833566 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#833566 Color Preview on White Background

Lorem ipsum dolor sit amet.

#833566 Color CSS Codes

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

#833566 Text Font Color

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

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


#833566 Background Color

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

This div background color is #833566


#833566 Border Color

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

This div border color is #833566


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,53,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #833566; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #833566;
  -webkit-box-shadow: 1px 1px 3px 2px #833566;
  box-shadow:         1px 1px 3px 2px #833566; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #833566


Comments

No comments written yet.

Please login to write comment.