COLOR #D78AF4

HEX: #D78AF4
RGB: (215,138,244)

Color info

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

RGB color model

#D78AF4 color RGB value is (215,138,244).

  • red value is 215;
  • green value is 138;
  • blue value is 244.
RGB:
(215,138,244)
(84%,54%,96%)

RGB channels and saturation

R 215 of 255 = 84%
G 138 of 255 = 54%
B 244 of 255 = 96%

215
138
244

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

Portions of RGB colors in percentages

R + G + B =
215 + 138 + 244 = 597 (100%)
R 215 of 597 ~ 36.01%
G 138 of 597 ~ 23.12%
B 244 of 597 ~ 40.87%

%36.01
%23.12
%40.87

CMYK color model

#D78AF4 color CMYK value is (12,43,0,4).

  • cyan value is 11.89%
  • magenta value is 43.44%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(12,43,0,4)
C12M43Y0K4 
(12%,43%,0%,4%)
(0.12/0.43/0.00/0.04)	

CMYK percentages

%11.89
%43.44
%0
%4.31

Codes

Color #D78AF4 in popluar color models

D78AF4
RGB215138244
HSL284°82.81%74.90%
HSB/HSV284°43.44%95.69%
CMYK11.89%43.44%0.00%
4.31%

Color #D78AF4 in popluar number systems.

HEXD78AF4
Decimal215138244
Binary110101111000101011110100
Octal327212364

Shades and tints

Shades of #D78AF4

#D78AF4
(215,138,244)
#C47EDE
(196,126,222)
#B172C8
(177,114,200)
#9E66B2
(158,102,178)
#8B5A9C
(139,90,156)
#784E86
(120,78,134)
#654270
(101,66,112)
#52365A
(82,54,90)
#3F2A44
(63,42,68)
#2C1E2E
(44,30,46)
#191218
(25,18,24)
#000000
(0,0,0)

Tints of #D78AF4

#D78AF4
(215,138,244)
#DA94F5
(218,148,245)
#DD9EF6
(221,158,246)
#E0A8F7
(224,168,247)
#E3B2F8
(227,178,248)
#E6BCF9
(230,188,249)
#E9C6FA
(233,198,250)
#ECD0FB
(236,208,251)
#EFDAFC
(239,218,252)
#F2E4FD
(242,228,253)
#F5EEFE
(245,238,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D78AF4 color. Also use rgb(215,138,244) instead hex code.

Text Font Color

.myTextColor { color: #D78AF4; }

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

This text font color is #D78AF4.


Background Color

.myBgColor { background-color: #D78AF4; }

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

This div background color is #D78AF4.


Border color

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

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

This div border color is #D78AF4.


Opacity

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

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

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

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

This text has shadow with #D78AF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D78AF4 on black background.


Color preview on white background

This text has color #D78AF4 on white background.



Black color preview on #D78AF4 background

This text has black color on #D78AF4 background.


White color preview on #D78AF4 background

This text has white color on #D78AF4 background.