COLOR #7328EB

HEX: #7328EB
RGB: (115,40,235)

Color info

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

RGB color model

#7328EB color RGB value is (115,40,235).

  • red value is 115;
  • green value is 40;
  • blue value is 235.
RGB:
(115,40,235)
(45%,16%,92%)

RGB channels and saturation

R 115 of 255 = 45%
G 40 of 255 = 16%
B 235 of 255 = 92%

115
40
235

R + G + B ~ 51%. #7328EB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 40 + 235 = 390 (100%)
R 115 of 390 ~ 29.49%
G 40 of 390 ~ 10.26%
B 235 of 390 ~ 60.26%

%29.49
%10.26
%60.26

CMYK color model

#7328EB color CMYK value is (51,83,0,8).

  • cyan value is 51.06%
  • magenta value is 82.98%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(51,83,0,8)
C51M83Y0K8 
(51%,83%,0%,8%)
(0.51/0.83/0.00/0.08)	

CMYK percentages

%51.06
%82.98
%0
%7.84

Codes

Color #7328EB in popluar color models

7328EB
RGB11540235
HSL263°82.98%53.92%
HSB/HSV263°82.98%92.16%
CMYK51.06%82.98%0.00%
7.84%

Color #7328EB in popluar number systems.

HEX7328EB
Decimal11540235
Binary111001110100011101011
Octal16350353

Shades and tints

Shades of #7328EB

#7328EB
(115,40,235)
#6925D6
(105,37,214)
#5F22C1
(95,34,193)
#551FAC
(85,31,172)
#4B1C97
(75,28,151)
#411982
(65,25,130)
#37166D
(55,22,109)
#2D1358
(45,19,88)
#231043
(35,16,67)
#190D2E
(25,13,46)
#0F0A19
(15,10,25)
#000000
(0,0,0)

Tints of #7328EB

#7328EB
(115,40,235)
#7F3BEC
(127,59,236)
#8B4EED
(139,78,237)
#9761EE
(151,97,238)
#A374EF
(163,116,239)
#AF87F0
(175,135,240)
#BB9AF1
(187,154,241)
#C7ADF2
(199,173,242)
#D3C0F3
(211,192,243)
#DFD3F4
(223,211,244)
#EBE6F5
(235,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7328EB color. Also use rgb(115,40,235) instead hex code.

Text Font Color

.myTextColor { color: #7328EB; }

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

This text font color is #7328EB.


Background Color

.myBgColor { background-color: #7328EB; }

<div style="background-color:#7328EB">Inner text</div>

This div background color is #7328EB.


Border color

.myBorderColor { border: 1px solid #7328EB; }

<div style="border:3px solid #7328EB">Div</div>

This div border color is #7328EB.


Opacity

.myOpacity80 { color: #7328EB; opacity: 0.8; }

<p style="color:#7328EB;opacity:0.8;">80%</p>

Text with #7328EB 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 #7328EB;}

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

This text has shadow with #7328EB color.

.textShadow {text-shadow: 3px 3px 1px #7328EB, 3px 3px 1px red;}

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

This text has shadow with #7328EB primary color and red secondary color.


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

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

This text has shadow with #7328EB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7328EB on black background.


Color preview on white background

This text has color #7328EB on white background.



Black color preview on #7328EB background

This text has black color on #7328EB background.


White color preview on #7328EB background

This text has white color on #7328EB background.