COLOR #8446C4

HEX: #8446C4
RGB: (132,70,196)

Color info

#8446C4 contains mainly blue color. Web safe color of #8446C4 is #9933CC (or #93C).

RGB color model

#8446C4 color RGB value is (132,70,196).

  • red value is 132;
  • green value is 70;
  • blue value is 196.
RGB:
(132,70,196)
(52%,27%,77%)

RGB channels and saturation

R 132 of 255 = 52%
G 70 of 255 = 27%
B 196 of 255 = 77%

132
70
196

R + G + B ~ 52%. #8446C4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 70 + 196 = 398 (100%)
R 132 of 398 ~ 33.17%
G 70 of 398 ~ 17.59%
B 196 of 398 ~ 49.25%

%33.17
%17.59
%49.25

CMYK color model

#8446C4 color CMYK value is (33,64,0,23).

  • cyan value is 32.65%
  • magenta value is 64.29%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(33,64,0,23)
C33M64Y0K23 
(33%,64%,0%,23%)
(0.33/0.64/0.00/0.23)	

CMYK percentages

%32.65
%64.29
%0
%23.14

Codes

Color #8446C4 in popluar color models

8446C4
RGB13270196
HSL270°51.64%52.16%
HSB/HSV270°64.29%76.86%
CMYK32.65%64.29%0.00%
23.14%

Color #8446C4 in popluar number systems.

HEX8446C4
Decimal13270196
Binary10000100100011011000100
Octal204106304

Shades and tints

Shades of #8446C4

#8446C4
(132,70,196)
#7840B3
(120,64,179)
#6C3AA2
(108,58,162)
#603491
(96,52,145)
#542E80
(84,46,128)
#48286F
(72,40,111)
#3C225E
(60,34,94)
#301C4D
(48,28,77)
#24163C
(36,22,60)
#18102B
(24,16,43)
#0C0A1A
(12,10,26)
#000000
(0,0,0)

Tints of #8446C4

#8446C4
(132,70,196)
#8F56C9
(143,86,201)
#9A66CE
(154,102,206)
#A576D3
(165,118,211)
#B086D8
(176,134,216)
#BB96DD
(187,150,221)
#C6A6E2
(198,166,226)
#D1B6E7
(209,182,231)
#DCC6EC
(220,198,236)
#E7D6F1
(231,214,241)
#F2E6F6
(242,230,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8446C4 color. Also use rgb(132,70,196) instead hex code.

Text Font Color

.myTextColor { color: #8446C4; }

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

This text font color is #8446C4.


Background Color

.myBgColor { background-color: #8446C4; }

<div style="background-color:#8446C4">Inner text</div>

This div background color is #8446C4.


Border color

.myBorderColor { border: 1px solid #8446C4; }

<div style="border:3px solid #8446C4">Div</div>

This div border color is #8446C4.


Opacity

.myOpacity80 { color: #8446C4; opacity: 0.8; }

<p style="color:#8446C4;opacity:0.8;">80%</p>

Text with #8446C4 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 #8446C4;}

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

This text has shadow with #8446C4 color.

.textShadow {text-shadow: 3px 3px 1px #8446C4, 3px 3px 1px red;}

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

This text has shadow with #8446C4 primary color and red secondary color.


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

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

This text has shadow with #8446C4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8446C4 on black background.


Color preview on white background

This text has color #8446C4 on white background.



Black color preview on #8446C4 background

This text has black color on #8446C4 background.


White color preview on #8446C4 background

This text has white color on #8446C4 background.