COLOR #D073EB

HEX: #D073EB RGB: (208,115,235)

Color info

#D073EB contains mainly red and blue colors. Web safe color of #D073EB is #CC66FF (or #C6F).

RGB color model

#D073EB color RGB value is (208,115,235).

RGB: (208,115,235) (82%, 45%, 92%)

RGB channels and saturation

R 208 of 255 = 82%
G 115 of 255 = 45%
B 235 of 255 = 92%

208
115
235

R + G + B ~ 73%. #D073EB is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 115 + 235 = 558 (100%)
R 208 of 558 ~ 37.28%
G 115 of 558 ~ 20.61%
B 235 of 558 ~ 42.11'%

%37.28
%20.61
%42.11

CMYK color model

#D073EB color CMYK value is (11,51,0,8).

  • cyan value is 11.49%
  • magenta value is 51.06%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK: (11,51,0,8) C11M51Y0K8 (11%,51%,0%,8%) (0.11/0.51/0.00/0.08) 

CMYK percentages

%11.49
%51.06
%0
%7.84

Codes

Color #D073EB in popluar color models

D0 73 EB
RGB 208 115 235
HSL 287° 75.00% 68.63%
HSB/HSV 287° 51.06% 92.16%
CMYK 11.49% 51.06% 0.00%
7.84%

Color #D073EB in popluar number systems.

HEX D0 73 EB
Decimal 208 115 235
Binary 11010000 1110011 11101011
Octal 320 163 353

Shades and tints

Shades of #D073EB

#D073EB
(208,115,235)
#BE69D6
(190,105,214)
#AC5FC1
(172,95,193)
#9A55AC
(154,85,172)
#884B97
(136,75,151)
#764182
(118,65,130)
#64376D
(100,55,109)
#522D58
(82,45,88)
#402343
(64,35,67)
#2E192E
(46,25,46)
#1C0F19
(28,15,25)
#000000
(0,0,0)

Tints of #D073EB

#D073EB
(208,115,235)
#D47FEC
(212,127,236)
#D88BED
(216,139,237)
#DC97EE
(220,151,238)
#E0A3EF
(224,163,239)
#E4AFF0
(228,175,240)
#E8BBF1
(232,187,241)
#ECC7F2
(236,199,242)
#F0D3F3
(240,211,243)
#F4DFF4
(244,223,244)
#F8EBF5
(248,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D073EB color. Also use rgb(208,115,235) instead hex code.

Text Font Color

.myTextColor { color: #D073EB; }

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

This text font color is #D073EB.

Background Color

.myBgColor { background-color: #D073EB; }

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

This div background color is #D073EB.

Border color

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

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

This div border color is #D073EB.

Opacity

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

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

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

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

This text has shadow with #D073EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D073EB.

Preview

Color preview on black background

This text has color #D073EB on black background.


Color preview on white background

This text has color #D073EB on white background.


Black color preview on #D073EB background

This text has black color on #D073EB background.


White color preview on #D073EB background

This text has white color on #D073EB background.


Related colors

Complementary color

Complementary color for #hex is #2F8C14.


I love getcolorcode.com

Triadic colors

1 #EBD073 and #73EBD0 with #D073EB are triadic colors.

2 #EB73D0 and #73D0EB with #D073EB are triadic colors.