COLOR #D48CFE

HEX: #D48CFE
RGB: (212,140,254)

Color info

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

RGB color model

#D48CFE color RGB value is (212,140,254).

  • red value is 212;
  • green value is 140;
  • blue value is 254.
RGB:
(212,140,254)
(83%,55%,100%)

RGB channels and saturation

R 212 of 255 = 83%
G 140 of 255 = 55%
B 254 of 255 = 100%

212
140
254

R + G + B ~ 79%. #D48CFE is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 140 + 254 = 606 (100%)
R 212 of 606 ~ 34.98%
G 140 of 606 ~ 23.1%
B 254 of 606 ~ 41.91%

%34.98
%23.1
%41.91

CMYK color model

#D48CFE color CMYK value is (17,45,0,0).

  • cyan value is 16.54%
  • magenta value is 44.88%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(17,45,0,0)
C17M45Y0K0 
(17%,45%,0%,0%)
(0.17/0.45/0.00/0.00)	

CMYK percentages

%16.54
%44.88
%0
%0.39

Codes

Color #D48CFE in popluar color models

D48CFE
RGB212140254
HSL278°98.28%77.25%
HSB/HSV278°44.88%99.61%
CMYK16.54%44.88%0.00%
0.39%

Color #D48CFE in popluar number systems.

HEXD48CFE
Decimal212140254
Binary110101001000110011111110
Octal324214376

Shades and tints

Shades of #D48CFE

#D48CFE
(212,140,254)
#C180E7
(193,128,231)
#AE74D0
(174,116,208)
#9B68B9
(155,104,185)
#885CA2
(136,92,162)
#75508B
(117,80,139)
#624474
(98,68,116)
#4F385D
(79,56,93)
#3C2C46
(60,44,70)
#29202F
(41,32,47)
#161418
(22,20,24)
#000000
(0,0,0)

Tints of #D48CFE

#D48CFE
(212,140,254)
#D796FE
(215,150,254)
#DAA0FE
(218,160,254)
#DDAAFE
(221,170,254)
#E0B4FE
(224,180,254)
#E3BEFE
(227,190,254)
#E6C8FE
(230,200,254)
#E9D2FE
(233,210,254)
#ECDCFE
(236,220,254)
#EFE6FE
(239,230,254)
#F2F0FE
(242,240,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D48CFE color. Also use rgb(212,140,254) instead hex code.

Text Font Color

.myTextColor { color: #D48CFE; }

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

This text font color is #D48CFE.


Background Color

.myBgColor { background-color: #D48CFE; }

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

This div background color is #D48CFE.


Border color

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

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

This div border color is #D48CFE.


Opacity

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

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

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

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

This text has shadow with #D48CFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D48CFE on black background.


Color preview on white background

This text has color #D48CFE on white background.



Black color preview on #D48CFE background

This text has black color on #D48CFE background.


White color preview on #D48CFE background

This text has white color on #D48CFE background.