Color Hex Logo

#843170 Color Hex

#843170
(132,49,112)
0 Favorites   0 Comments

Color spaces of #843170

RGB 13249112
HSL0.870.460.35
HSV314°63°52°
CMYK 0.000.630.15   0.48
XYZ13.53878.272016.2123
Yxy8.27200.35610.2176
Hunter Lab28.761133.6934-13.2883
CIE-Lab34.543143.2676-18.8614

#843170 color RGB value is (132,49,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00110001 01110000
Octal 204 61 160
Decimal 132 49 112
Hex 84 31 70

RGB Percentages of Color #843170

%45.05
%16.72
%38.23

CMYK Percentages of Color #843170

%0
%63
%15
%48

Triadic Colors of #843170

#843170 #708431 #317084

Analogous Colors of #843170

#843170 #843146 #6f3184

Monochromatic Colors of #843170

#843170

Complementary Color

#843170 #318445

#843170 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843170 Color Preview on White Background

Lorem ipsum dolor sit amet.

#843170 Color CSS Codes

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

#843170 Text Font Color

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

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


#843170 Background Color

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

This div background color is #843170


#843170 Border Color

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

This div border color is #843170


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,49,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 #843170">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843170


Comments

No comments written yet.

Please login to write comment.