Color Hex Logo

#843571 Color Hex

#843571
(132,53,113)
0 Favorites   0 Comments

Color spaces of #843571

RGB 13253113
HSL0.870.430.36
HSV314°60°52°
CMYK 0.000.600.14   0.48
XYZ13.76958.644016.5655
Yxy8.64400.35330.2218
Hunter Lab29.400732.1474-12.8258
CIE-Lab35.289641.5251-18.3385

#843571 color RGB value is (132,53,113).

#843571 hex color red value is 132, green value is 53 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #843571 hue: 0.87 , saturation: 0.43 and the lightness value of 843571 is 0.36.

The process color (four color CMYK) of #843571 color hex is 0.00, 0.60, 0.14, 0.48. Web safe color of #843571 is #993366. Color #843571 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00110101 01110001
Octal 204 65 161
Decimal 132 53 113
Hex 84 35 71

RGB Percentages of Color #843571

%44.30
%17.79
%37.92

CMYK Percentages of Color #843571

%0
%60
%14
%48

Triadic Colors of #843571

#843571 #718435 #357184

Analogous Colors of #843571

#843571 #84354a #703584

Monochromatic Colors of #843571

#843571

Complementary Color

#843571 #358448

#843571 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843571 Color Preview on White Background

Lorem ipsum dolor sit amet.

#843571 Color CSS Codes

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

#843571 Text Font Color

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

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


#843571 Background Color

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

This div background color is #843571


#843571 Border Color

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

This div border color is #843571


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843571


Comments

No comments written yet.

Please login to write comment.