COLOR #7453E3

HEX: #7453E3
RGB: (116,83,227)

Color info

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

RGB color model

#7453E3 color RGB value is (116,83,227).

  • red value is 116;
  • green value is 83;
  • blue value is 227.
RGB:
(116,83,227)
(45%,33%,89%)

RGB channels and saturation

R 116 of 255 = 45%
G 83 of 255 = 33%
B 227 of 255 = 89%

116
83
227

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

Portions of RGB colors in percentages

R + G + B =
116 + 83 + 227 = 426 (100%)
R 116 of 426 ~ 27.23%
G 83 of 426 ~ 19.48%
B 227 of 426 ~ 53.29%

%27.23
%19.48
%53.29

CMYK color model

#7453E3 color CMYK value is (49,63,0,11).

  • cyan value is 48.90%
  • magenta value is 63.44%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(49,63,0,11)
C49M63Y0K11 
(49%,63%,0%,11%)
(0.49/0.63/0.00/0.11)	

CMYK percentages

%48.9
%63.44
%0
%10.98

Codes

Color #7453E3 in popluar color models

7453E3
RGB11683227
HSL254°72.00%60.78%
HSB/HSV254°63.44%89.02%
CMYK48.90%63.44%0.00%
10.98%

Color #7453E3 in popluar number systems.

HEX7453E3
Decimal11683227
Binary1110100101001111100011
Octal164123343

Shades and tints

Shades of #7453E3

#7453E3
(116,83,227)
#6A4CCF
(106,76,207)
#6045BB
(96,69,187)
#563EA7
(86,62,167)
#4C3793
(76,55,147)
#42307F
(66,48,127)
#38296B
(56,41,107)
#2E2257
(46,34,87)
#241B43
(36,27,67)
#1A142F
(26,20,47)
#100D1B
(16,13,27)
#000000
(0,0,0)

Tints of #7453E3

#7453E3
(116,83,227)
#8062E5
(128,98,229)
#8C71E7
(140,113,231)
#9880E9
(152,128,233)
#A48FEB
(164,143,235)
#B09EED
(176,158,237)
#BCADEF
(188,173,239)
#C8BCF1
(200,188,241)
#D4CBF3
(212,203,243)
#E0DAF5
(224,218,245)
#ECE9F7
(236,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7453E3 color. Also use rgb(116,83,227) instead hex code.

Text Font Color

.myTextColor { color: #7453E3; }

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

This text font color is #7453E3.


Background Color

.myBgColor { background-color: #7453E3; }

<div style="background-color:#7453E3">Inner text</div>

This div background color is #7453E3.


Border color

.myBorderColor { border: 1px solid #7453E3; }

<div style="border:3px solid #7453E3">Div</div>

This div border color is #7453E3.


Opacity

.myOpacity80 { color: #7453E3; opacity: 0.8; }

<p style="color:#7453E3;opacity:0.8;">80%</p>

Text with #7453E3 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 #7453E3;}

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

This text has shadow with #7453E3 color.

.textShadow {text-shadow: 3px 3px 1px #7453E3, 3px 3px 1px red;}

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

This text has shadow with #7453E3 primary color and red secondary color.


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

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

This text has shadow with #7453E3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7453E3 on black background.


Color preview on white background

This text has color #7453E3 on white background.



Black color preview on #7453E3 background

This text has black color on #7453E3 background.


White color preview on #7453E3 background

This text has white color on #7453E3 background.