COLOR #984288

HEX: #984288
RGB: (152,66,136)

Color info

#984288 contains mainly red and blue colors. Web safe color of #984288 is #993399 (or #939).

RGB color model

#984288 color RGB value is (152,66,136).

  • red value is 152;
  • green value is 66;
  • blue value is 136.
RGB:
(152,66,136)
(60%,26%,53%)

RGB channels and saturation

R 152 of 255 = 60%
G 66 of 255 = 26%
B 136 of 255 = 53%

152
66
136

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

Portions of RGB colors in percentages

R + G + B =
152 + 66 + 136 = 354 (100%)
R 152 of 354 ~ 42.94%
G 66 of 354 ~ 18.64%
B 136 of 354 ~ 38.42%

%42.94
%18.64
%38.42

CMYK color model

#984288 color CMYK value is (0,57,11,40).

  • cyan value is 0.00%
  • magenta value is 56.58%
  • yellow value is 10.53%
  • key color value is 40.39%
CMYK:
(0,57,11,40)
C0M57Y11K40 
(0%,57%,11%,40%)
(0.00/0.57/0.11/0.40)	

CMYK percentages

%0
%56.58
%10.53
%40.39

Codes

Color #984288 in popluar color models

984288
RGB15266136
HSL311°39.45%42.75%
HSB/HSV311°56.58%59.61%
CMYK0.00%56.58%10.53%
40.39%

Color #984288 in popluar number systems.

HEX984288
Decimal15266136
Binary10011000100001010001000
Octal230102210

Shades and tints

Shades of #984288

#984288
(152,66,136)
#8B3C7C
(139,60,124)
#7E3670
(126,54,112)
#713064
(113,48,100)
#642A58
(100,42,88)
#57244C
(87,36,76)
#4A1E40
(74,30,64)
#3D1834
(61,24,52)
#301228
(48,18,40)
#230C1C
(35,12,28)
#160610
(22,6,16)
#000000
(0,0,0)

Tints of #984288

#984288
(152,66,136)
#A15392
(161,83,146)
#AA649C
(170,100,156)
#B375A6
(179,117,166)
#BC86B0
(188,134,176)
#C597BA
(197,151,186)
#CEA8C4
(206,168,196)
#D7B9CE
(215,185,206)
#E0CAD8
(224,202,216)
#E9DBE2
(233,219,226)
#F2ECEC
(242,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #984288 color. Also use rgb(152,66,136) instead hex code.

Text Font Color

.myTextColor { color: #984288; }

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

This text font color is #984288.


Background Color

.myBgColor { background-color: #984288; }

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

This div background color is #984288.


Border color

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

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

This div border color is #984288.


Opacity

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

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

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

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

This text has shadow with #984288 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #984288 on black background.


Color preview on white background

This text has color #984288 on white background.



Black color preview on #984288 background

This text has black color on #984288 background.


White color preview on #984288 background

This text has white color on #984288 background.