Color Hex Logo

#843230 Color Hex

#843230
(132,50,48)
0 Favorites   0 Comments

Color spaces of #843230

RGB 1325048
HSL0.000.470.35
HSV64°52°
CMYK 0.000.620.64   0.48
XYZ11.18987.40013.6349
Yxy7.40010.50350.3330
Hunter Lab27.203125.819211.1198
CIE-Lab32.700935.137819.5688

#843230 color RGB value is (132,50,48).

#843230 hex color red value is 132, green value is 50 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #843230 hue: 0.00 , saturation: 0.47 and the lightness value of 843230 is 0.35.

The process color (four color CMYK) of #843230 color hex is 0.00, 0.62, 0.64, 0.48. Web safe color of #843230 is #993333. Color #843230 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00110010 00110000
Octal 204 62 60
Decimal 132 50 48
Hex 84 32 30

RGB Percentages of Color #843230

%57.39
%21.74
%20.87

CMYK Percentages of Color #843230

%0
%62
%64
%48

Triadic Colors of #843230

#843230 #308432 #323084

Analogous Colors of #843230

#843230 #845c30 #843058

Monochromatic Colors of #843230

#843230

Complementary Color

#843230 #308284

#843230 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843230 Color Preview on White Background

Lorem ipsum dolor sit amet.

#843230 Color CSS Codes

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

#843230 Text Font Color

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

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


#843230 Background Color

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

This div background color is #843230


#843230 Border Color

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

This div border color is #843230


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843230


Comments

No comments written yet.

Please login to write comment.