COLOR #B4A5EC

HEX: #B4A5EC RGB: (180,165,236)

Color info

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

RGB color model

#B4A5EC color RGB value is (180,165,236).

RGB: (180,165,236) (71%, 65%, 93%)

RGB channels and saturation

R 180 of 255 = 71%
G 165 of 255 = 65%
B 236 of 255 = 93%

180
165
236

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

Portions of RGB colors in percentages

R + G + B = 180 + 165 + 236 = 581 (100%)
R 180 of 581 ~ 30.98%
G 165 of 581 ~ 28.4%
B 236 of 581 ~ 40.62'%

%30.98
%28.4
%40.62

CMYK color model

#B4A5EC color CMYK value is (24,30,0,7).

  • cyan value is 23.73%
  • magenta value is 30.08%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (24,30,0,7)
C24M30Y0K7 (24%, 30%, 0%, 7%)
(0.24 / 0.30 / 0.00 / 0.07)

CMYK percentages

%23.73
%30.08
%0
%7.45

Codes

Color #B4A5EC in popluar color models

B4 A5 EC
RGB 180 165 236
HSL 253° 65.14% 78.63%
HSB/HSV 253° 30.08% 92.55%
CMYK 23.73% 30.08% 0.00%
7.45%

Color #B4A5EC in popluar number systems.

HEX B4 A5 EC
Decimal 180 165 236
Binary 10110100 10100101 11101100
Octal 264 245 354

Shades and tints

Shades of #B4A5EC

#B4A5EC
(180,165,236)
#A496D7
(164,150,215)
#9487C2
(148,135,194)
#8478AD
(132,120,173)
#746998
(116,105,152)
#645A83
(100,90,131)
#544B6E
(84,75,110)
#443C59
(68,60,89)
#342D44
(52,45,68)
#241E2F
(36,30,47)
#140F1A
(20,15,26)
#000000
(0,0,0)

Tints of #B4A5EC

#B4A5EC
(180,165,236)
#BAADED
(186,173,237)
#C0B5EE
(192,181,238)
#C6BDEF
(198,189,239)
#CCC5F0
(204,197,240)
#D2CDF1
(210,205,241)
#D8D5F2
(216,213,242)
#DEDDF3
(222,221,243)
#E4E5F4
(228,229,244)
#EAEDF5
(234,237,245)
#F0F5F6
(240,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4A5EC color. Also use rgb(180,165,236) instead hex code.

Text Font Color

.myTextColor { color: #B4A5EC; }

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

This text font color is #B4A5EC.

Background Color

.myBgColor { background-color: #B4A5EC; }

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

This div background color is #B4A5EC.

Border color

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

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

This div border color is #B4A5EC.

Opacity

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

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

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

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

This text has shadow with #B4A5EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4A5EC.

Preview

Color preview on black background

This text has color #B4A5EC on black background.


Color preview on white background

This text has color #B4A5EC on white background.


Black color preview on #B4A5EC background

This text has black color on #B4A5EC background.


White color preview on #B4A5EC background

This text has white color on #B4A5EC background.


Related colors

Complementary color

Complementary color for #hex is #4B5A13.


I love getcolorcode.com

Triadic colors

1 #ECB4A5 and #A5ECB4 with #B4A5EC are triadic colors.

2 #ECA5B4 and #A5B4EC with #B4A5EC are triadic colors.