COLOR #774DE4

HEX: #774DE4
RGB: (119,77,228)

Color info

#774DE4 contains mainly blue color. Web safe color of #774DE4 is #6633CC (or #63C).

RGB color model

#774DE4 color RGB value is (119,77,228).

  • red value is 119;
  • green value is 77;
  • blue value is 228.
RGB:
(119,77,228)
(47%,30%,89%)

RGB channels and saturation

R 119 of 255 = 47%
G 77 of 255 = 30%
B 228 of 255 = 89%

119
77
228

R + G + B ~ 55%. #774DE4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 77 + 228 = 424 (100%)
R 119 of 424 ~ 28.07%
G 77 of 424 ~ 18.16%
B 228 of 424 ~ 53.77%

%28.07
%18.16
%53.77

CMYK color model

#774DE4 color CMYK value is (48,66,0,11).

  • cyan value is 47.81%
  • magenta value is 66.23%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(48,66,0,11)
C48M66Y0K11 
(48%,66%,0%,11%)
(0.48/0.66/0.00/0.11)	

CMYK percentages

%47.81
%66.23
%0
%10.59

Codes

Color #774DE4 in popluar color models

774DE4
RGB11977228
HSL257°73.66%59.80%
HSB/HSV257°66.23%89.41%
CMYK47.81%66.23%0.00%
10.59%

Color #774DE4 in popluar number systems.

HEX774DE4
Decimal11977228
Binary1110111100110111100100
Octal167115344

Shades and tints

Shades of #774DE4

#774DE4
(119,77,228)
#6D46D0
(109,70,208)
#633FBC
(99,63,188)
#5938A8
(89,56,168)
#4F3194
(79,49,148)
#452A80
(69,42,128)
#3B236C
(59,35,108)
#311C58
(49,28,88)
#271544
(39,21,68)
#1D0E30
(29,14,48)
#13071C
(19,7,28)
#000000
(0,0,0)

Tints of #774DE4

#774DE4
(119,77,228)
#835DE6
(131,93,230)
#8F6DE8
(143,109,232)
#9B7DEA
(155,125,234)
#A78DEC
(167,141,236)
#B39DEE
(179,157,238)
#BFADF0
(191,173,240)
#CBBDF2
(203,189,242)
#D7CDF4
(215,205,244)
#E3DDF6
(227,221,246)
#EFEDF8
(239,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #774DE4 color. Also use rgb(119,77,228) instead hex code.

Text Font Color

.myTextColor { color: #774DE4; }

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

This text font color is #774DE4.


Background Color

.myBgColor { background-color: #774DE4; }

<div style="background-color:#774DE4">Inner text</div>

This div background color is #774DE4.


Border color

.myBorderColor { border: 1px solid #774DE4; }

<div style="border:3px solid #774DE4">Div</div>

This div border color is #774DE4.


Opacity

.myOpacity80 { color: #774DE4; opacity: 0.8; }

<p style="color:#774DE4;opacity:0.8;">80%</p>

Text with #774DE4 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 #774DE4;}

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

This text has shadow with #774DE4 color.

.textShadow {text-shadow: 3px 3px 1px #774DE4, 3px 3px 1px red;}

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

This text has shadow with #774DE4 primary color and red secondary color.


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

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

This text has shadow with #774DE4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774DE4 on black background.


Color preview on white background

This text has color #774DE4 on white background.



Black color preview on #774DE4 background

This text has black color on #774DE4 background.


White color preview on #774DE4 background

This text has white color on #774DE4 background.