Color Hex Logo

#844c7e Color Hex

#844C7E
(132,76,126)
0 Favorites   0 Comments

Color spaces of #844c7e

RGB 13276126
HSL0.850.270.41
HSV306°42°52°
CMYK 0.000.420.05   0.48
XYZ15.866111.580821.1377
Yxy11.58080.32660.2384
Hunter Lab34.030623.6687-13.0059
CIE-Lab40.542031.5896-18.3194

#844c7e color RGB value is (132,76,126).

#844c7e hex color red value is 132, green value is 76 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #844c7e hue: 0.85 , saturation: 0.27 and the lightness value of 844c7e is 0.41.

The process color (four color CMYK) of #844c7e color hex is 0.00, 0.42, 0.05, 0.48. Web safe color of #844c7e is #993366. Color #844c7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01001100 01111110
Octal 204 114 176
Decimal 132 76 126
Hex 84 4C 7E

RGB Percentages of Color #844c7e

%39.52
%22.75
%37.72

CMYK Percentages of Color #844c7e

%0
%42
%5
%48

Triadic Colors of #844c7e

#844c7e #7e844c #4c7e84

Analogous Colors of #844c7e

#844c7e #844c62 #6e4c84

Monochromatic Colors of #844c7e

#844c7e

Complementary Color

#844c7e #4c8452

#844c7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#844c7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#844c7e Color CSS Codes

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

#844c7e Text Font Color

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

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


#844c7e Background Color

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

This div background color is #844c7e


#844c7e Border Color

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

This div border color is #844c7e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,76,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #844c7e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #844c7e;
  -webkit-box-shadow: 1px 1px 3px 2px #844c7e;
  box-shadow:         1px 1px 3px 2px #844c7e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #844c7e


Comments

No comments written yet.

Please login to write comment.