COLOR #7450FD

HEX: #7450FD
RGB: (116,80,253)

Color info

#7450FD contains mainly blue color. Web safe color of #7450FD is #6666FF (or #66F).

RGB color model

#7450FD color RGB value is (116,80,253).

  • red value is 116;
  • green value is 80;
  • blue value is 253.
RGB:
(116,80,253)
(45%,31%,99%)

RGB channels and saturation

R 116 of 255 = 45%
G 80 of 255 = 31%
B 253 of 255 = 99%

116
80
253

R + G + B ~ 58%. #7450FD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 80 + 253 = 449 (100%)
R 116 of 449 ~ 25.84%
G 80 of 449 ~ 17.82%
B 253 of 449 ~ 56.35%

%25.84
%17.82
%56.35

CMYK color model

#7450FD color CMYK value is (54,68,0,1).

  • cyan value is 54.15%
  • magenta value is 68.38%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(54,68,0,1)
C54M68Y0K1 
(54%,68%,0%,1%)
(0.54/0.68/0.00/0.01)	

CMYK percentages

%54.15
%68.38
%0
%0.78

Codes

Color #7450FD in popluar color models

7450FD
RGB11680253
HSL252°97.74%65.29%
HSB/HSV252°68.38%99.22%
CMYK54.15%68.38%0.00%
0.78%

Color #7450FD in popluar number systems.

HEX7450FD
Decimal11680253
Binary1110100101000011111101
Octal164120375

Shades and tints

Shades of #7450FD

#7450FD
(116,80,253)
#6A49E6
(106,73,230)
#6042CF
(96,66,207)
#563BB8
(86,59,184)
#4C34A1
(76,52,161)
#422D8A
(66,45,138)
#382673
(56,38,115)
#2E1F5C
(46,31,92)
#241845
(36,24,69)
#1A112E
(26,17,46)
#100A17
(16,10,23)
#000000
(0,0,0)

Tints of #7450FD

#7450FD
(116,80,253)
#805FFD
(128,95,253)
#8C6EFD
(140,110,253)
#987DFD
(152,125,253)
#A48CFD
(164,140,253)
#B09BFD
(176,155,253)
#BCAAFD
(188,170,253)
#C8B9FD
(200,185,253)
#D4C8FD
(212,200,253)
#E0D7FD
(224,215,253)
#ECE6FD
(236,230,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7450FD color. Also use rgb(116,80,253) instead hex code.

Text Font Color

.myTextColor { color: #7450FD; }

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

This text font color is #7450FD.


Background Color

.myBgColor { background-color: #7450FD; }

<div style="background-color:#7450FD">Inner text</div>

This div background color is #7450FD.


Border color

.myBorderColor { border: 1px solid #7450FD; }

<div style="border:3px solid #7450FD">Div</div>

This div border color is #7450FD.


Opacity

.myOpacity80 { color: #7450FD; opacity: 0.8; }

<p style="color:#7450FD;opacity:0.8;">80%</p>

Text with #7450FD 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 #7450FD;}

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

This text has shadow with #7450FD color.

.textShadow {text-shadow: 3px 3px 1px #7450FD, 3px 3px 1px red;}

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

This text has shadow with #7450FD primary color and red secondary color.


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

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

This text has shadow with #7450FD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7450FD on black background.


Color preview on white background

This text has color #7450FD on white background.



Black color preview on #7450FD background

This text has black color on #7450FD background.


White color preview on #7450FD background

This text has white color on #7450FD background.