COLOR #B48EDC

HEX: #B48EDC
RGB: (180,142,220)

Color info

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

RGB color model

#B48EDC color RGB value is (180,142,220).

  • red value is 180;
  • green value is 142;
  • blue value is 220.
RGB:
(180,142,220)
(71%,56%,86%)

RGB channels and saturation

R 180 of 255 = 71%
G 142 of 255 = 56%
B 220 of 255 = 86%

180
142
220

R + G + B ~ 71%. #B48EDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 142 + 220 = 542 (100%)
R 180 of 542 ~ 33.21%
G 142 of 542 ~ 26.2%
B 220 of 542 ~ 40.59%

%33.21
%26.2
%40.59

CMYK color model

#B48EDC color CMYK value is (18,35,0,14).

  • cyan value is 18.18%
  • magenta value is 35.45%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(18,35,0,14)
C18M35Y0K14 
(18%,35%,0%,14%)
(0.18/0.35/0.00/0.14)	

CMYK percentages

%18.18
%35.45
%0
%13.73

Codes

Color #B48EDC in popluar color models

B48EDC
RGB180142220
HSL269°52.70%70.98%
HSB/HSV269°35.45%86.27%
CMYK18.18%35.45%0.00%
13.73%

Color #B48EDC in popluar number systems.

HEXB48EDC
Decimal180142220
Binary101101001000111011011100
Octal264216334

Shades and tints

Shades of #B48EDC

#B48EDC
(180,142,220)
#A482C8
(164,130,200)
#9476B4
(148,118,180)
#846AA0
(132,106,160)
#745E8C
(116,94,140)
#645278
(100,82,120)
#544664
(84,70,100)
#443A50
(68,58,80)
#342E3C
(52,46,60)
#242228
(36,34,40)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #B48EDC

#B48EDC
(180,142,220)
#BA98DF
(186,152,223)
#C0A2E2
(192,162,226)
#C6ACE5
(198,172,229)
#CCB6E8
(204,182,232)
#D2C0EB
(210,192,235)
#D8CAEE
(216,202,238)
#DED4F1
(222,212,241)
#E4DEF4
(228,222,244)
#EAE8F7
(234,232,247)
#F0F2FA
(240,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B48EDC color. Also use rgb(180,142,220) instead hex code.

Text Font Color

.myTextColor { color: #B48EDC; }

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

This text font color is #B48EDC.


Background Color

.myBgColor { background-color: #B48EDC; }

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

This div background color is #B48EDC.


Border color

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

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

This div border color is #B48EDC.


Opacity

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

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

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

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

This text has shadow with #B48EDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48EDC on black background.


Color preview on white background

This text has color #B48EDC on white background.



Black color preview on #B48EDC background

This text has black color on #B48EDC background.


White color preview on #B48EDC background

This text has white color on #B48EDC background.