COLOR #D0A5E5

HEX: #D0A5E5
RGB: (208,165,229)

Color info

#D0A5E5 contains mainly red and blue colors. Web safe color of #D0A5E5 is #CC99CC (or #C9C).

RGB color model

#D0A5E5 color RGB value is (208,165,229).

  • red value is 208;
  • green value is 165;
  • blue value is 229.
RGB:
(208,165,229)
(82%,65%,90%)

RGB channels and saturation

R 208 of 255 = 82%
G 165 of 255 = 65%
B 229 of 255 = 90%

208
165
229

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

Portions of RGB colors in percentages

R + G + B =
208 + 165 + 229 = 602 (100%)
R 208 of 602 ~ 34.55%
G 165 of 602 ~ 27.41%
B 229 of 602 ~ 38.04%

%34.55
%27.41
%38.04

CMYK color model

#D0A5E5 color CMYK value is (9,28,0,10).

  • cyan value is 9.17%
  • magenta value is 27.95%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(9,28,0,10)
C9M28Y0K10 
(9%,28%,0%,10%)
(0.09/0.28/0.00/0.10)	

CMYK percentages

%9.17
%27.95
%0
%10.2

Codes

Color #D0A5E5 in popluar color models

D0A5E5
RGB208165229
HSL280°55.17%77.25%
HSB/HSV280°27.95%89.80%
CMYK9.17%27.95%0.00%
10.20%

Color #D0A5E5 in popluar number systems.

HEXD0A5E5
Decimal208165229
Binary110100001010010111100101
Octal320245345

Shades and tints

Shades of #D0A5E5

#D0A5E5
(208,165,229)
#BE96D1
(190,150,209)
#AC87BD
(172,135,189)
#9A78A9
(154,120,169)
#886995
(136,105,149)
#765A81
(118,90,129)
#644B6D
(100,75,109)
#523C59
(82,60,89)
#402D45
(64,45,69)
#2E1E31
(46,30,49)
#1C0F1D
(28,15,29)
#000000
(0,0,0)

Tints of #D0A5E5

#D0A5E5
(208,165,229)
#D4ADE7
(212,173,231)
#D8B5E9
(216,181,233)
#DCBDEB
(220,189,235)
#E0C5ED
(224,197,237)
#E4CDEF
(228,205,239)
#E8D5F1
(232,213,241)
#ECDDF3
(236,221,243)
#F0E5F5
(240,229,245)
#F4EDF7
(244,237,247)
#F8F5F9
(248,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0A5E5 color. Also use rgb(208,165,229) instead hex code.

Text Font Color

.myTextColor { color: #D0A5E5; }

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

This text font color is #D0A5E5.


Background Color

.myBgColor { background-color: #D0A5E5; }

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

This div background color is #D0A5E5.


Border color

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

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

This div border color is #D0A5E5.


Opacity

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

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

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

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

This text has shadow with #D0A5E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0A5E5 on black background.


Color preview on white background

This text has color #D0A5E5 on white background.



Black color preview on #D0A5E5 background

This text has black color on #D0A5E5 background.


White color preview on #D0A5E5 background

This text has white color on #D0A5E5 background.