Color Hex Logo

#844c60 Color Hex

#844C60
(132,76,96)
0 Favorites   0 Comments

Color spaces of #844c60

RGB 1327696
HSL0.940.270.41
HSV339°42°52°
CMYK 0.000.420.27   0.48
XYZ14.211510.918912.4249
Yxy10.91890.37840.2907
Hunter Lab33.043818.94290.8368
CIE-Lab39.443526.4006-1.4157

#844c60 color RGB value is (132,76,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01001100 01100000
Octal 204 114 140
Decimal 132 76 96
Hex 84 4C 60

RGB Percentages of Color #844c60

%43.42
%25.00
%31.58

CMYK Percentages of Color #844c60

%0
%42
%27
%48

Triadic Colors of #844c60

#844c60 #60844c #4c6084

Analogous Colors of #844c60

#844c60 #84544c #844c7c

Monochromatic Colors of #844c60

#844c60

Complementary Color

#844c60 #4c8470

#844c60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#844c60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#844c60 Color CSS Codes

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

#844c60 Text Font Color

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

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


#844c60 Background Color

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

This div background color is #844c60


#844c60 Border Color

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

This div border color is #844c60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #844c60


Comments

No comments written yet.

Please login to write comment.