COLOR #DC8CF0

HEX: #DC8CF0
RGB: (220,140,240)

Color info

#DC8CF0 contains mainly red and blue colors. Web safe color of #DC8CF0 is #CC99FF (or #C9F).

RGB color model

#DC8CF0 color RGB value is (220,140,240).

  • red value is 220;
  • green value is 140;
  • blue value is 240.
RGB:
(220,140,240)
(86%,55%,94%)

RGB channels and saturation

R 220 of 255 = 86%
G 140 of 255 = 55%
B 240 of 255 = 94%

220
140
240

R + G + B ~ 78%. #DC8CF0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 140 + 240 = 600 (100%)
R 220 of 600 ~ 36.67%
G 140 of 600 ~ 23.33%
B 240 of 600 ~ 40%

%36.67
%23.33
%40

CMYK color model

#DC8CF0 color CMYK value is (8,42,0,6).

  • cyan value is 8.33%
  • magenta value is 41.67%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(8,42,0,6)
C8M42Y0K6 
(8%,42%,0%,6%)
(0.08/0.42/0.00/0.06)	

CMYK percentages

%8.33
%41.67
%0
%5.88

Codes

Color #DC8CF0 in popluar color models

DC8CF0
RGB220140240
HSL288°76.92%74.51%
HSB/HSV288°41.67%94.12%
CMYK8.33%41.67%0.00%
5.88%

Color #DC8CF0 in popluar number systems.

HEXDC8CF0
Decimal220140240
Binary110111001000110011110000
Octal334214360

Shades and tints

Shades of #DC8CF0

#DC8CF0
(220,140,240)
#C880DB
(200,128,219)
#B474C6
(180,116,198)
#A068B1
(160,104,177)
#8C5C9C
(140,92,156)
#785087
(120,80,135)
#644472
(100,68,114)
#50385D
(80,56,93)
#3C2C48
(60,44,72)
#282033
(40,32,51)
#14141E
(20,20,30)
#000000
(0,0,0)

Tints of #DC8CF0

#DC8CF0
(220,140,240)
#DF96F1
(223,150,241)
#E2A0F2
(226,160,242)
#E5AAF3
(229,170,243)
#E8B4F4
(232,180,244)
#EBBEF5
(235,190,245)
#EEC8F6
(238,200,246)
#F1D2F7
(241,210,247)
#F4DCF8
(244,220,248)
#F7E6F9
(247,230,249)
#FAF0FA
(250,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC8CF0 color. Also use rgb(220,140,240) instead hex code.

Text Font Color

.myTextColor { color: #DC8CF0; }

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

This text font color is #DC8CF0.


Background Color

.myBgColor { background-color: #DC8CF0; }

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

This div background color is #DC8CF0.


Border color

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

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

This div border color is #DC8CF0.


Opacity

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

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

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

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

This text has shadow with #DC8CF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC8CF0 on black background.


Color preview on white background

This text has color #DC8CF0 on white background.



Black color preview on #DC8CF0 background

This text has black color on #DC8CF0 background.


White color preview on #DC8CF0 background

This text has white color on #DC8CF0 background.