Color Hex Logo

#84466c Color Hex

#84466C
(132,70,108)
0 Favorites   0 Comments

Color spaces of #84466c

RGB 13270108
HSL0.900.310.40
HSV323°47°52°
CMYK 0.000.470.18   0.48
XYZ14.412710.368615.4291
Yxy10.36860.35840.2579
Hunter Lab32.200323.5452-5.8692
CIE-Lab38.496031.7313-10.3108

#84466c color RGB value is (132,70,108).

#84466c hex color red value is 132, green value is 70 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #84466c hue: 0.90 , saturation: 0.31 and the lightness value of 84466c is 0.40.

The process color (four color CMYK) of #84466c color hex is 0.00, 0.47, 0.18, 0.48. Web safe color of #84466c is #993366. Color #84466c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01000110 01101100
Octal 204 106 154
Decimal 132 70 108
Hex 84 46 6C

RGB Percentages of Color #84466c

%42.58
%22.58
%34.84

CMYK Percentages of Color #84466c

%0
%47
%18
%48

Triadic Colors of #84466c

#84466c #6c8446 #466c84

Analogous Colors of #84466c

#84466c #84464d #7d4684

Monochromatic Colors of #84466c

#84466c

Complementary Color

#84466c #46845e

#84466c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84466c Color Preview on White Background

Lorem ipsum dolor sit amet.

#84466c Color CSS Codes

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

#84466c Text Font Color

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

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


#84466c Background Color

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

This div background color is #84466c


#84466c Border Color

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

This div border color is #84466c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,70,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #84466c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #84466c;
  -webkit-box-shadow: 1px 1px 3px 2px #84466c;
  box-shadow:         1px 1px 3px 2px #84466c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84466c


Comments

No comments written yet.

Please login to write comment.