Color Hex Logo

#843570 Color Hex

#843570
(132,53,112)
0 Favorites   0 Comments

Color spaces of #843570

RGB 13253112
HSL0.880.430.36
HSV315°60°52°
CMYK 0.000.600.15   0.48
XYZ13.71358.621616.2706
Yxy8.62160.35520.2233
Hunter Lab29.362631.9822-12.3004
CIE-Lab35.245341.3598-17.7776

#843570 color RGB value is (132,53,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00110101 01110000
Octal 204 65 160
Decimal 132 53 112
Hex 84 35 70

RGB Percentages of Color #843570

%44.44
%17.85
%37.71

CMYK Percentages of Color #843570

%0
%60
%15
%48

Triadic Colors of #843570

#843570 #708435 #357084

Analogous Colors of #843570

#843570 #843549 #713584

Monochromatic Colors of #843570

#843570

Complementary Color

#843570 #358449

#843570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#843570 Color CSS Codes

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

#843570 Text Font Color

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

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


#843570 Background Color

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

This div background color is #843570


#843570 Border Color

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

This div border color is #843570


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843570


Comments

No comments written yet.

Please login to write comment.