Color Hex Logo

#843238 Color Hex

#843238
(132,50,56)
0 Favorites   0 Comments

Color spaces of #843238

RGB 1325056
HSL0.990.450.36
HSV356°62°52°
CMYK 0.000.620.58   0.48
XYZ11.37017.47234.5844
Yxy7.47230.48530.3190
Hunter Lab27.335526.40939.1914
CIE-Lab32.858835.766514.6615

#843238 color RGB value is (132,50,56).

#843238 hex color red value is 132, green value is 50 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #843238 hue: 0.99 , saturation: 0.45 and the lightness value of 843238 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00110010 00111000
Octal 204 62 70
Decimal 132 50 56
Hex 84 32 38

RGB Percentages of Color #843238

%55.46
%21.01
%23.53

CMYK Percentages of Color #843238

%0
%62
%58
%48

Triadic Colors of #843238

#843238 #388432 #323884

Analogous Colors of #843238

#843238 #845532 #843261

Monochromatic Colors of #843238

#843238

Complementary Color

#843238 #32847e

#843238 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843238 Color Preview on White Background

Lorem ipsum dolor sit amet.

#843238 Color CSS Codes

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

#843238 Text Font Color

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

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


#843238 Background Color

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

This div background color is #843238


#843238 Border Color

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

This div border color is #843238


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843238


Comments

No comments written yet.

Please login to write comment.