Color Hex Logo

#832847 Color Hex

#832847
(131,40,71)
0 Favorites   0 Comments

Color spaces of #832847

RGB 1314071
HSL0.940.530.34
HSV340°69°51°
CMYK 0.000.690.46   0.49
XYZ11.25626.79786.6801
Yxy6.79780.45510.2748
Hunter Lab26.072631.43603.0600
CIE-Lab31.342141.47862.7436

#832847 color RGB value is (131,40,71).

#832847 hex color red value is 131, green value is 40 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #832847 hue: 0.94 , saturation: 0.53 and the lightness value of 832847 is 0.34.

The process color (four color CMYK) of #832847 color hex is 0.00, 0.69, 0.46, 0.49. Web safe color of #832847 is #993333. Color #832847 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00101000 01000111
Octal 203 50 107
Decimal 131 40 71
Hex 83 28 47

RGB Percentages of Color #832847

%54.13
%16.53
%29.34

CMYK Percentages of Color #832847

%0
%69
%46
%49

Triadic Colors of #832847

#832847 #478328 #284783

Analogous Colors of #832847

#832847 #833728 #832875

Monochromatic Colors of #832847

#832847

Complementary Color

#832847 #288364

#832847 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#832847 Color Preview on White Background

Lorem ipsum dolor sit amet.

#832847 Color CSS Codes

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

#832847 Text Font Color

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

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


#832847 Background Color

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

This div background color is #832847


#832847 Border Color

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

This div border color is #832847


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #832847


Comments

No comments written yet.

Please login to write comment.