COLOR #844DC2

HEX: #844DC2
RGB: (132,77,194)

Color info

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

RGB color model

#844DC2 color RGB value is (132,77,194).

  • red value is 132;
  • green value is 77;
  • blue value is 194.
RGB:
(132,77,194)
(52%,30%,76%)

RGB channels and saturation

R 132 of 255 = 52%
G 77 of 255 = 30%
B 194 of 255 = 76%

132
77
194

R + G + B ~ 53%. #844DC2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 77 + 194 = 403 (100%)
R 132 of 403 ~ 32.75%
G 77 of 403 ~ 19.11%
B 194 of 403 ~ 48.14%

%32.75
%19.11
%48.14

CMYK color model

#844DC2 color CMYK value is (32,60,0,24).

  • cyan value is 31.96%
  • magenta value is 60.31%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(32,60,0,24)
C32M60Y0K24 
(32%,60%,0%,24%)
(0.32/0.60/0.00/0.24)	

CMYK percentages

%31.96
%60.31
%0
%23.92

Codes

Color #844DC2 in popluar color models

844DC2
RGB13277194
HSL268°48.95%53.14%
HSB/HSV268°60.31%76.08%
CMYK31.96%60.31%0.00%
23.92%

Color #844DC2 in popluar number systems.

HEX844DC2
Decimal13277194
Binary10000100100110111000010
Octal204115302

Shades and tints

Shades of #844DC2

#844DC2
(132,77,194)
#7846B1
(120,70,177)
#6C3FA0
(108,63,160)
#60388F
(96,56,143)
#54317E
(84,49,126)
#482A6D
(72,42,109)
#3C235C
(60,35,92)
#301C4B
(48,28,75)
#24153A
(36,21,58)
#180E29
(24,14,41)
#0C0718
(12,7,24)
#000000
(0,0,0)

Tints of #844DC2

#844DC2
(132,77,194)
#8F5DC7
(143,93,199)
#9A6DCC
(154,109,204)
#A57DD1
(165,125,209)
#B08DD6
(176,141,214)
#BB9DDB
(187,157,219)
#C6ADE0
(198,173,224)
#D1BDE5
(209,189,229)
#DCCDEA
(220,205,234)
#E7DDEF
(231,221,239)
#F2EDF4
(242,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #844DC2 color. Also use rgb(132,77,194) instead hex code.

Text Font Color

.myTextColor { color: #844DC2; }

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

This text font color is #844DC2.


Background Color

.myBgColor { background-color: #844DC2; }

<div style="background-color:#844DC2">Inner text</div>

This div background color is #844DC2.


Border color

.myBorderColor { border: 1px solid #844DC2; }

<div style="border:3px solid #844DC2">Div</div>

This div border color is #844DC2.


Opacity

.myOpacity80 { color: #844DC2; opacity: 0.8; }

<p style="color:#844DC2;opacity:0.8;">80%</p>

Text with #844DC2 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 #844DC2;}

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

This text has shadow with #844DC2 color.

.textShadow {text-shadow: 3px 3px 1px #844DC2, 3px 3px 1px red;}

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

This text has shadow with #844DC2 primary color and red secondary color.


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

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

This text has shadow with #844DC2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #844DC2 on black background.


Color preview on white background

This text has color #844DC2 on white background.



Black color preview on #844DC2 background

This text has black color on #844DC2 background.


White color preview on #844DC2 background

This text has white color on #844DC2 background.