Color Hex Logo

#843140 Color Hex

#843140
(132,49,64)
0 Favorites   0 Comments

Color spaces of #843140

RGB 1324964
HSL0.970.460.35
HSV349°63°52°
CMYK 0.000.630.52   0.48
XYZ11.53947.47235.6846
Yxy7.47230.46730.3026
Hunter Lab27.335527.51486.8051
CIE-Lab32.858836.98339.4895

#843140 color RGB value is (132,49,64).

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

The process color (four color CMYK) of #843140 color hex is 0.00, 0.63, 0.52, 0.48. Web safe color of #843140 is #993333. Color #843140 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00110001 01000000
Octal 204 61 100
Decimal 132 49 64
Hex 84 31 40

RGB Percentages of Color #843140

%53.88
%20.00
%26.12

CMYK Percentages of Color #843140

%0
%63
%52
%48

Triadic Colors of #843140

#843140 #408431 #314084

Analogous Colors of #843140

#843140 #844c31 #84316a

Monochromatic Colors of #843140

#843140

Complementary Color

#843140 #318475

#843140 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843140 Color Preview on White Background

Lorem ipsum dolor sit amet.

#843140 Color CSS Codes

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

#843140 Text Font Color

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

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


#843140 Background Color

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

This div background color is #843140


#843140 Border Color

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

This div border color is #843140


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,49,64, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843140


Comments

No comments written yet.

Please login to write comment.