Color Hex Logo

#846179 Color Hex

#846179
(132,97,121)
0 Favorites   0 Comments

Color spaces of #846179

RGB 13297121
HSL0.890.150.45
HSV319°27°52°
CMYK 0.000.270.08   0.48
XYZ17.241614.835420.0439
Yxy14.83540.33080.2846
Hunter Lab38.516712.4993-3.8925
CIE-Lab45.407918.3519-7.8968

#846179 color RGB value is (132,97,121).

#846179 hex color red value is 132, green value is 97 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #846179 hue: 0.89 , saturation: 0.15 and the lightness value of 846179 is 0.45.

The process color (four color CMYK) of #846179 color hex is 0.00, 0.27, 0.08, 0.48. Web safe color of #846179 is #996666. Color #846179 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01100001 01111001
Octal 204 141 171
Decimal 132 97 121
Hex 84 61 79

RGB Percentages of Color #846179

%37.71
%27.71
%34.57

CMYK Percentages of Color #846179

%0
%27
%8
%48

Triadic Colors of #846179

#846179 #798461 #617984

Analogous Colors of #846179

#846179 #846168 #7e6184

Monochromatic Colors of #846179

#846179

Complementary Color

#846179 #61846c

#846179 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#846179 Color Preview on White Background

Lorem ipsum dolor sit amet.

#846179 Color CSS Codes

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

#846179 Text Font Color

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

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


#846179 Background Color

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

This div background color is #846179


#846179 Border Color

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

This div border color is #846179


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #846179


Comments

No comments written yet.

Please login to write comment.