COLOR #7434E0

HEX: #7434E0
RGB: (116,52,224)

Color info

#7434E0 contains mainly blue color. Web safe color of #7434E0 is #6633CC (or #63C).

RGB color model

#7434E0 color RGB value is (116,52,224).

  • red value is 116;
  • green value is 52;
  • blue value is 224.
RGB:
(116,52,224)
(45%,20%,88%)

RGB channels and saturation

R 116 of 255 = 45%
G 52 of 255 = 20%
B 224 of 255 = 88%

116
52
224

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

Portions of RGB colors in percentages

R + G + B =
116 + 52 + 224 = 392 (100%)
R 116 of 392 ~ 29.59%
G 52 of 392 ~ 13.27%
B 224 of 392 ~ 57.14%

%29.59
%13.27
%57.14

CMYK color model

#7434E0 color CMYK value is (48,77,0,12).

  • cyan value is 48.21%
  • magenta value is 76.79%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(48,77,0,12)
C48M77Y0K12 
(48%,77%,0%,12%)
(0.48/0.77/0.00/0.12)	

CMYK percentages

%48.21
%76.79
%0
%12.16

Codes

Color #7434E0 in popluar color models

7434E0
RGB11652224
HSL262°73.50%54.12%
HSB/HSV262°76.79%87.84%
CMYK48.21%76.79%0.00%
12.16%

Color #7434E0 in popluar number systems.

HEX7434E0
Decimal11652224
Binary111010011010011100000
Octal16464340

Shades and tints

Shades of #7434E0

#7434E0
(116,52,224)
#6A30CC
(106,48,204)
#602CB8
(96,44,184)
#5628A4
(86,40,164)
#4C2490
(76,36,144)
#42207C
(66,32,124)
#381C68
(56,28,104)
#2E1854
(46,24,84)
#241440
(36,20,64)
#1A102C
(26,16,44)
#100C18
(16,12,24)
#000000
(0,0,0)

Tints of #7434E0

#7434E0
(116,52,224)
#8046E2
(128,70,226)
#8C58E4
(140,88,228)
#986AE6
(152,106,230)
#A47CE8
(164,124,232)
#B08EEA
(176,142,234)
#BCA0EC
(188,160,236)
#C8B2EE
(200,178,238)
#D4C4F0
(212,196,240)
#E0D6F2
(224,214,242)
#ECE8F4
(236,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7434E0 color. Also use rgb(116,52,224) instead hex code.

Text Font Color

.myTextColor { color: #7434E0; }

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

This text font color is #7434E0.


Background Color

.myBgColor { background-color: #7434E0; }

<div style="background-color:#7434E0">Inner text</div>

This div background color is #7434E0.


Border color

.myBorderColor { border: 1px solid #7434E0; }

<div style="border:3px solid #7434E0">Div</div>

This div border color is #7434E0.


Opacity

.myOpacity80 { color: #7434E0; opacity: 0.8; }

<p style="color:#7434E0;opacity:0.8;">80%</p>

Text with #7434E0 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 #7434E0;}

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

This text has shadow with #7434E0 color.

.textShadow {text-shadow: 3px 3px 1px #7434E0, 3px 3px 1px red;}

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

This text has shadow with #7434E0 primary color and red secondary color.


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

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

This text has shadow with #7434E0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7434E0 on black background.


Color preview on white background

This text has color #7434E0 on white background.



Black color preview on #7434E0 background

This text has black color on #7434E0 background.


White color preview on #7434E0 background

This text has white color on #7434E0 background.