COLOR #D07ECA

HEX: #D07ECA
RGB: (208,126,202)

Color info

#D07ECA contains mainly red and blue colors. Web safe color of #D07ECA is #CC66CC (or #C6C).

RGB color model

#D07ECA color RGB value is (208,126,202).

  • red value is 208;
  • green value is 126;
  • blue value is 202.
RGB:
(208,126,202)
(82%,49%,79%)

RGB channels and saturation

R 208 of 255 = 82%
G 126 of 255 = 49%
B 202 of 255 = 79%

208
126
202

R + G + B ~ 70%. #D07ECA is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 126 + 202 = 536 (100%)
R 208 of 536 ~ 38.81%
G 126 of 536 ~ 23.51%
B 202 of 536 ~ 37.69%

%38.81
%23.51
%37.69

CMYK color model

#D07ECA color CMYK value is (0,39,3,18).

  • cyan value is 0.00%
  • magenta value is 39.42%
  • yellow value is 2.88%
  • key color value is 18.43%
CMYK:
(0,39,3,18)
C0M39Y3K18 
(0%,39%,3%,18%)
(0.00/0.39/0.03/0.18)	

CMYK percentages

%0
%39.42
%2.88
%18.43

Codes

Color #D07ECA in popluar color models

D07ECA
RGB208126202
HSL304°46.59%65.49%
HSB/HSV304°39.42%81.57%
CMYK0.00%39.42%2.88%
18.43%

Color #D07ECA in popluar number systems.

HEXD07ECA
Decimal208126202
Binary11010000111111011001010
Octal320176312

Shades and tints

Shades of #D07ECA

#D07ECA
(208,126,202)
#BE73B8
(190,115,184)
#AC68A6
(172,104,166)
#9A5D94
(154,93,148)
#885282
(136,82,130)
#764770
(118,71,112)
#643C5E
(100,60,94)
#52314C
(82,49,76)
#40263A
(64,38,58)
#2E1B28
(46,27,40)
#1C1016
(28,16,22)
#000000
(0,0,0)

Tints of #D07ECA

#D07ECA
(208,126,202)
#D489CE
(212,137,206)
#D894D2
(216,148,210)
#DC9FD6
(220,159,214)
#E0AADA
(224,170,218)
#E4B5DE
(228,181,222)
#E8C0E2
(232,192,226)
#ECCBE6
(236,203,230)
#F0D6EA
(240,214,234)
#F4E1EE
(244,225,238)
#F8ECF2
(248,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D07ECA color. Also use rgb(208,126,202) instead hex code.

Text Font Color

.myTextColor { color: #D07ECA; }

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

This text font color is #D07ECA.


Background Color

.myBgColor { background-color: #D07ECA; }

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

This div background color is #D07ECA.


Border color

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

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

This div border color is #D07ECA.


Opacity

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

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

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

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

This text has shadow with #D07ECA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D07ECA on black background.


Color preview on white background

This text has color #D07ECA on white background.



Black color preview on #D07ECA background

This text has black color on #D07ECA background.


White color preview on #D07ECA background

This text has white color on #D07ECA background.