Color Hex Logo

#844570 Color Hex

#844570
(132,69,112)
0 Favorites   0 Comments

Color spaces of #844570

RGB 13269112
HSL0.890.310.39
HSV319°48°52°
CMYK 0.000.480.15   0.48
XYZ14.568510.331616.5556
Yxy10.33160.35140.2492
Hunter Lab32.142824.6540-8.0382
CIE-Lab38.431132.9684-12.9009

#844570 color RGB value is (132,69,112).

#844570 hex color red value is 132, green value is 69 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #844570 hue: 0.89 , saturation: 0.31 and the lightness value of 844570 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01000101 01110000
Octal 204 105 160
Decimal 132 69 112
Hex 84 45 70

RGB Percentages of Color #844570

%42.17
%22.04
%35.78

CMYK Percentages of Color #844570

%0
%48
%15
%48

Triadic Colors of #844570

#844570 #708445 #457084

Analogous Colors of #844570

#844570 #844551 #794584

Monochromatic Colors of #844570

#844570

Complementary Color

#844570 #458459

#844570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#844570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#844570 Color CSS Codes

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

#844570 Text Font Color

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

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


#844570 Background Color

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

This div background color is #844570


#844570 Border Color

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

This div border color is #844570


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #844570


Comments

No comments written yet.

Please login to write comment.