COLOR #7D40FC

HEX: #7D40FC
RGB: (125,64,252)

Color info

#7D40FC contains mainly blue color. Web safe color of #7D40FC is #6633FF (or #63F).

RGB color model

#7D40FC color RGB value is (125,64,252).

  • red value is 125;
  • green value is 64;
  • blue value is 252.
RGB:
(125,64,252)
(49%,25%,99%)

RGB channels and saturation

R 125 of 255 = 49%
G 64 of 255 = 25%
B 252 of 255 = 99%

125
64
252

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

Portions of RGB colors in percentages

R + G + B =
125 + 64 + 252 = 441 (100%)
R 125 of 441 ~ 28.34%
G 64 of 441 ~ 14.51%
B 252 of 441 ~ 57.14%

%28.34
%14.51
%57.14

CMYK color model

#7D40FC color CMYK value is (50,75,0,1).

  • cyan value is 50.40%
  • magenta value is 74.60%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(50,75,0,1)
C50M75Y0K1 
(50%,75%,0%,1%)
(0.50/0.75/0.00/0.01)	

CMYK percentages

%50.4
%74.6
%0
%1.18

Codes

Color #7D40FC in popluar color models

7D40FC
RGB12564252
HSL259°96.91%61.96%
HSB/HSV259°74.60%98.82%
CMYK50.40%74.60%0.00%
1.18%

Color #7D40FC in popluar number systems.

HEX7D40FC
Decimal12564252
Binary1111101100000011111100
Octal175100374

Shades and tints

Shades of #7D40FC

#7D40FC
(125,64,252)
#723BE6
(114,59,230)
#6736D0
(103,54,208)
#5C31BA
(92,49,186)
#512CA4
(81,44,164)
#46278E
(70,39,142)
#3B2278
(59,34,120)
#301D62
(48,29,98)
#25184C
(37,24,76)
#1A1336
(26,19,54)
#0F0E20
(15,14,32)
#000000
(0,0,0)

Tints of #7D40FC

#7D40FC
(125,64,252)
#8851FC
(136,81,252)
#9362FC
(147,98,252)
#9E73FC
(158,115,252)
#A984FC
(169,132,252)
#B495FC
(180,149,252)
#BFA6FC
(191,166,252)
#CAB7FC
(202,183,252)
#D5C8FC
(213,200,252)
#E0D9FC
(224,217,252)
#EBEAFC
(235,234,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D40FC color. Also use rgb(125,64,252) instead hex code.

Text Font Color

.myTextColor { color: #7D40FC; }

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

This text font color is #7D40FC.


Background Color

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

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

This div background color is #7D40FC.


Border color

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

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

This div border color is #7D40FC.


Opacity

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

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

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

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

This text has shadow with #7D40FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D40FC on black background.


Color preview on white background

This text has color #7D40FC on white background.



Black color preview on #7D40FC background

This text has black color on #7D40FC background.


White color preview on #7D40FC background

This text has white color on #7D40FC background.