COLOR #DC5EF7

HEX: #DC5EF7
RGB: (220,94,247)

Color info

#DC5EF7 contains mainly red and blue colors. Web safe color of #DC5EF7 is #CC66FF (or #C6F).

RGB color model

#DC5EF7 color RGB value is (220,94,247).

  • red value is 220;
  • green value is 94;
  • blue value is 247.
RGB:
(220,94,247)
(86%,37%,97%)

RGB channels and saturation

R 220 of 255 = 86%
G 94 of 255 = 37%
B 247 of 255 = 97%

220
94
247

R + G + B ~ 73%. #DC5EF7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 94 + 247 = 561 (100%)
R 220 of 561 ~ 39.22%
G 94 of 561 ~ 16.76%
B 247 of 561 ~ 44.03%

%39.22
%16.76
%44.03

CMYK color model

#DC5EF7 color CMYK value is (11,62,0,3).

  • cyan value is 10.93%
  • magenta value is 61.94%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(11,62,0,3)
C11M62Y0K3 
(11%,62%,0%,3%)
(0.11/0.62/0.00/0.03)	

CMYK percentages

%10.93
%61.94
%0
%3.14

Codes

Color #DC5EF7 in popluar color models

DC5EF7
RGB22094247
HSL289°90.53%66.86%
HSB/HSV289°61.94%96.86%
CMYK10.93%61.94%0.00%
3.14%

Color #DC5EF7 in popluar number systems.

HEXDC5EF7
Decimal22094247
Binary11011100101111011110111
Octal334136367

Shades and tints

Shades of #DC5EF7

#DC5EF7
(220,94,247)
#C856E1
(200,86,225)
#B44ECB
(180,78,203)
#A046B5
(160,70,181)
#8C3E9F
(140,62,159)
#783689
(120,54,137)
#642E73
(100,46,115)
#50265D
(80,38,93)
#3C1E47
(60,30,71)
#281631
(40,22,49)
#140E1B
(20,14,27)
#000000
(0,0,0)

Tints of #DC5EF7

#DC5EF7
(220,94,247)
#DF6CF7
(223,108,247)
#E27AF7
(226,122,247)
#E588F7
(229,136,247)
#E896F7
(232,150,247)
#EBA4F7
(235,164,247)
#EEB2F7
(238,178,247)
#F1C0F7
(241,192,247)
#F4CEF7
(244,206,247)
#F7DCF7
(247,220,247)
#FAEAF7
(250,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC5EF7 color. Also use rgb(220,94,247) instead hex code.

Text Font Color

.myTextColor { color: #DC5EF7; }

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

This text font color is #DC5EF7.


Background Color

.myBgColor { background-color: #DC5EF7; }

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

This div background color is #DC5EF7.


Border color

.myBorderColor { border: 1px solid #DC5EF7; }

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

This div border color is #DC5EF7.


Opacity

.myOpacity80 { color: #DC5EF7; opacity: 0.8; }

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

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

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

This text has shadow with #DC5EF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC5EF7 on black background.


Color preview on white background

This text has color #DC5EF7 on white background.



Black color preview on #DC5EF7 background

This text has black color on #DC5EF7 background.


White color preview on #DC5EF7 background

This text has white color on #DC5EF7 background.