Color Hex Logo

#833570 Color Hex

#833570
(131,53,112)
0 Favorites   0 Comments

Color spaces of #833570

RGB 13153112
HSL0.870.420.36
HSV315°60°51°
CMYK 0.000.600.15   0.49
XYZ13.55788.541416.2633
Yxy8.54140.35340.2226
Hunter Lab29.225731.6613-12.5353
CIE-Lab35.085941.0506-18.0365

#833570 color RGB value is (131,53,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00110101 01110000
Octal 203 65 160
Decimal 131 53 112
Hex 83 35 70

RGB Percentages of Color #833570

%44.26
%17.91
%37.84

CMYK Percentages of Color #833570

%0
%60
%15
%49

Triadic Colors of #833570

#833570 #708335 #357083

Analogous Colors of #833570

#833570 #833549 #6f3583

Monochromatic Colors of #833570

#833570

Complementary Color

#833570 #358348

#833570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#833570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#833570 Color CSS Codes

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

#833570 Text Font Color

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

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


#833570 Background Color

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

This div background color is #833570


#833570 Border Color

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

This div border color is #833570


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #833570


Comments

No comments written yet.

Please login to write comment.