Color Hex Logo

#833565 Color Hex

#833565
(131,53,101)
0 Favorites   0 Comments

Color spaces of #833565

RGB 13153101
HSL0.900.420.36
HSV323°60°51°
CMYK 0.000.600.23   0.49
XYZ12.98218.311113.2319
Yxy8.31110.37600.2407
Hunter Lab28.829029.9304-7.0326
CIE-Lab34.622639.2963-11.7841

#833565 color RGB value is (131,53,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00110101 01100101
Octal 203 65 145
Decimal 131 53 101
Hex 83 35 65

RGB Percentages of Color #833565

%45.96
%18.60
%35.44

CMYK Percentages of Color #833565

%0
%60
%23
%49

Triadic Colors of #833565

#833565 #658335 #356583

Analogous Colors of #833565

#833565 #83353e #7a3583

Monochromatic Colors of #833565

#833565

Complementary Color

#833565 #358353

#833565 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#833565 Color Preview on White Background

Lorem ipsum dolor sit amet.

#833565 Color CSS Codes

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

#833565 Text Font Color

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

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


#833565 Background Color

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

This div background color is #833565


#833565 Border Color

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

This div border color is #833565


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #833565


Comments

No comments written yet.

Please login to write comment.