COLOR #D0A5EA

HEX: #D0A5EA RGB: (208,165,234)

Color info

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

RGB color model

#D0A5EA color RGB value is (208,165,234).

RGB: (208,165,234) (82%, 65%, 92%)

RGB channels and saturation

R 208 of 255 = 82%
G 165 of 255 = 65%
B 234 of 255 = 92%

208
165
234

R + G + B ~ 80%. #D0A5EA is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 165 + 234 = 607 (100%)
R 208 of 607 ~ 34.27%
G 165 of 607 ~ 27.18%
B 234 of 607 ~ 38.55'%

%34.27
%27.18
%38.55

CMYK color model

#D0A5EA color CMYK value is (11,29,0,8).

  • cyan value is 11.11%
  • magenta value is 29.49%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (11,29,0,8)
C11M29Y0K8 (11%, 29%, 0%, 8%)
(0.11 / 0.29 / 0.00 / 0.08)

CMYK percentages

%11.11
%29.49
%0
%8.24

Codes

Color #D0A5EA in popluar color models

D0 A5 EA
RGB 208 165 234
HSL 277° 62.16% 78.24%
HSB/HSV 277° 29.49% 91.76%
CMYK 11.11% 29.49% 0.00%
8.24%

Color #D0A5EA in popluar number systems.

HEX D0 A5 EA
Decimal 208 165 234
Binary 11010000 10100101 11101010
Octal 320 245 352

Shades and tints

Shades of #D0A5EA

#D0A5EA
(208,165,234)
#BE96D5
(190,150,213)
#AC87C0
(172,135,192)
#9A78AB
(154,120,171)
#886996
(136,105,150)
#765A81
(118,90,129)
#644B6C
(100,75,108)
#523C57
(82,60,87)
#402D42
(64,45,66)
#2E1E2D
(46,30,45)
#1C0F18
(28,15,24)
#000000
(0,0,0)

Tints of #D0A5EA

#D0A5EA
(208,165,234)
#D4ADEB
(212,173,235)
#D8B5EC
(216,181,236)
#DCBDED
(220,189,237)
#E0C5EE
(224,197,238)
#E4CDEF
(228,205,239)
#E8D5F0
(232,213,240)
#ECDDF1
(236,221,241)
#F0E5F2
(240,229,242)
#F4EDF3
(244,237,243)
#F8F5F4
(248,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0A5EA; }

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

This text font color is #D0A5EA.

Background Color

.myBgColor { background-color: #D0A5EA; }

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

This div background color is #D0A5EA.

Border color

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

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

This div border color is #D0A5EA.

Opacity

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

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

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

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

This text has shadow with #D0A5EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0A5EA.

Preview

Color preview on black background

This text has color #D0A5EA on black background.


Color preview on white background

This text has color #D0A5EA on white background.


Black color preview on #D0A5EA background

This text has black color on #D0A5EA background.


White color preview on #D0A5EA background

This text has white color on #D0A5EA background.


Related colors

Complementary color

Complementary color for #hex is #2F5A15.


I love getcolorcode.com

Triadic colors

1 #EAD0A5 and #A5EAD0 with #D0A5EA are triadic colors.

2 #EAA5D0 and #A5D0EA with #D0A5EA are triadic colors.