Color Hex Logo

#84677e Color Hex

#84677E
(132,103,126)
0 Favorites   0 Comments

Color spaces of #84677e

RGB 132103126
HSL0.870.120.46
HSV312°22°52°
CMYK 0.000.220.05   0.48
XYZ18.131916.112421.8930
Yxy16.11240.32300.2870
Hunter Lab40.140310.3854-4.2393
CIE-Lab47.121615.7556-8.3384

#84677e color RGB value is (132,103,126).

#84677e hex color red value is 132, green value is 103 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #84677e hue: 0.87 , saturation: 0.12 and the lightness value of 84677e is 0.46.

The process color (four color CMYK) of #84677e color hex is 0.00, 0.22, 0.05, 0.48. Web safe color of #84677e is #996666. Color #84677e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01100111 01111110
Octal 204 147 176
Decimal 132 103 126
Hex 84 67 7E

RGB Percentages of Color #84677e

%36.57
%28.53
%34.90

CMYK Percentages of Color #84677e

%0
%22
%5
%48

Triadic Colors of #84677e

#84677e #7e8467 #677e84

Analogous Colors of #84677e

#84677e #846770 #7c6784

Monochromatic Colors of #84677e

#84677e

Complementary Color

#84677e #67846d

#84677e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84677e Color Preview on White Background

Lorem ipsum dolor sit amet.

#84677e Color CSS Codes

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

#84677e Text Font Color

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

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


#84677e Background Color

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

This div background color is #84677e


#84677e Border Color

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

This div border color is #84677e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84677e


Comments

No comments written yet.

Please login to write comment.