COLOR #B48ADE

HEX: #B48ADE
RGB: (180,138,222)

Color info

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

RGB color model

#B48ADE color RGB value is (180,138,222).

  • red value is 180;
  • green value is 138;
  • blue value is 222.
RGB:
(180,138,222)
(71%,54%,87%)

RGB channels and saturation

R 180 of 255 = 71%
G 138 of 255 = 54%
B 222 of 255 = 87%

180
138
222

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

Portions of RGB colors in percentages

R + G + B =
180 + 138 + 222 = 540 (100%)
R 180 of 540 ~ 33.33%
G 138 of 540 ~ 25.56%
B 222 of 540 ~ 41.11%

%33.33
%25.56
%41.11

CMYK color model

#B48ADE color CMYK value is (19,38,0,13).

  • cyan value is 18.92%
  • magenta value is 37.84%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(19,38,0,13)
C19M38Y0K13 
(19%,38%,0%,13%)
(0.19/0.38/0.00/0.13)	

CMYK percentages

%18.92
%37.84
%0
%12.94

Codes

Color #B48ADE in popluar color models

B48ADE
RGB180138222
HSL270°56.00%70.59%
HSB/HSV270°37.84%87.06%
CMYK18.92%37.84%0.00%
12.94%

Color #B48ADE in popluar number systems.

HEXB48ADE
Decimal180138222
Binary101101001000101011011110
Octal264212336

Shades and tints

Shades of #B48ADE

#B48ADE
(180,138,222)
#A47ECA
(164,126,202)
#9472B6
(148,114,182)
#8466A2
(132,102,162)
#745A8E
(116,90,142)
#644E7A
(100,78,122)
#544266
(84,66,102)
#443652
(68,54,82)
#342A3E
(52,42,62)
#241E2A
(36,30,42)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #B48ADE

#B48ADE
(180,138,222)
#BA94E1
(186,148,225)
#C09EE4
(192,158,228)
#C6A8E7
(198,168,231)
#CCB2EA
(204,178,234)
#D2BCED
(210,188,237)
#D8C6F0
(216,198,240)
#DED0F3
(222,208,243)
#E4DAF6
(228,218,246)
#EAE4F9
(234,228,249)
#F0EEFC
(240,238,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B48ADE color. Also use rgb(180,138,222) instead hex code.

Text Font Color

.myTextColor { color: #B48ADE; }

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

This text font color is #B48ADE.


Background Color

.myBgColor { background-color: #B48ADE; }

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

This div background color is #B48ADE.


Border color

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

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

This div border color is #B48ADE.


Opacity

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

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

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

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

This text has shadow with #B48ADE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48ADE on black background.


Color preview on white background

This text has color #B48ADE on white background.



Black color preview on #B48ADE background

This text has black color on #B48ADE background.


White color preview on #B48ADE background

This text has white color on #B48ADE background.