COLOR #84487D

HEX: #84487D RGB: (132,72,125)

Color info

#84487D contains mainly red and blue colors. Web safe color of #84487D is #993366 (or #936).

RGB color model

#84487D color RGB value is (132,72,125).

RGB: (132,72,125) (52%, 28%, 49%)

RGB channels and saturation

R 132 of 255 = 52%
G 72 of 255 = 28%
B 125 of 255 = 49%

132
72
125

R + G + B ~ 43%. #84487D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 132 + 72 + 125 = 329 (100%)
R 132 of 329 ~ 40.12%
G 72 of 329 ~ 21.88%
B 125 of 329 ~ 37.99'%

%40.12
%21.88
%37.99

CMYK color model

#84487D color CMYK value is (0,45,5,48).

  • cyan value is 0.00%
  • magenta value is 45.45%
  • yellow value is 5.30%
  • key color value is 48.24%

CMYK: (0,45,5,48)
C0M45Y5K48 (0%, 45%, 5%, 48%)
(0.00 / 0.45 / 0.05 / 0.48)

CMYK percentages

%0
%45.45
%5.3
%48.24

Codes

Color #84487D in popluar color models

84 48 7D
RGB 132 72 125
HSL 307° 29.41% 40.00%
HSB/HSV 307° 45.45% 51.76%
CMYK 0.00% 45.45% 5.30%
48.24%

Color #84487D in popluar number systems.

HEX 84 48 7D
Decimal 132 72 125
Binary 10000100 1001000 1111101
Octal 204 110 175

Shades and tints

Shades of #84487D

#84487D
(132,72,125)
#784272
(120,66,114)
#6C3C67
(108,60,103)
#60365C
(96,54,92)
#543051
(84,48,81)
#482A46
(72,42,70)
#3C243B
(60,36,59)
#301E30
(48,30,48)
#241825
(36,24,37)
#18121A
(24,18,26)
#0C0C0F
(12,12,15)
#000000
(0,0,0)

Tints of #84487D

#84487D
(132,72,125)
#8F5888
(143,88,136)
#9A6893
(154,104,147)
#A5789E
(165,120,158)
#B088A9
(176,136,169)
#BB98B4
(187,152,180)
#C6A8BF
(198,168,191)
#D1B8CA
(209,184,202)
#DCC8D5
(220,200,213)
#E7D8E0
(231,216,224)
#F2E8EB
(242,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84487D color. Also use rgb(132,72,125) instead hex code.

Text Font Color

.myTextColor { color: #84487D; }

<p style="color:#84487D">This sample text font color is #84487D.</p>

This text font color is #84487D.

Background Color

.myBgColor { background-color: #84487D; }

<div style="background-color:#84487D">Inner text</div>

This div background color is #84487D.

Border color

.myBorderColor { border: 1px solid #84487D; }

<div style="border:3px solid #84487D">Div</div>

This div border color is #84487D.

Opacity

.myOpacity80 { color: #84487D; opacity: 0.8; }

<p style="color:#84487D;opacity:0.8;">80%</p>

Text with #84487D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #84487D;}

<p style="text-shadow: 3px 3px 1px #84487D">Text here.</p>

This text has shadow with #84487D color.


.textShadow {text-shadow: 3px 3px 1px #84487D', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #84487D, 5px 5px 20px red">Text here.</p>

This text has shadow with #84487D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#84487D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#84487D, Direction=45, Strength=4)">Text</p>

This text has shadow with #84487D and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #84487D;
-webkit-box-shadow: 1px 1px 3px 2px #84487D;
box-shadow: 1px 1px 3px 2px #84487D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #84487D; -webkit-box-shadow: 1px 1px 3px 2px #84487D; box-shadow:1px 1px 3px 2px #84487D;">
Div content here
</div>

This div box has shadow with color #84487D.

Preview

Color preview on black background

This text has color #84487D on black background.


Color preview on white background

This text has color #84487D on white background.


Black color preview on #84487D background

This text has black color on #84487D background.


White color preview on #84487D background

This text has white color on #84487D background.


Related colors

Complementary color

Complementary color for #hex is #7BB782.


I love getcolorcode.com

Triadic colors

1 #7D8448 and #487D84 with #84487D are triadic colors.

2 #7D4884 and #48847D with #84487D are triadic colors.