COLOR #BE4CAE

HEX: #BE4CAE
RGB: (190,76,174)

Color info

#BE4CAE contains mainly red and blue colors. Web safe color of #BE4CAE is #CC3399 (or #C39).

RGB color model

#BE4CAE color RGB value is (190,76,174).

  • red value is 190;
  • green value is 76;
  • blue value is 174.
RGB:
(190,76,174)
(75%,30%,68%)

RGB channels and saturation

R 190 of 255 = 75%
G 76 of 255 = 30%
B 174 of 255 = 68%

190
76
174

R + G + B ~ 58%. #BE4CAE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
190 + 76 + 174 = 440 (100%)
R 190 of 440 ~ 43.18%
G 76 of 440 ~ 17.27%
B 174 of 440 ~ 39.55%

%43.18
%17.27
%39.55

CMYK color model

#BE4CAE color CMYK value is (0,60,8,25).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 8.42%
  • key color value is 25.49%
CMYK:
(0,60,8,25)
C0M60Y8K25 
(0%,60%,8%,25%)
(0.00/0.60/0.08/0.25)	

CMYK percentages

%0
%60
%8.42
%25.49

Codes

Color #BE4CAE in popluar color models

BE4CAE
RGB19076174
HSL308°46.72%52.16%
HSB/HSV308°60.00%74.51%
CMYK0.00%60.00%8.42%
25.49%

Color #BE4CAE in popluar number systems.

HEXBE4CAE
Decimal19076174
Binary10111110100110010101110
Octal276114256

Shades and tints

Shades of #BE4CAE

#BE4CAE
(190,76,174)
#AD469F
(173,70,159)
#9C4090
(156,64,144)
#8B3A81
(139,58,129)
#7A3472
(122,52,114)
#692E63
(105,46,99)
#582854
(88,40,84)
#472245
(71,34,69)
#361C36
(54,28,54)
#251627
(37,22,39)
#141018
(20,16,24)
#000000
(0,0,0)

Tints of #BE4CAE

#BE4CAE
(190,76,174)
#C35CB5
(195,92,181)
#C86CBC
(200,108,188)
#CD7CC3
(205,124,195)
#D28CCA
(210,140,202)
#D79CD1
(215,156,209)
#DCACD8
(220,172,216)
#E1BCDF
(225,188,223)
#E6CCE6
(230,204,230)
#EBDCED
(235,220,237)
#F0ECF4
(240,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE4CAE color. Also use rgb(190,76,174) instead hex code.

Text Font Color

.myTextColor { color: #BE4CAE; }

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

This text font color is #BE4CAE.


Background Color

.myBgColor { background-color: #BE4CAE; }

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

This div background color is #BE4CAE.


Border color

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

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

This div border color is #BE4CAE.


Opacity

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

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

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

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

This text has shadow with #BE4CAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE4CAE on black background.


Color preview on white background

This text has color #BE4CAE on white background.



Black color preview on #BE4CAE background

This text has black color on #BE4CAE background.


White color preview on #BE4CAE background

This text has white color on #BE4CAE background.