COLOR #D48AEA

HEX: #D48AEA RGB: (212,138,234)

Color info

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

RGB color model

#D48AEA color RGB value is (212,138,234).

RGB: (212,138,234) (83%, 54%, 92%)

RGB channels and saturation

R 212 of 255 = 83%
G 138 of 255 = 54%
B 234 of 255 = 92%

212
138
234

R + G + B ~ 76%. #D48AEA is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 138 + 234 = 584 (100%)
R 212 of 584 ~ 36.3%
G 138 of 584 ~ 23.63%
B 234 of 584 ~ 40.07'%

%36.3
%23.63
%40.07

CMYK color model

#D48AEA color CMYK value is (9,41,0,8).

  • cyan value is 9.40%
  • magenta value is 41.03%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (9,41,0,8)
C9M41Y0K8 (9%, 41%, 0%, 8%)
(0.09 / 0.41 / 0.00 / 0.08)

CMYK percentages

%9.4
%41.03
%0
%8.24

Codes

Color #D48AEA in popluar color models

D4 8A EA
RGB 212 138 234
HSL 286° 69.57% 72.94%
HSB/HSV 286° 41.03% 91.76%
CMYK 9.40% 41.03% 0.00%
8.24%

Color #D48AEA in popluar number systems.

HEX D4 8A EA
Decimal 212 138 234
Binary 11010100 10001010 11101010
Octal 324 212 352

Shades and tints

Shades of #D48AEA

#D48AEA
(212,138,234)
#C17ED5
(193,126,213)
#AE72C0
(174,114,192)
#9B66AB
(155,102,171)
#885A96
(136,90,150)
#754E81
(117,78,129)
#62426C
(98,66,108)
#4F3657
(79,54,87)
#3C2A42
(60,42,66)
#291E2D
(41,30,45)
#161218
(22,18,24)
#000000
(0,0,0)

Tints of #D48AEA

#D48AEA
(212,138,234)
#D794EB
(215,148,235)
#DA9EEC
(218,158,236)
#DDA8ED
(221,168,237)
#E0B2EE
(224,178,238)
#E3BCEF
(227,188,239)
#E6C6F0
(230,198,240)
#E9D0F1
(233,208,241)
#ECDAF2
(236,218,242)
#EFE4F3
(239,228,243)
#F2EEF4
(242,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D48AEA color. Also use rgb(212,138,234) instead hex code.

Text Font Color

.myTextColor { color: #D48AEA; }

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

This text font color is #D48AEA.

Background Color

.myBgColor { background-color: #D48AEA; }

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

This div background color is #D48AEA.

Border color

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

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

This div border color is #D48AEA.

Opacity

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

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

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

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

This text has shadow with #D48AEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D48AEA.

Preview

Color preview on black background

This text has color #D48AEA on black background.


Color preview on white background

This text has color #D48AEA on white background.


Black color preview on #D48AEA background

This text has black color on #D48AEA background.


White color preview on #D48AEA background

This text has white color on #D48AEA background.


Related colors

Complementary color

Complementary color for #hex is #2B7515.


I love getcolorcode.com

Triadic colors

1 #EAD48A and #8AEAD4 with #D48AEA are triadic colors.

2 #EA8AD4 and #8AD4EA with #D48AEA are triadic colors.