Color Hex Logo

#844773 Color Hex

#844773
(132,71,115)
0 Favorites   0 Comments

Color spaces of #844773

RGB 13271115
HSL0.880.300.40
HSV317°46°52°
CMYK 0.000.460.13   0.48
XYZ14.863510.649817.4919
Yxy10.64980.34560.2476
Hunter Lab32.634024.1901-8.9357
CIE-Lab38.984332.3781-13.9228

#844773 color RGB value is (132,71,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01000111 01110011
Octal 204 107 163
Decimal 132 71 115
Hex 84 47 73

RGB Percentages of Color #844773

%41.51
%22.33
%36.16

CMYK Percentages of Color #844773

%0
%46
%13
%48

Triadic Colors of #844773

#844773 #738447 #477384

Analogous Colors of #844773

#844773 #844755 #774784

Monochromatic Colors of #844773

#844773

Complementary Color

#844773 #478458

#844773 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#844773 Color Preview on White Background

Lorem ipsum dolor sit amet.

#844773 Color CSS Codes

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

#844773 Text Font Color

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

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


#844773 Background Color

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

This div background color is #844773


#844773 Border Color

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

This div border color is #844773


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #844773


Comments

No comments written yet.

Please login to write comment.