COLOR #846CEF

HEX: #846CEF
RGB: (132,108,239)

Color info

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

RGB color model

#846CEF color RGB value is (132,108,239).

  • red value is 132;
  • green value is 108;
  • blue value is 239.
RGB:
(132,108,239)
(52%,42%,94%)

RGB channels and saturation

R 132 of 255 = 52%
G 108 of 255 = 42%
B 239 of 255 = 94%

132
108
239

R + G + B ~ 63%. #846CEF is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 108 + 239 = 479 (100%)
R 132 of 479 ~ 27.56%
G 108 of 479 ~ 22.55%
B 239 of 479 ~ 49.9%

%27.56
%22.55
%49.9

CMYK color model

#846CEF color CMYK value is (45,55,0,6).

  • cyan value is 44.77%
  • magenta value is 54.81%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(45,55,0,6)
C45M55Y0K6 
(45%,55%,0%,6%)
(0.45/0.55/0.00/0.06)	

CMYK percentages

%44.77
%54.81
%0
%6.27

Codes

Color #846CEF in popluar color models

846CEF
RGB132108239
HSL251°80.37%68.04%
HSB/HSV251°54.81%93.73%
CMYK44.77%54.81%0.00%
6.27%

Color #846CEF in popluar number systems.

HEX846CEF
Decimal132108239
Binary10000100110110011101111
Octal204154357

Shades and tints

Shades of #846CEF

#846CEF
(132,108,239)
#7863DA
(120,99,218)
#6C5AC5
(108,90,197)
#6051B0
(96,81,176)
#54489B
(84,72,155)
#483F86
(72,63,134)
#3C3671
(60,54,113)
#302D5C
(48,45,92)
#242447
(36,36,71)
#181B32
(24,27,50)
#0C121D
(12,18,29)
#000000
(0,0,0)

Tints of #846CEF

#846CEF
(132,108,239)
#8F79F0
(143,121,240)
#9A86F1
(154,134,241)
#A593F2
(165,147,242)
#B0A0F3
(176,160,243)
#BBADF4
(187,173,244)
#C6BAF5
(198,186,245)
#D1C7F6
(209,199,246)
#DCD4F7
(220,212,247)
#E7E1F8
(231,225,248)
#F2EEF9
(242,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #846CEF color. Also use rgb(132,108,239) instead hex code.

Text Font Color

.myTextColor { color: #846CEF; }

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

This text font color is #846CEF.


Background Color

.myBgColor { background-color: #846CEF; }

<div style="background-color:#846CEF">Inner text</div>

This div background color is #846CEF.


Border color

.myBorderColor { border: 1px solid #846CEF; }

<div style="border:3px solid #846CEF">Div</div>

This div border color is #846CEF.


Opacity

.myOpacity80 { color: #846CEF; opacity: 0.8; }

<p style="color:#846CEF;opacity:0.8;">80%</p>

Text with #846CEF 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 #846CEF;}

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

This text has shadow with #846CEF color.

.textShadow {text-shadow: 3px 3px 1px #846CEF, 3px 3px 1px red;}

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

This text has shadow with #846CEF primary color and red secondary color.


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

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

This text has shadow with #846CEF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846CEF on black background.


Color preview on white background

This text has color #846CEF on white background.



Black color preview on #846CEF background

This text has black color on #846CEF background.


White color preview on #846CEF background

This text has white color on #846CEF background.