COLOR #7349EC

HEX: #7349EC
RGB: (115,73,236)

Color info

#7349EC contains mainly blue color. Web safe color of #7349EC is #6633FF (or #63F).

RGB color model

#7349EC color RGB value is (115,73,236).

  • red value is 115;
  • green value is 73;
  • blue value is 236.
RGB:
(115,73,236)
(45%,29%,93%)

RGB channels and saturation

R 115 of 255 = 45%
G 73 of 255 = 29%
B 236 of 255 = 93%

115
73
236

R + G + B ~ 56%. #7349EC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 73 + 236 = 424 (100%)
R 115 of 424 ~ 27.12%
G 73 of 424 ~ 17.22%
B 236 of 424 ~ 55.66%

%27.12
%17.22
%55.66

CMYK color model

#7349EC color CMYK value is (51,69,0,7).

  • cyan value is 51.27%
  • magenta value is 69.07%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(51,69,0,7)
C51M69Y0K7 
(51%,69%,0%,7%)
(0.51/0.69/0.00/0.07)	

CMYK percentages

%51.27
%69.07
%0
%7.45

Codes

Color #7349EC in popluar color models

7349EC
RGB11573236
HSL255°81.09%60.59%
HSB/HSV255°69.07%92.55%
CMYK51.27%69.07%0.00%
7.45%

Color #7349EC in popluar number systems.

HEX7349EC
Decimal11573236
Binary1110011100100111101100
Octal163111354

Shades and tints

Shades of #7349EC

#7349EC
(115,73,236)
#6943D7
(105,67,215)
#5F3DC2
(95,61,194)
#5537AD
(85,55,173)
#4B3198
(75,49,152)
#412B83
(65,43,131)
#37256E
(55,37,110)
#2D1F59
(45,31,89)
#231944
(35,25,68)
#19132F
(25,19,47)
#0F0D1A
(15,13,26)
#000000
(0,0,0)

Tints of #7349EC

#7349EC
(115,73,236)
#7F59ED
(127,89,237)
#8B69EE
(139,105,238)
#9779EF
(151,121,239)
#A389F0
(163,137,240)
#AF99F1
(175,153,241)
#BBA9F2
(187,169,242)
#C7B9F3
(199,185,243)
#D3C9F4
(211,201,244)
#DFD9F5
(223,217,245)
#EBE9F6
(235,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7349EC color. Also use rgb(115,73,236) instead hex code.

Text Font Color

.myTextColor { color: #7349EC; }

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

This text font color is #7349EC.


Background Color

.myBgColor { background-color: #7349EC; }

<div style="background-color:#7349EC">Inner text</div>

This div background color is #7349EC.


Border color

.myBorderColor { border: 1px solid #7349EC; }

<div style="border:3px solid #7349EC">Div</div>

This div border color is #7349EC.


Opacity

.myOpacity80 { color: #7349EC; opacity: 0.8; }

<p style="color:#7349EC;opacity:0.8;">80%</p>

Text with #7349EC 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 #7349EC;}

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

This text has shadow with #7349EC color.

.textShadow {text-shadow: 3px 3px 1px #7349EC, 3px 3px 1px red;}

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

This text has shadow with #7349EC primary color and red secondary color.


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

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

This text has shadow with #7349EC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7349EC on black background.


Color preview on white background

This text has color #7349EC on white background.



Black color preview on #7349EC background

This text has black color on #7349EC background.


White color preview on #7349EC background

This text has white color on #7349EC background.