COLOR #DC8FFA

HEX: #DC8FFA
RGB: (220,143,250)

Color info

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

RGB color model

#DC8FFA color RGB value is (220,143,250).

  • red value is 220;
  • green value is 143;
  • blue value is 250.
RGB:
(220,143,250)
(86%,56%,98%)

RGB channels and saturation

R 220 of 255 = 86%
G 143 of 255 = 56%
B 250 of 255 = 98%

220
143
250

R + G + B ~ 80%. #DC8FFA is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 143 + 250 = 613 (100%)
R 220 of 613 ~ 35.89%
G 143 of 613 ~ 23.33%
B 250 of 613 ~ 40.78%

%35.89
%23.33
%40.78

CMYK color model

#DC8FFA color CMYK value is (12,43,0,2).

  • cyan value is 12.00%
  • magenta value is 42.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(12,43,0,2)
C12M43Y0K2 
(12%,43%,0%,2%)
(0.12/0.43/0.00/0.02)	

CMYK percentages

%12
%42.8
%0
%1.96

Codes

Color #DC8FFA in popluar color models

DC8FFA
RGB220143250
HSL283°91.45%77.06%
HSB/HSV283°42.80%98.04%
CMYK12.00%42.80%0.00%
1.96%

Color #DC8FFA in popluar number systems.

HEXDC8FFA
Decimal220143250
Binary110111001000111111111010
Octal334217372

Shades and tints

Shades of #DC8FFA

#DC8FFA
(220,143,250)
#C882E4
(200,130,228)
#B475CE
(180,117,206)
#A068B8
(160,104,184)
#8C5BA2
(140,91,162)
#784E8C
(120,78,140)
#644176
(100,65,118)
#503460
(80,52,96)
#3C274A
(60,39,74)
#281A34
(40,26,52)
#140D1E
(20,13,30)
#000000
(0,0,0)

Tints of #DC8FFA

#DC8FFA
(220,143,250)
#DF99FA
(223,153,250)
#E2A3FA
(226,163,250)
#E5ADFA
(229,173,250)
#E8B7FA
(232,183,250)
#EBC1FA
(235,193,250)
#EECBFA
(238,203,250)
#F1D5FA
(241,213,250)
#F4DFFA
(244,223,250)
#F7E9FA
(247,233,250)
#FAF3FA
(250,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC8FFA color. Also use rgb(220,143,250) instead hex code.

Text Font Color

.myTextColor { color: #DC8FFA; }

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

This text font color is #DC8FFA.


Background Color

.myBgColor { background-color: #DC8FFA; }

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

This div background color is #DC8FFA.


Border color

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

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

This div border color is #DC8FFA.


Opacity

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

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

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

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

This text has shadow with #DC8FFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC8FFA on black background.


Color preview on white background

This text has color #DC8FFA on white background.



Black color preview on #DC8FFA background

This text has black color on #DC8FFA background.


White color preview on #DC8FFA background

This text has white color on #DC8FFA background.