COLOR #D08AE2

HEX: #D08AE2
RGB: (208,138,226)

Color info

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

RGB color model

#D08AE2 color RGB value is (208,138,226).

  • red value is 208;
  • green value is 138;
  • blue value is 226.
RGB:
(208,138,226)
(82%,54%,89%)

RGB channels and saturation

R 208 of 255 = 82%
G 138 of 255 = 54%
B 226 of 255 = 89%

208
138
226

R + G + B ~ 75%. #D08AE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 138 + 226 = 572 (100%)
R 208 of 572 ~ 36.36%
G 138 of 572 ~ 24.13%
B 226 of 572 ~ 39.51%

%36.36
%24.13
%39.51

CMYK color model

#D08AE2 color CMYK value is (8,39,0,11).

  • cyan value is 7.96%
  • magenta value is 38.94%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(8,39,0,11)
C8M39Y0K11 
(8%,39%,0%,11%)
(0.08/0.39/0.00/0.11)	

CMYK percentages

%7.96
%38.94
%0
%11.37

Codes

Color #D08AE2 in popluar color models

D08AE2
RGB208138226
HSL288°60.27%71.37%
HSB/HSV288°38.94%88.63%
CMYK7.96%38.94%0.00%
11.37%

Color #D08AE2 in popluar number systems.

HEXD08AE2
Decimal208138226
Binary110100001000101011100010
Octal320212342

Shades and tints

Shades of #D08AE2

#D08AE2
(208,138,226)
#BE7ECE
(190,126,206)
#AC72BA
(172,114,186)
#9A66A6
(154,102,166)
#885A92
(136,90,146)
#764E7E
(118,78,126)
#64426A
(100,66,106)
#523656
(82,54,86)
#402A42
(64,42,66)
#2E1E2E
(46,30,46)
#1C121A
(28,18,26)
#000000
(0,0,0)

Tints of #D08AE2

#D08AE2
(208,138,226)
#D494E4
(212,148,228)
#D89EE6
(216,158,230)
#DCA8E8
(220,168,232)
#E0B2EA
(224,178,234)
#E4BCEC
(228,188,236)
#E8C6EE
(232,198,238)
#ECD0F0
(236,208,240)
#F0DAF2
(240,218,242)
#F4E4F4
(244,228,244)
#F8EEF6
(248,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D08AE2 color. Also use rgb(208,138,226) instead hex code.

Text Font Color

.myTextColor { color: #D08AE2; }

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

This text font color is #D08AE2.


Background Color

.myBgColor { background-color: #D08AE2; }

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

This div background color is #D08AE2.


Border color

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

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

This div border color is #D08AE2.


Opacity

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

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

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

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

This text has shadow with #D08AE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D08AE2 on black background.


Color preview on white background

This text has color #D08AE2 on white background.



Black color preview on #D08AE2 background

This text has black color on #D08AE2 background.


White color preview on #D08AE2 background

This text has white color on #D08AE2 background.