COLOR #745FF4

HEX: #745FF4
RGB: (116,95,244)

Color info

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

RGB color model

#745FF4 color RGB value is (116,95,244).

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

RGB channels and saturation

R 116 of 255 = 45%
G 95 of 255 = 37%
B 244 of 255 = 96%

116
95
244

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

Portions of RGB colors in percentages

R + G + B =
116 + 95 + 244 = 455 (100%)
R 116 of 455 ~ 25.49%
G 95 of 455 ~ 20.88%
B 244 of 455 ~ 53.63%

%25.49
%20.88
%53.63

CMYK color model

#745FF4 color CMYK value is (52,61,0,4).

  • cyan value is 52.46%
  • magenta value is 61.07%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(52,61,0,4)
C52M61Y0K4 
(52%,61%,0%,4%)
(0.52/0.61/0.00/0.04)	

CMYK percentages

%52.46
%61.07
%0
%4.31

Codes

Color #745FF4 in popluar color models

745FF4
RGB11695244
HSL248°87.13%66.47%
HSB/HSV248°61.07%95.69%
CMYK52.46%61.07%0.00%
4.31%

Color #745FF4 in popluar number systems.

HEX745FF4
Decimal11695244
Binary1110100101111111110100
Octal164137364

Shades and tints

Shades of #745FF4

#745FF4
(116,95,244)
#6A57DE
(106,87,222)
#604FC8
(96,79,200)
#5647B2
(86,71,178)
#4C3F9C
(76,63,156)
#423786
(66,55,134)
#382F70
(56,47,112)
#2E275A
(46,39,90)
#241F44
(36,31,68)
#1A172E
(26,23,46)
#100F18
(16,15,24)
#000000
(0,0,0)

Tints of #745FF4

#745FF4
(116,95,244)
#806DF5
(128,109,245)
#8C7BF6
(140,123,246)
#9889F7
(152,137,247)
#A497F8
(164,151,248)
#B0A5F9
(176,165,249)
#BCB3FA
(188,179,250)
#C8C1FB
(200,193,251)
#D4CFFC
(212,207,252)
#E0DDFD
(224,221,253)
#ECEBFE
(236,235,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #745FF4; }

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

This text font color is #745FF4.


Background Color

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

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

This div background color is #745FF4.


Border color

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

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

This div border color is #745FF4.


Opacity

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

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

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

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

This text has shadow with #745FF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745FF4 on black background.


Color preview on white background

This text has color #745FF4 on white background.



Black color preview on #745FF4 background

This text has black color on #745FF4 background.


White color preview on #745FF4 background

This text has white color on #745FF4 background.