Color Hex Logo

#84637d Color Hex

#84637D
(132,99,125)
0 Favorites   0 Comments

Color spaces of #84637d

RGB 13299125
HSL0.870.140.45
HSV313°25°52°
CMYK 0.000.250.05   0.48
XYZ17.679215.309921.4253
Yxy15.30990.32490.2814
Hunter Lab39.127912.1781-5.0760
CIE-Lab46.055817.9341-9.3357

#84637d color RGB value is (132,99,125).

#84637d hex color red value is 132, green value is 99 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #84637d hue: 0.87 , saturation: 0.14 and the lightness value of 84637d is 0.45.

The process color (four color CMYK) of #84637d color hex is 0.00, 0.25, 0.05, 0.48. Web safe color of #84637d is #996666. Color #84637d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01100011 01111101
Octal 204 143 175
Decimal 132 99 125
Hex 84 63 7D

RGB Percentages of Color #84637d

%37.08
%27.81
%35.11

CMYK Percentages of Color #84637d

%0
%25
%5
%48

Triadic Colors of #84637d

#84637d #7d8463 #637d84

Analogous Colors of #84637d

#84637d #84636d #7b6384

Monochromatic Colors of #84637d

#84637d

Complementary Color

#84637d #63846a

#84637d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84637d Color Preview on White Background

Lorem ipsum dolor sit amet.

#84637d Color CSS Codes

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

#84637d Text Font Color

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

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


#84637d Background Color

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

This div background color is #84637d


#84637d Border Color

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

This div border color is #84637d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,99,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #84637d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #84637d;
  -webkit-box-shadow: 1px 1px 3px 2px #84637d;
  box-shadow:         1px 1px 3px 2px #84637d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84637d


Comments

No comments written yet.

Please login to write comment.