Color Hex Logo

#833971 Color Hex

#833971
(131,57,113)
0 Favorites   0 Comments

Color spaces of #833971

RGB 13157113
HSL0.870.390.37
HSV315°56°51°
CMYK 0.000.560.14   0.49
XYZ13.80388.943816.6216
Yxy8.94380.35060.2272
Hunter Lab29.906230.0544-12.0185
CIE-Lab35.875939.2161-17.4482

#833971 color RGB value is (131,57,113).

#833971 hex color red value is 131, green value is 57 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #833971 hue: 0.87 , saturation: 0.39 and the lightness value of 833971 is 0.37.

The process color (four color CMYK) of #833971 color hex is 0.00, 0.56, 0.14, 0.49. Web safe color of #833971 is #993366. Color #833971 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00111001 01110001
Octal 203 71 161
Decimal 131 57 113
Hex 83 39 71

RGB Percentages of Color #833971

%43.52
%18.94
%37.54

CMYK Percentages of Color #833971

%0
%56
%14
%49

Triadic Colors of #833971

#833971 #718339 #397183

Analogous Colors of #833971

#833971 #83394c #703983

Monochromatic Colors of #833971

#833971

Complementary Color

#833971 #39834b

#833971 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#833971 Color Preview on White Background

Lorem ipsum dolor sit amet.

#833971 Color CSS Codes

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

#833971 Text Font Color

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

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


#833971 Background Color

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

This div background color is #833971


#833971 Border Color

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

This div border color is #833971


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #833971


Comments

No comments written yet.

Please login to write comment.