COLOR #8466F2

HEX: #8466F2
RGB: (132,102,242)

Color info

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

RGB color model

#8466F2 color RGB value is (132,102,242).

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

RGB channels and saturation

R 132 of 255 = 52%
G 102 of 255 = 40%
B 242 of 255 = 95%

132
102
242

R + G + B ~ 62%. #8466F2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 102 + 242 = 476 (100%)
R 132 of 476 ~ 27.73%
G 102 of 476 ~ 21.43%
B 242 of 476 ~ 50.84%

%27.73
%21.43
%50.84

CMYK color model

#8466F2 color CMYK value is (45,58,0,5).

  • cyan value is 45.45%
  • magenta value is 57.85%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(45,58,0,5)
C45M58Y0K5 
(45%,58%,0%,5%)
(0.45/0.58/0.00/0.05)	

CMYK percentages

%45.45
%57.85
%0
%5.1

Codes

Color #8466F2 in popluar color models

8466F2
RGB132102242
HSL253°84.34%67.45%
HSB/HSV253°57.85%94.90%
CMYK45.45%57.85%0.00%
5.10%

Color #8466F2 in popluar number systems.

HEX8466F2
Decimal132102242
Binary10000100110011011110010
Octal204146362

Shades and tints

Shades of #8466F2

#8466F2
(132,102,242)
#785DDC
(120,93,220)
#6C54C6
(108,84,198)
#604BB0
(96,75,176)
#54429A
(84,66,154)
#483984
(72,57,132)
#3C306E
(60,48,110)
#302758
(48,39,88)
#241E42
(36,30,66)
#18152C
(24,21,44)
#0C0C16
(12,12,22)
#000000
(0,0,0)

Tints of #8466F2

#8466F2
(132,102,242)
#8F73F3
(143,115,243)
#9A80F4
(154,128,244)
#A58DF5
(165,141,245)
#B09AF6
(176,154,246)
#BBA7F7
(187,167,247)
#C6B4F8
(198,180,248)
#D1C1F9
(209,193,249)
#DCCEFA
(220,206,250)
#E7DBFB
(231,219,251)
#F2E8FC
(242,232,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8466F2; }

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

This text font color is #8466F2.


Background Color

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

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

This div background color is #8466F2.


Border color

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

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

This div border color is #8466F2.


Opacity

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

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

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

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

This text has shadow with #8466F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8466F2 on black background.


Color preview on white background

This text has color #8466F2 on white background.



Black color preview on #8466F2 background

This text has black color on #8466F2 background.


White color preview on #8466F2 background

This text has white color on #8466F2 background.