COLOR #7350CA

HEX: #7350CA
RGB: (115,80,202)

Color info

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

RGB color model

#7350CA color RGB value is (115,80,202).

  • red value is 115;
  • green value is 80;
  • blue value is 202.
RGB:
(115,80,202)
(45%,31%,79%)

RGB channels and saturation

R 115 of 255 = 45%
G 80 of 255 = 31%
B 202 of 255 = 79%

115
80
202

R + G + B ~ 52%. #7350CA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 80 + 202 = 397 (100%)
R 115 of 397 ~ 28.97%
G 80 of 397 ~ 20.15%
B 202 of 397 ~ 50.88%

%28.97
%20.15
%50.88

CMYK color model

#7350CA color CMYK value is (43,60,0,21).

  • cyan value is 43.07%
  • magenta value is 60.40%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(43,60,0,21)
C43M60Y0K21 
(43%,60%,0%,21%)
(0.43/0.60/0.00/0.21)	

CMYK percentages

%43.07
%60.4
%0
%20.78

Codes

Color #7350CA in popluar color models

7350CA
RGB11580202
HSL257°53.51%55.29%
HSB/HSV257°60.40%79.22%
CMYK43.07%60.40%0.00%
20.78%

Color #7350CA in popluar number systems.

HEX7350CA
Decimal11580202
Binary1110011101000011001010
Octal163120312

Shades and tints

Shades of #7350CA

#7350CA
(115,80,202)
#6949B8
(105,73,184)
#5F42A6
(95,66,166)
#553B94
(85,59,148)
#4B3482
(75,52,130)
#412D70
(65,45,112)
#37265E
(55,38,94)
#2D1F4C
(45,31,76)
#23183A
(35,24,58)
#191128
(25,17,40)
#0F0A16
(15,10,22)
#000000
(0,0,0)

Tints of #7350CA

#7350CA
(115,80,202)
#7F5FCE
(127,95,206)
#8B6ED2
(139,110,210)
#977DD6
(151,125,214)
#A38CDA
(163,140,218)
#AF9BDE
(175,155,222)
#BBAAE2
(187,170,226)
#C7B9E6
(199,185,230)
#D3C8EA
(211,200,234)
#DFD7EE
(223,215,238)
#EBE6F2
(235,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7350CA color. Also use rgb(115,80,202) instead hex code.

Text Font Color

.myTextColor { color: #7350CA; }

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

This text font color is #7350CA.


Background Color

.myBgColor { background-color: #7350CA; }

<div style="background-color:#7350CA">Inner text</div>

This div background color is #7350CA.


Border color

.myBorderColor { border: 1px solid #7350CA; }

<div style="border:3px solid #7350CA">Div</div>

This div border color is #7350CA.


Opacity

.myOpacity80 { color: #7350CA; opacity: 0.8; }

<p style="color:#7350CA;opacity:0.8;">80%</p>

Text with #7350CA 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 #7350CA;}

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

This text has shadow with #7350CA color.

.textShadow {text-shadow: 3px 3px 1px #7350CA, 3px 3px 1px red;}

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

This text has shadow with #7350CA primary color and red secondary color.


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

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

This text has shadow with #7350CA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7350CA on black background.


Color preview on white background

This text has color #7350CA on white background.



Black color preview on #7350CA background

This text has black color on #7350CA background.


White color preview on #7350CA background

This text has white color on #7350CA background.