Color Hex Logo

#844873 Color Hex

#844873
(132,72,115)
0 Favorites   0 Comments

Color spaces of #844873

RGB 13272115
HSL0.880.290.40
HSV317°45°52°
CMYK 0.000.450.13   0.48
XYZ14.927610.778117.5133
Yxy10.77810.34540.2494
Hunter Lab32.830023.7103-8.6475
CIE-Lab39.204231.8169-13.5879

#844873 color RGB value is (132,72,115).

#844873 hex color red value is 132, green value is 72 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #844873 hue: 0.88 , saturation: 0.29 and the lightness value of 844873 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01001000 01110011
Octal 204 110 163
Decimal 132 72 115
Hex 84 48 73

RGB Percentages of Color #844873

%41.38
%22.57
%36.05

CMYK Percentages of Color #844873

%0
%45
%13
%48

Triadic Colors of #844873

#844873 #738448 #487384

Analogous Colors of #844873

#844873 #844855 #774884

Monochromatic Colors of #844873

#844873

Complementary Color

#844873 #488459

#844873 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#844873 Color Preview on White Background

Lorem ipsum dolor sit amet.

#844873 Color CSS Codes

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

#844873 Text Font Color

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

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


#844873 Background Color

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

This div background color is #844873


#844873 Border Color

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

This div border color is #844873


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #844873


Comments

No comments written yet.

Please login to write comment.