COLOR #8477F2

HEX: #8477F2
RGB: (132,119,242)

Color info

#8477F2 contains mainly blue color. Web safe color of #8477F2 is #9966FF (or #96F).

RGB color model

#8477F2 color RGB value is (132,119,242).

  • red value is 132;
  • green value is 119;
  • blue value is 242.
RGB:
(132,119,242)
(52%,47%,95%)

RGB channels and saturation

R 132 of 255 = 52%
G 119 of 255 = 47%
B 242 of 255 = 95%

132
119
242

R + G + B ~ 65%. #8477F2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 119 + 242 = 493 (100%)
R 132 of 493 ~ 26.77%
G 119 of 493 ~ 24.14%
B 242 of 493 ~ 49.09%

%26.77
%24.14
%49.09

CMYK color model

#8477F2 color CMYK value is (45,51,0,5).

  • cyan value is 45.45%
  • magenta value is 50.83%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(45,51,0,5)
C45M51Y0K5 
(45%,51%,0%,5%)
(0.45/0.51/0.00/0.05)	

CMYK percentages

%45.45
%50.83
%0
%5.1

Codes

Color #8477F2 in popluar color models

8477F2
RGB132119242
HSL246°82.55%70.78%
HSB/HSV246°50.83%94.90%
CMYK45.45%50.83%0.00%
5.10%

Color #8477F2 in popluar number systems.

HEX8477F2
Decimal132119242
Binary10000100111011111110010
Octal204167362

Shades and tints

Shades of #8477F2

#8477F2
(132,119,242)
#786DDC
(120,109,220)
#6C63C6
(108,99,198)
#6059B0
(96,89,176)
#544F9A
(84,79,154)
#484584
(72,69,132)
#3C3B6E
(60,59,110)
#303158
(48,49,88)
#242742
(36,39,66)
#181D2C
(24,29,44)
#0C1316
(12,19,22)
#000000
(0,0,0)

Tints of #8477F2

#8477F2
(132,119,242)
#8F83F3
(143,131,243)
#9A8FF4
(154,143,244)
#A59BF5
(165,155,245)
#B0A7F6
(176,167,246)
#BBB3F7
(187,179,247)
#C6BFF8
(198,191,248)
#D1CBF9
(209,203,249)
#DCD7FA
(220,215,250)
#E7E3FB
(231,227,251)
#F2EFFC
(242,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8477F2 color. Also use rgb(132,119,242) instead hex code.

Text Font Color

.myTextColor { color: #8477F2; }

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

This text font color is #8477F2.


Background Color

.myBgColor { background-color: #8477F2; }

<div style="background-color:#8477F2">Inner text</div>

This div background color is #8477F2.


Border color

.myBorderColor { border: 1px solid #8477F2; }

<div style="border:3px solid #8477F2">Div</div>

This div border color is #8477F2.


Opacity

.myOpacity80 { color: #8477F2; opacity: 0.8; }

<p style="color:#8477F2;opacity:0.8;">80%</p>

Text with #8477F2 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 #8477F2;}

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

This text has shadow with #8477F2 color.

.textShadow {text-shadow: 3px 3px 1px #8477F2, 3px 3px 1px red;}

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

This text has shadow with #8477F2 primary color and red secondary color.


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

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

This text has shadow with #8477F2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8477F2 on black background.


Color preview on white background

This text has color #8477F2 on white background.



Black color preview on #8477F2 background

This text has black color on #8477F2 background.


White color preview on #8477F2 background

This text has white color on #8477F2 background.