COLOR #D004EF

HEX: #D004EF
RGB: (208,4,239)

Color info

#D004EF contains mainly red and blue colors. Web safe color of #D004EF is #CC00FF (or #C0F).

RGB color model

#D004EF color RGB value is (208,4,239).

  • red value is 208;
  • green value is 4;
  • blue value is 239.
RGB:
(208,4,239)
(82%,2%,94%)

RGB channels and saturation

R 208 of 255 = 82%
G 4 of 255 = 2%
B 239 of 255 = 94%

208
4
239

R + G + B ~ 59%. #D004EF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
208 + 4 + 239 = 451 (100%)
R 208 of 451 ~ 46.12%
G 4 of 451 ~ 0.89%
B 239 of 451 ~ 52.99%

%46.12
%52.99

CMYK color model

#D004EF color CMYK value is (13,98,0,6).

  • cyan value is 12.97%
  • magenta value is 98.33%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(13,98,0,6)
C13M98Y0K6 
(13%,98%,0%,6%)
(0.13/0.98/0.00/0.06)	

CMYK percentages

%12.97
%98.33
%0
%6.27

Codes

Color #D004EF in popluar color models

D004EF
RGB2084239
HSL292°96.71%47.65%
HSB/HSV292°98.33%93.73%
CMYK12.97%98.33%0.00%
6.27%

Color #D004EF in popluar number systems.

HEXD004EF
Decimal2084239
Binary1101000010011101111
Octal3204357

Shades and tints

Shades of #D004EF

#D004EF
(208,4,239)
#BE04DA
(190,4,218)
#AC04C5
(172,4,197)
#9A04B0
(154,4,176)
#88049B
(136,4,155)
#760486
(118,4,134)
#640471
(100,4,113)
#52045C
(82,4,92)
#400447
(64,4,71)
#2E0432
(46,4,50)
#1C041D
(28,4,29)
#000000
(0,0,0)

Tints of #D004EF

#D004EF
(208,4,239)
#D41AF0
(212,26,240)
#D830F1
(216,48,241)
#DC46F2
(220,70,242)
#E05CF3
(224,92,243)
#E472F4
(228,114,244)
#E888F5
(232,136,245)
#EC9EF6
(236,158,246)
#F0B4F7
(240,180,247)
#F4CAF8
(244,202,248)
#F8E0F9
(248,224,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D004EF color. Also use rgb(208,4,239) instead hex code.

Text Font Color

.myTextColor { color: #D004EF; }

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

This text font color is #D004EF.


Background Color

.myBgColor { background-color: #D004EF; }

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

This div background color is #D004EF.


Border color

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

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

This div border color is #D004EF.


Opacity

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

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

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

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

This text has shadow with #D004EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D004EF on black background.


Color preview on white background

This text has color #D004EF on white background.



Black color preview on #D004EF background

This text has black color on #D004EF background.


White color preview on #D004EF background

This text has white color on #D004EF background.