COLOR #7D56FD

HEX: #7D56FD
RGB: (125,86,253)

Color info

#7D56FD contains mainly blue color. Web safe color of #7D56FD is #6666FF (or #66F).

RGB color model

#7D56FD color RGB value is (125,86,253).

  • red value is 125;
  • green value is 86;
  • blue value is 253.
RGB:
(125,86,253)
(49%,34%,99%)

RGB channels and saturation

R 125 of 255 = 49%
G 86 of 255 = 34%
B 253 of 255 = 99%

125
86
253

R + G + B ~ 61%. #7D56FD is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 86 + 253 = 464 (100%)
R 125 of 464 ~ 26.94%
G 86 of 464 ~ 18.53%
B 253 of 464 ~ 54.53%

%26.94
%18.53
%54.53

CMYK color model

#7D56FD color CMYK value is (51,66,0,1).

  • cyan value is 50.59%
  • magenta value is 66.01%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(51,66,0,1)
C51M66Y0K1 
(51%,66%,0%,1%)
(0.51/0.66/0.00/0.01)	

CMYK percentages

%50.59
%66.01
%0
%0.78

Codes

Color #7D56FD in popluar color models

7D56FD
RGB12586253
HSL254°97.66%66.47%
HSB/HSV254°66.01%99.22%
CMYK50.59%66.01%0.00%
0.78%

Color #7D56FD in popluar number systems.

HEX7D56FD
Decimal12586253
Binary1111101101011011111101
Octal175126375

Shades and tints

Shades of #7D56FD

#7D56FD
(125,86,253)
#724FE6
(114,79,230)
#6748CF
(103,72,207)
#5C41B8
(92,65,184)
#513AA1
(81,58,161)
#46338A
(70,51,138)
#3B2C73
(59,44,115)
#30255C
(48,37,92)
#251E45
(37,30,69)
#1A172E
(26,23,46)
#0F1017
(15,16,23)
#000000
(0,0,0)

Tints of #7D56FD

#7D56FD
(125,86,253)
#8865FD
(136,101,253)
#9374FD
(147,116,253)
#9E83FD
(158,131,253)
#A992FD
(169,146,253)
#B4A1FD
(180,161,253)
#BFB0FD
(191,176,253)
#CABFFD
(202,191,253)
#D5CEFD
(213,206,253)
#E0DDFD
(224,221,253)
#EBECFD
(235,236,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D56FD color. Also use rgb(125,86,253) instead hex code.

Text Font Color

.myTextColor { color: #7D56FD; }

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

This text font color is #7D56FD.


Background Color

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

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

This div background color is #7D56FD.


Border color

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

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

This div border color is #7D56FD.


Opacity

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

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

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

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

This text has shadow with #7D56FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D56FD on black background.


Color preview on white background

This text has color #7D56FD on white background.



Black color preview on #7D56FD background

This text has black color on #7D56FD background.


White color preview on #7D56FD background

This text has white color on #7D56FD background.