COLOR #753DE4

HEX: #753DE4
RGB: (117,61,228)

Color info

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

RGB color model

#753DE4 color RGB value is (117,61,228).

  • red value is 117;
  • green value is 61;
  • blue value is 228.
RGB:
(117,61,228)
(46%,24%,89%)

RGB channels and saturation

R 117 of 255 = 46%
G 61 of 255 = 24%
B 228 of 255 = 89%

117
61
228

R + G + B ~ 53%. #753DE4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 61 + 228 = 406 (100%)
R 117 of 406 ~ 28.82%
G 61 of 406 ~ 15.02%
B 228 of 406 ~ 56.16%

%28.82
%15.02
%56.16

CMYK color model

#753DE4 color CMYK value is (49,73,0,11).

  • cyan value is 48.68%
  • magenta value is 73.25%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(49,73,0,11)
C49M73Y0K11 
(49%,73%,0%,11%)
(0.49/0.73/0.00/0.11)	

CMYK percentages

%48.68
%73.25
%0
%10.59

Codes

Color #753DE4 in popluar color models

753DE4
RGB11761228
HSL260°75.57%56.67%
HSB/HSV260°73.25%89.41%
CMYK48.68%73.25%0.00%
10.59%

Color #753DE4 in popluar number systems.

HEX753DE4
Decimal11761228
Binary111010111110111100100
Octal16575344

Shades and tints

Shades of #753DE4

#753DE4
(117,61,228)
#6B38D0
(107,56,208)
#6133BC
(97,51,188)
#572EA8
(87,46,168)
#4D2994
(77,41,148)
#432480
(67,36,128)
#391F6C
(57,31,108)
#2F1A58
(47,26,88)
#251544
(37,21,68)
#1B1030
(27,16,48)
#110B1C
(17,11,28)
#000000
(0,0,0)

Tints of #753DE4

#753DE4
(117,61,228)
#814EE6
(129,78,230)
#8D5FE8
(141,95,232)
#9970EA
(153,112,234)
#A581EC
(165,129,236)
#B192EE
(177,146,238)
#BDA3F0
(189,163,240)
#C9B4F2
(201,180,242)
#D5C5F4
(213,197,244)
#E1D6F6
(225,214,246)
#EDE7F8
(237,231,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #753DE4 color. Also use rgb(117,61,228) instead hex code.

Text Font Color

.myTextColor { color: #753DE4; }

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

This text font color is #753DE4.


Background Color

.myBgColor { background-color: #753DE4; }

<div style="background-color:#753DE4">Inner text</div>

This div background color is #753DE4.


Border color

.myBorderColor { border: 1px solid #753DE4; }

<div style="border:3px solid #753DE4">Div</div>

This div border color is #753DE4.


Opacity

.myOpacity80 { color: #753DE4; opacity: 0.8; }

<p style="color:#753DE4;opacity:0.8;">80%</p>

Text with #753DE4 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 #753DE4;}

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

This text has shadow with #753DE4 color.

.textShadow {text-shadow: 3px 3px 1px #753DE4, 3px 3px 1px red;}

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

This text has shadow with #753DE4 primary color and red secondary color.


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

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

This text has shadow with #753DE4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #753DE4 on black background.


Color preview on white background

This text has color #753DE4 on white background.



Black color preview on #753DE4 background

This text has black color on #753DE4 background.


White color preview on #753DE4 background

This text has white color on #753DE4 background.