COLOR #BE5AB8

HEX: #BE5AB8 RGB: (190,90,184)

Color info

#BE5AB8 contains mainly red and blue colors. Web safe color of #BE5AB8 is #CC66CC (or #C6C).

RGB color model

#BE5AB8 color RGB value is (190,90,184).

RGB: (190,90,184) (75%, 35%, 72%)

RGB channels and saturation

R 190 of 255 = 75%
G 90 of 255 = 35%
B 184 of 255 = 72%

190
90
184

R + G + B ~ 61%. #BE5AB8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 90 + 184 = 464 (100%)
R 190 of 464 ~ 40.95%
G 90 of 464 ~ 19.4%
B 184 of 464 ~ 39.66'%

%40.95
%19.4
%39.66

CMYK color model

#BE5AB8 color CMYK value is (0,53,3,25).

  • cyan value is 0.00%
  • magenta value is 52.63%
  • yellow value is 3.16%
  • key color value is 25.49%

CMYK: (0,53,3,25)
C0M53Y3K25 (0%, 53%, 3%, 25%)
(0.00 / 0.53 / 0.03 / 0.25)

CMYK percentages

%0
%52.63
%3.16
%25.49

Codes

Color #BE5AB8 in popluar color models

BE 5A B8
RGB 190 90 184
HSL 304° 43.48% 54.90%
HSB/HSV 304° 52.63% 74.51%
CMYK 0.00% 52.63% 3.16%
25.49%

Color #BE5AB8 in popluar number systems.

HEX BE 5A B8
Decimal 190 90 184
Binary 10111110 1011010 10111000
Octal 276 132 270

Shades and tints

Shades of #BE5AB8

#BE5AB8
(190,90,184)
#AD52A8
(173,82,168)
#9C4A98
(156,74,152)
#8B4288
(139,66,136)
#7A3A78
(122,58,120)
#693268
(105,50,104)
#582A58
(88,42,88)
#472248
(71,34,72)
#361A38
(54,26,56)
#251228
(37,18,40)
#140A18
(20,10,24)
#000000
(0,0,0)

Tints of #BE5AB8

#BE5AB8
(190,90,184)
#C369BE
(195,105,190)
#C878C4
(200,120,196)
#CD87CA
(205,135,202)
#D296D0
(210,150,208)
#D7A5D6
(215,165,214)
#DCB4DC
(220,180,220)
#E1C3E2
(225,195,226)
#E6D2E8
(230,210,232)
#EBE1EE
(235,225,238)
#F0F0F4
(240,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE5AB8 color. Also use rgb(190,90,184) instead hex code.

Text Font Color

.myTextColor { color: #BE5AB8; }

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

This text font color is #BE5AB8.

Background Color

.myBgColor { background-color: #BE5AB8; }

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

This div background color is #BE5AB8.

Border color

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

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

This div border color is #BE5AB8.

Opacity

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

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

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

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

This text has shadow with #BE5AB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE5AB8.

Preview

Color preview on black background

This text has color #BE5AB8 on black background.


Color preview on white background

This text has color #BE5AB8 on white background.


Black color preview on #BE5AB8 background

This text has black color on #BE5AB8 background.


White color preview on #BE5AB8 background

This text has white color on #BE5AB8 background.


Related colors

Complementary color

Complementary color for #hex is #41A547.


I love getcolorcode.com

Triadic colors

1 #B8BE5A and #5AB8BE with #BE5AB8 are triadic colors.

2 #B85ABE and #5ABEB8 with #BE5AB8 are triadic colors.