Color Hex Logo

#843157 Color Hex

#843157
(132,49,87)
0 Favorites   0 Comments

Color spaces of #843157

RGB 1324987
HSL0.920.460.35
HSV333°63°52°
CMYK 0.000.630.34   0.48
XYZ12.33437.79039.8704
Yxy7.79030.41120.2597
Hunter Lab27.911130.0371-1.4294
CIE-Lab33.542339.5964-4.4261

#843157 color RGB value is (132,49,87).

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

The process color (four color CMYK) of #843157 color hex is 0.00, 0.63, 0.34, 0.48. Web safe color of #843157 is #993366. Color #843157 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00110001 01010111
Octal 204 61 127
Decimal 132 49 87
Hex 84 31 57

RGB Percentages of Color #843157

%49.25
%18.28
%32.46

CMYK Percentages of Color #843157

%0
%63
%34
%48

Triadic Colors of #843157

#843157 #578431 #315784

Analogous Colors of #843157

#843157 #843531 #843181

Monochromatic Colors of #843157

#843157

Complementary Color

#843157 #31845e

#843157 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843157 Color Preview on White Background

Lorem ipsum dolor sit amet.

#843157 Color CSS Codes

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

#843157 Text Font Color

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

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


#843157 Background Color

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

This div background color is #843157


#843157 Border Color

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

This div border color is #843157


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843157


Comments

No comments written yet.

Please login to write comment.