Color Hex Logo

#832844 Color Hex

#832844
(131,40,68)
0 Favorites   0 Comments

Color spaces of #832844

RGB 1314068
HSL0.950.530.34
HSV342°69°51°
CMYK 0.000.690.48   0.49
XYZ11.16236.76026.1854
Yxy6.76020.46300.2804
Hunter Lab26.000431.13174.0954
CIE-Lab31.254641.17094.5901

#832844 color RGB value is (131,40,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00101000 01000100
Octal 203 50 104
Decimal 131 40 68
Hex 83 28 44

RGB Percentages of Color #832844

%54.81
%16.74
%28.45

CMYK Percentages of Color #832844

%0
%69
%48
%49

Triadic Colors of #832844

#832844 #448328 #284483

Analogous Colors of #832844

#832844 #833a28 #832872

Monochromatic Colors of #832844

#832844

Complementary Color

#832844 #288367

#832844 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#832844 Color Preview on White Background

Lorem ipsum dolor sit amet.

#832844 Color CSS Codes

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

#832844 Text Font Color

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

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


#832844 Background Color

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

This div background color is #832844


#832844 Border Color

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

This div border color is #832844


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #832844


Comments

No comments written yet.

Please login to write comment.