COLOR #7D48CE

HEX: #7D48CE
RGB: (125,72,206)

Color info

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

RGB color model

#7D48CE color RGB value is (125,72,206).

  • red value is 125;
  • green value is 72;
  • blue value is 206.
RGB:
(125,72,206)
(49%,28%,81%)

RGB channels and saturation

R 125 of 255 = 49%
G 72 of 255 = 28%
B 206 of 255 = 81%

125
72
206

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

Portions of RGB colors in percentages

R + G + B =
125 + 72 + 206 = 403 (100%)
R 125 of 403 ~ 31.02%
G 72 of 403 ~ 17.87%
B 206 of 403 ~ 51.12%

%31.02
%17.87
%51.12

CMYK color model

#7D48CE color CMYK value is (39,65,0,19).

  • cyan value is 39.32%
  • magenta value is 65.05%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(39,65,0,19)
C39M65Y0K19 
(39%,65%,0%,19%)
(0.39/0.65/0.00/0.19)	

CMYK percentages

%39.32
%65.05
%0
%19.22

Codes

Color #7D48CE in popluar color models

7D48CE
RGB12572206
HSL264°57.76%54.51%
HSB/HSV264°65.05%80.78%
CMYK39.32%65.05%0.00%
19.22%

Color #7D48CE in popluar number systems.

HEX7D48CE
Decimal12572206
Binary1111101100100011001110
Octal175110316

Shades and tints

Shades of #7D48CE

#7D48CE
(125,72,206)
#7242BC
(114,66,188)
#673CAA
(103,60,170)
#5C3698
(92,54,152)
#513086
(81,48,134)
#462A74
(70,42,116)
#3B2462
(59,36,98)
#301E50
(48,30,80)
#25183E
(37,24,62)
#1A122C
(26,18,44)
#0F0C1A
(15,12,26)
#000000
(0,0,0)

Tints of #7D48CE

#7D48CE
(125,72,206)
#8858D2
(136,88,210)
#9368D6
(147,104,214)
#9E78DA
(158,120,218)
#A988DE
(169,136,222)
#B498E2
(180,152,226)
#BFA8E6
(191,168,230)
#CAB8EA
(202,184,234)
#D5C8EE
(213,200,238)
#E0D8F2
(224,216,242)
#EBE8F6
(235,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D48CE color. Also use rgb(125,72,206) instead hex code.

Text Font Color

.myTextColor { color: #7D48CE; }

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

This text font color is #7D48CE.


Background Color

.myBgColor { background-color: #7D48CE; }

<div style="background-color:#7D48CE">Inner text</div>

This div background color is #7D48CE.


Border color

.myBorderColor { border: 1px solid #7D48CE; }

<div style="border:3px solid #7D48CE">Div</div>

This div border color is #7D48CE.


Opacity

.myOpacity80 { color: #7D48CE; opacity: 0.8; }

<p style="color:#7D48CE;opacity:0.8;">80%</p>

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

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

This text has shadow with #7D48CE color.

.textShadow {text-shadow: 3px 3px 1px #7D48CE, 3px 3px 1px red;}

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

This text has shadow with #7D48CE primary color and red secondary color.


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

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

This text has shadow with #7D48CE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D48CE on black background.


Color preview on white background

This text has color #7D48CE on white background.



Black color preview on #7D48CE background

This text has black color on #7D48CE background.


White color preview on #7D48CE background

This text has white color on #7D48CE background.