Color Hex Logo

#833147 Color Hex

#833147
(131,49,71)
0 Favorites   0 Comments

Color spaces of #833147

RGB 1314971
HSL0.960.460.35
HSV344°63°51°
CMYK 0.000.630.46   0.49
XYZ11.59577.47696.7933
Yxy7.47690.44830.2891
Hunter Lab27.343927.84444.4108
CIE-Lab32.868837.34214.9328

#833147 color RGB value is (131,49,71).

#833147 hex color red value is 131, green value is 49 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #833147 hue: 0.96 , saturation: 0.46 and the lightness value of 833147 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00110001 01000111
Octal 203 61 107
Decimal 131 49 71
Hex 83 31 47

RGB Percentages of Color #833147

%52.19
%19.52
%28.29

CMYK Percentages of Color #833147

%0
%63
%46
%49

Triadic Colors of #833147

#833147 #478331 #314783

Analogous Colors of #833147

#833147 #834431 #833170

Monochromatic Colors of #833147

#833147

Complementary Color

#833147 #31836d

#833147 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#833147 Color Preview on White Background

Lorem ipsum dolor sit amet.

#833147 Color CSS Codes

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

#833147 Text Font Color

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

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


#833147 Background Color

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

This div background color is #833147


#833147 Border Color

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

This div border color is #833147


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,49,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 #833147">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #833147


Comments

No comments written yet.

Please login to write comment.