COLOR #745FE1

HEX: #745FE1
RGB: (116,95,225)

Color info

#745FE1 contains mainly blue color. Web safe color of #745FE1 is #6666CC (or #66C).

RGB color model

#745FE1 color RGB value is (116,95,225).

  • red value is 116;
  • green value is 95;
  • blue value is 225.
RGB:
(116,95,225)
(45%,37%,88%)

RGB channels and saturation

R 116 of 255 = 45%
G 95 of 255 = 37%
B 225 of 255 = 88%

116
95
225

R + G + B ~ 57%. #745FE1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 95 + 225 = 436 (100%)
R 116 of 436 ~ 26.61%
G 95 of 436 ~ 21.79%
B 225 of 436 ~ 51.61%

%26.61
%21.79
%51.61

CMYK color model

#745FE1 color CMYK value is (48,58,0,12).

  • cyan value is 48.44%
  • magenta value is 57.78%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(48,58,0,12)
C48M58Y0K12 
(48%,58%,0%,12%)
(0.48/0.58/0.00/0.12)	

CMYK percentages

%48.44
%57.78
%0
%11.76

Codes

Color #745FE1 in popluar color models

745FE1
RGB11695225
HSL250°68.42%62.75%
HSB/HSV250°57.78%88.24%
CMYK48.44%57.78%0.00%
11.76%

Color #745FE1 in popluar number systems.

HEX745FE1
Decimal11695225
Binary1110100101111111100001
Octal164137341

Shades and tints

Shades of #745FE1

#745FE1
(116,95,225)
#6A57CD
(106,87,205)
#604FB9
(96,79,185)
#5647A5
(86,71,165)
#4C3F91
(76,63,145)
#42377D
(66,55,125)
#382F69
(56,47,105)
#2E2755
(46,39,85)
#241F41
(36,31,65)
#1A172D
(26,23,45)
#100F19
(16,15,25)
#000000
(0,0,0)

Tints of #745FE1

#745FE1
(116,95,225)
#806DE3
(128,109,227)
#8C7BE5
(140,123,229)
#9889E7
(152,137,231)
#A497E9
(164,151,233)
#B0A5EB
(176,165,235)
#BCB3ED
(188,179,237)
#C8C1EF
(200,193,239)
#D4CFF1
(212,207,241)
#E0DDF3
(224,221,243)
#ECEBF5
(236,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #745FE1 color. Also use rgb(116,95,225) instead hex code.

Text Font Color

.myTextColor { color: #745FE1; }

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

This text font color is #745FE1.


Background Color

.myBgColor { background-color: #745FE1; }

<div style="background-color:#745FE1">Inner text</div>

This div background color is #745FE1.


Border color

.myBorderColor { border: 1px solid #745FE1; }

<div style="border:3px solid #745FE1">Div</div>

This div border color is #745FE1.


Opacity

.myOpacity80 { color: #745FE1; opacity: 0.8; }

<p style="color:#745FE1;opacity:0.8;">80%</p>

Text with #745FE1 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 #745FE1;}

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

This text has shadow with #745FE1 color.

.textShadow {text-shadow: 3px 3px 1px #745FE1, 3px 3px 1px red;}

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

This text has shadow with #745FE1 primary color and red secondary color.


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

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

This text has shadow with #745FE1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745FE1 on black background.


Color preview on white background

This text has color #745FE1 on white background.



Black color preview on #745FE1 background

This text has black color on #745FE1 background.


White color preview on #745FE1 background

This text has white color on #745FE1 background.