COLOR #BE7398

HEX: #BE7398
RGB: (190,115,152)

Color info

#BE7398 contains mainly red and blue colors. Web safe color of #BE7398 is #CC6699 (or #C69).

RGB color model

#BE7398 color RGB value is (190,115,152).

  • red value is 190;
  • green value is 115;
  • blue value is 152.
RGB:
(190,115,152)
(75%,45%,60%)

RGB channels and saturation

R 190 of 255 = 75%
G 115 of 255 = 45%
B 152 of 255 = 60%

190
115
152

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

Portions of RGB colors in percentages

R + G + B =
190 + 115 + 152 = 457 (100%)
R 190 of 457 ~ 41.58%
G 115 of 457 ~ 25.16%
B 152 of 457 ~ 33.26%

%41.58
%25.16
%33.26

CMYK color model

#BE7398 color CMYK value is (0,39,20,25).

  • cyan value is 0.00%
  • magenta value is 39.47%
  • yellow value is 20.00%
  • key color value is 25.49%
CMYK:
(0,39,20,25)
C0M39Y20K25 
(0%,39%,20%,25%)
(0.00/0.39/0.20/0.25)	

CMYK percentages

%0
%39.47
%20
%25.49

Codes

Color #BE7398 in popluar color models

BE7398
RGB190115152
HSL330°36.59%59.80%
HSB/HSV330°39.47%74.51%
CMYK0.00%39.47%20.00%
25.49%

Color #BE7398 in popluar number systems.

HEXBE7398
Decimal190115152
Binary10111110111001110011000
Octal276163230

Shades and tints

Shades of #BE7398

#BE7398
(190,115,152)
#AD698B
(173,105,139)
#9C5F7E
(156,95,126)
#8B5571
(139,85,113)
#7A4B64
(122,75,100)
#694157
(105,65,87)
#58374A
(88,55,74)
#472D3D
(71,45,61)
#362330
(54,35,48)
#251923
(37,25,35)
#140F16
(20,15,22)
#000000
(0,0,0)

Tints of #BE7398

#BE7398
(190,115,152)
#C37FA1
(195,127,161)
#C88BAA
(200,139,170)
#CD97B3
(205,151,179)
#D2A3BC
(210,163,188)
#D7AFC5
(215,175,197)
#DCBBCE
(220,187,206)
#E1C7D7
(225,199,215)
#E6D3E0
(230,211,224)
#EBDFE9
(235,223,233)
#F0EBF2
(240,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE7398 color. Also use rgb(190,115,152) instead hex code.

Text Font Color

.myTextColor { color: #BE7398; }

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

This text font color is #BE7398.


Background Color

.myBgColor { background-color: #BE7398; }

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

This div background color is #BE7398.


Border color

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

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

This div border color is #BE7398.


Opacity

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

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

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

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

This text has shadow with #BE7398 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE7398 on black background.


Color preview on white background

This text has color #BE7398 on white background.



Black color preview on #BE7398 background

This text has black color on #BE7398 background.


White color preview on #BE7398 background

This text has white color on #BE7398 background.