COLOR #8478D5

HEX: #8478D5
RGB: (132,120,213)

Color info

#8478D5 contains mainly blue color. Web safe color of #8478D5 is #9966CC (or #96C).

RGB color model

#8478D5 color RGB value is (132,120,213).

  • red value is 132;
  • green value is 120;
  • blue value is 213.
RGB:
(132,120,213)
(52%,47%,84%)

RGB channels and saturation

R 132 of 255 = 52%
G 120 of 255 = 47%
B 213 of 255 = 84%

132
120
213

R + G + B ~ 61%. #8478D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 120 + 213 = 465 (100%)
R 132 of 465 ~ 28.39%
G 120 of 465 ~ 25.81%
B 213 of 465 ~ 45.81%

%28.39
%25.81
%45.81

CMYK color model

#8478D5 color CMYK value is (38,44,0,16).

  • cyan value is 38.03%
  • magenta value is 43.66%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(38,44,0,16)
C38M44Y0K16 
(38%,44%,0%,16%)
(0.38/0.44/0.00/0.16)	

CMYK percentages

%38.03
%43.66
%0
%16.47

Codes

Color #8478D5 in popluar color models

8478D5
RGB132120213
HSL248°52.54%65.29%
HSB/HSV248°43.66%83.53%
CMYK38.03%43.66%0.00%
16.47%

Color #8478D5 in popluar number systems.

HEX8478D5
Decimal132120213
Binary10000100111100011010101
Octal204170325

Shades and tints

Shades of #8478D5

#8478D5
(132,120,213)
#786EC2
(120,110,194)
#6C64AF
(108,100,175)
#605A9C
(96,90,156)
#545089
(84,80,137)
#484676
(72,70,118)
#3C3C63
(60,60,99)
#303250
(48,50,80)
#24283D
(36,40,61)
#181E2A
(24,30,42)
#0C1417
(12,20,23)
#000000
(0,0,0)

Tints of #8478D5

#8478D5
(132,120,213)
#8F84D8
(143,132,216)
#9A90DB
(154,144,219)
#A59CDE
(165,156,222)
#B0A8E1
(176,168,225)
#BBB4E4
(187,180,228)
#C6C0E7
(198,192,231)
#D1CCEA
(209,204,234)
#DCD8ED
(220,216,237)
#E7E4F0
(231,228,240)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8478D5 color. Also use rgb(132,120,213) instead hex code.

Text Font Color

.myTextColor { color: #8478D5; }

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

This text font color is #8478D5.


Background Color

.myBgColor { background-color: #8478D5; }

<div style="background-color:#8478D5">Inner text</div>

This div background color is #8478D5.


Border color

.myBorderColor { border: 1px solid #8478D5; }

<div style="border:3px solid #8478D5">Div</div>

This div border color is #8478D5.


Opacity

.myOpacity80 { color: #8478D5; opacity: 0.8; }

<p style="color:#8478D5;opacity:0.8;">80%</p>

Text with #8478D5 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 #8478D5;}

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

This text has shadow with #8478D5 color.

.textShadow {text-shadow: 3px 3px 1px #8478D5, 3px 3px 1px red;}

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

This text has shadow with #8478D5 primary color and red secondary color.


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

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

This text has shadow with #8478D5 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8478D5;
-webkit-box-shadow: 1px 1px 3px 2px #8478D5;
box-shadow:1px 1px 3px 2px #8478D5;">
Div content here</div>
This div box has shadow with color #8478D5.

Preview

Color preview on black background

This text has color #8478D5 on black background.


Color preview on white background

This text has color #8478D5 on white background.



Black color preview on #8478D5 background

This text has black color on #8478D5 background.


White color preview on #8478D5 background

This text has white color on #8478D5 background.