COLOR #D27AE9

HEX: #D27AE9
RGB: (210,122,233)

Color info

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

RGB color model

#D27AE9 color RGB value is (210,122,233).

  • red value is 210;
  • green value is 122;
  • blue value is 233.
RGB:
(210,122,233)
(82%,48%,91%)

RGB channels and saturation

R 210 of 255 = 82%
G 122 of 255 = 48%
B 233 of 255 = 91%

210
122
233

R + G + B ~ 74%. #D27AE9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 122 + 233 = 565 (100%)
R 210 of 565 ~ 37.17%
G 122 of 565 ~ 21.59%
B 233 of 565 ~ 41.24%

%37.17
%21.59
%41.24

CMYK color model

#D27AE9 color CMYK value is (10,48,0,9).

  • cyan value is 9.87%
  • magenta value is 47.64%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(10,48,0,9)
C10M48Y0K9 
(10%,48%,0%,9%)
(0.10/0.48/0.00/0.09)	

CMYK percentages

%9.87
%47.64
%0
%8.63

Codes

Color #D27AE9 in popluar color models

D27AE9
RGB210122233
HSL288°71.61%69.61%
HSB/HSV288°47.64%91.37%
CMYK9.87%47.64%0.00%
8.63%

Color #D27AE9 in popluar number systems.

HEXD27AE9
Decimal210122233
Binary11010010111101011101001
Octal322172351

Shades and tints

Shades of #D27AE9

#D27AE9
(210,122,233)
#BF6FD4
(191,111,212)
#AC64BF
(172,100,191)
#9959AA
(153,89,170)
#864E95
(134,78,149)
#734380
(115,67,128)
#60386B
(96,56,107)
#4D2D56
(77,45,86)
#3A2241
(58,34,65)
#27172C
(39,23,44)
#140C17
(20,12,23)
#000000
(0,0,0)

Tints of #D27AE9

#D27AE9
(210,122,233)
#D686EB
(214,134,235)
#DA92ED
(218,146,237)
#DE9EEF
(222,158,239)
#E2AAF1
(226,170,241)
#E6B6F3
(230,182,243)
#EAC2F5
(234,194,245)
#EECEF7
(238,206,247)
#F2DAF9
(242,218,249)
#F6E6FB
(246,230,251)
#FAF2FD
(250,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D27AE9 color. Also use rgb(210,122,233) instead hex code.

Text Font Color

.myTextColor { color: #D27AE9; }

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

This text font color is #D27AE9.


Background Color

.myBgColor { background-color: #D27AE9; }

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

This div background color is #D27AE9.


Border color

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

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

This div border color is #D27AE9.


Opacity

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

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

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

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

This text has shadow with #D27AE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D27AE9 on black background.


Color preview on white background

This text has color #D27AE9 on white background.



Black color preview on #D27AE9 background

This text has black color on #D27AE9 background.


White color preview on #D27AE9 background

This text has white color on #D27AE9 background.