COLOR #8470B8

HEX: #8470B8 RGB: (132,112,184)

Color info

#8470B8 contains mainly red and blue colors. Web safe color of #8470B8 is #9966CC (or #96C).

RGB color model

#8470B8 color RGB value is (132,112,184).

RGB: (132,112,184) (52%, 44%, 72%)

RGB channels and saturation

R 132 of 255 = 52%
G 112 of 255 = 44%
B 184 of 255 = 72%

132
112
184

R + G + B ~ 56%. #8470B8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 132 + 112 + 184 = 428 (100%)
R 132 of 428 ~ 30.84%
G 112 of 428 ~ 26.17%
B 184 of 428 ~ 42.99'%

%30.84
%26.17
%42.99

CMYK color model

#8470B8 color CMYK value is (28,39,0,28).

  • cyan value is 28.26%
  • magenta value is 39.13%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (28,39,0,28)
C28M39Y0K28 (28%, 39%, 0%, 28%)
(0.28 / 0.39 / 0.00 / 0.28)

CMYK percentages

%28.26
%39.13
%0
%27.84

Codes

Color #8470B8 in popluar color models

84 70 B8
RGB 132 112 184
HSL 257° 33.64% 58.04%
HSB/HSV 257° 39.13% 72.16%
CMYK 28.26% 39.13% 0.00%
27.84%

Color #8470B8 in popluar number systems.

HEX 84 70 B8
Decimal 132 112 184
Binary 10000100 1110000 10111000
Octal 204 160 270

Shades and tints

Shades of #8470B8

#8470B8
(132,112,184)
#7866A8
(120,102,168)
#6C5C98
(108,92,152)
#605288
(96,82,136)
#544878
(84,72,120)
#483E68
(72,62,104)
#3C3458
(60,52,88)
#302A48
(48,42,72)
#242038
(36,32,56)
#181628
(24,22,40)
#0C0C18
(12,12,24)
#000000
(0,0,0)

Tints of #8470B8

#8470B8
(132,112,184)
#8F7DBE
(143,125,190)
#9A8AC4
(154,138,196)
#A597CA
(165,151,202)
#B0A4D0
(176,164,208)
#BBB1D6
(187,177,214)
#C6BEDC
(198,190,220)
#D1CBE2
(209,203,226)
#DCD8E8
(220,216,232)
#E7E5EE
(231,229,238)
#F2F2F4
(242,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8470B8 color. Also use rgb(132,112,184) instead hex code.

Text Font Color

.myTextColor { color: #8470B8; }

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

This text font color is #8470B8.

Background Color

.myBgColor { background-color: #8470B8; }

<div style="background-color:#8470B8">Inner text</div>

This div background color is #8470B8.

Border color

.myBorderColor { border: 1px solid #8470B8; }

<div style="border:3px solid #8470B8">Div</div>

This div border color is #8470B8.

Opacity

.myOpacity80 { color: #8470B8; opacity: 0.8; }

<p style="color:#8470B8;opacity:0.8;">80%</p>

Text with #8470B8 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 #8470B8;}

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

This text has shadow with #8470B8 color.


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

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

This text has shadow with #8470B8 primary color and red secondary color.


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

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

This text has shadow with #8470B8 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8470B8.

Preview

Color preview on black background

This text has color #8470B8 on black background.


Color preview on white background

This text has color #8470B8 on white background.


Black color preview on #8470B8 background

This text has black color on #8470B8 background.


White color preview on #8470B8 background

This text has white color on #8470B8 background.


Related colors

Complementary color

Complementary color for #hex is #7B8F47.


I love getcolorcode.com

Triadic colors

1 #B88470 and #70B884 with #8470B8 are triadic colors.

2 #B87084 and #7084B8 with #8470B8 are triadic colors.