COLOR #7D57D6

HEX: #7D57D6
RGB: (125,87,214)

Color info

#7D57D6 contains mainly blue color. Web safe color of #7D57D6 is #6666CC (or #66C).

RGB color model

#7D57D6 color RGB value is (125,87,214).

  • red value is 125;
  • green value is 87;
  • blue value is 214.
RGB:
(125,87,214)
(49%,34%,84%)

RGB channels and saturation

R 125 of 255 = 49%
G 87 of 255 = 34%
B 214 of 255 = 84%

125
87
214

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

Portions of RGB colors in percentages

R + G + B =
125 + 87 + 214 = 426 (100%)
R 125 of 426 ~ 29.34%
G 87 of 426 ~ 20.42%
B 214 of 426 ~ 50.23%

%29.34
%20.42
%50.23

CMYK color model

#7D57D6 color CMYK value is (42,59,0,16).

  • cyan value is 41.59%
  • magenta value is 59.35%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(42,59,0,16)
C42M59Y0K16 
(42%,59%,0%,16%)
(0.42/0.59/0.00/0.16)	

CMYK percentages

%41.59
%59.35
%0
%16.08

Codes

Color #7D57D6 in popluar color models

7D57D6
RGB12587214
HSL258°60.77%59.02%
HSB/HSV258°59.35%83.92%
CMYK41.59%59.35%0.00%
16.08%

Color #7D57D6 in popluar number systems.

HEX7D57D6
Decimal12587214
Binary1111101101011111010110
Octal175127326

Shades and tints

Shades of #7D57D6

#7D57D6
(125,87,214)
#7250C3
(114,80,195)
#6749B0
(103,73,176)
#5C429D
(92,66,157)
#513B8A
(81,59,138)
#463477
(70,52,119)
#3B2D64
(59,45,100)
#302651
(48,38,81)
#251F3E
(37,31,62)
#1A182B
(26,24,43)
#0F1118
(15,17,24)
#000000
(0,0,0)

Tints of #7D57D6

#7D57D6
(125,87,214)
#8866D9
(136,102,217)
#9375DC
(147,117,220)
#9E84DF
(158,132,223)
#A993E2
(169,147,226)
#B4A2E5
(180,162,229)
#BFB1E8
(191,177,232)
#CAC0EB
(202,192,235)
#D5CFEE
(213,207,238)
#E0DEF1
(224,222,241)
#EBEDF4
(235,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D57D6 color. Also use rgb(125,87,214) instead hex code.

Text Font Color

.myTextColor { color: #7D57D6; }

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

This text font color is #7D57D6.


Background Color

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

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

This div background color is #7D57D6.


Border color

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

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

This div border color is #7D57D6.


Opacity

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

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

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

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

This text has shadow with #7D57D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D57D6 on black background.


Color preview on white background

This text has color #7D57D6 on white background.



Black color preview on #7D57D6 background

This text has black color on #7D57D6 background.


White color preview on #7D57D6 background

This text has white color on #7D57D6 background.