COLOR #734BE4

HEX: #734BE4
RGB: (115,75,228)

Color info

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

RGB color model

#734BE4 color RGB value is (115,75,228).

  • red value is 115;
  • green value is 75;
  • blue value is 228.
RGB:
(115,75,228)
(45%,29%,89%)

RGB channels and saturation

R 115 of 255 = 45%
G 75 of 255 = 29%
B 228 of 255 = 89%

115
75
228

R + G + B ~ 54%. #734BE4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 75 + 228 = 418 (100%)
R 115 of 418 ~ 27.51%
G 75 of 418 ~ 17.94%
B 228 of 418 ~ 54.55%

%27.51
%17.94
%54.55

CMYK color model

#734BE4 color CMYK value is (50,67,0,11).

  • cyan value is 49.56%
  • magenta value is 67.11%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(50,67,0,11)
C50M67Y0K11 
(50%,67%,0%,11%)
(0.50/0.67/0.00/0.11)	

CMYK percentages

%49.56
%67.11
%0
%10.59

Codes

Color #734BE4 in popluar color models

734BE4
RGB11575228
HSL256°73.91%59.41%
HSB/HSV256°67.11%89.41%
CMYK49.56%67.11%0.00%
10.59%

Color #734BE4 in popluar number systems.

HEX734BE4
Decimal11575228
Binary1110011100101111100100
Octal163113344

Shades and tints

Shades of #734BE4

#734BE4
(115,75,228)
#6945D0
(105,69,208)
#5F3FBC
(95,63,188)
#5539A8
(85,57,168)
#4B3394
(75,51,148)
#412D80
(65,45,128)
#37276C
(55,39,108)
#2D2158
(45,33,88)
#231B44
(35,27,68)
#191530
(25,21,48)
#0F0F1C
(15,15,28)
#000000
(0,0,0)

Tints of #734BE4

#734BE4
(115,75,228)
#7F5BE6
(127,91,230)
#8B6BE8
(139,107,232)
#977BEA
(151,123,234)
#A38BEC
(163,139,236)
#AF9BEE
(175,155,238)
#BBABF0
(187,171,240)
#C7BBF2
(199,187,242)
#D3CBF4
(211,203,244)
#DFDBF6
(223,219,246)
#EBEBF8
(235,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #734BE4 color. Also use rgb(115,75,228) instead hex code.

Text Font Color

.myTextColor { color: #734BE4; }

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

This text font color is #734BE4.


Background Color

.myBgColor { background-color: #734BE4; }

<div style="background-color:#734BE4">Inner text</div>

This div background color is #734BE4.


Border color

.myBorderColor { border: 1px solid #734BE4; }

<div style="border:3px solid #734BE4">Div</div>

This div border color is #734BE4.


Opacity

.myOpacity80 { color: #734BE4; opacity: 0.8; }

<p style="color:#734BE4;opacity:0.8;">80%</p>

Text with #734BE4 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 #734BE4;}

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

This text has shadow with #734BE4 color.

.textShadow {text-shadow: 3px 3px 1px #734BE4, 3px 3px 1px red;}

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

This text has shadow with #734BE4 primary color and red secondary color.


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

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

This text has shadow with #734BE4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #734BE4 on black background.


Color preview on white background

This text has color #734BE4 on white background.



Black color preview on #734BE4 background

This text has black color on #734BE4 background.


White color preview on #734BE4 background

This text has white color on #734BE4 background.