COLOR #981488

HEX: #981488
RGB: (152,20,136)

Color info

#981488 contains mainly red and blue colors. Web safe color of #981488 is #990099 (or #909).

RGB color model

#981488 color RGB value is (152,20,136).

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

RGB channels and saturation

R 152 of 255 = 60%
G 20 of 255 = 8%
B 136 of 255 = 53%

152
20
136

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

Portions of RGB colors in percentages

R + G + B =
152 + 20 + 136 = 308 (100%)
R 152 of 308 ~ 49.35%
G 20 of 308 ~ 6.49%
B 136 of 308 ~ 44.16%

%49.35
%44.16

CMYK color model

#981488 color CMYK value is (0,87,11,40).

  • cyan value is 0.00%
  • magenta value is 86.84%
  • yellow value is 10.53%
  • key color value is 40.39%
CMYK:
(0,87,11,40)
C0M87Y11K40 
(0%,87%,11%,40%)
(0.00/0.87/0.11/0.40)	

CMYK percentages

%0
%86.84
%10.53
%40.39

Codes

Color #981488 in popluar color models

981488
RGB15220136
HSL307°76.74%33.73%
HSB/HSV307°86.84%59.61%
CMYK0.00%86.84%10.53%
40.39%

Color #981488 in popluar number systems.

HEX981488
Decimal15220136
Binary100110001010010001000
Octal23024210

Shades and tints

Shades of #981488

#981488
(152,20,136)
#8B137C
(139,19,124)
#7E1270
(126,18,112)
#711164
(113,17,100)
#641058
(100,16,88)
#570F4C
(87,15,76)
#4A0E40
(74,14,64)
#3D0D34
(61,13,52)
#300C28
(48,12,40)
#230B1C
(35,11,28)
#160A10
(22,10,16)
#000000
(0,0,0)

Tints of #981488

#981488
(152,20,136)
#A12992
(161,41,146)
#AA3E9C
(170,62,156)
#B353A6
(179,83,166)
#BC68B0
(188,104,176)
#C57DBA
(197,125,186)
#CE92C4
(206,146,196)
#D7A7CE
(215,167,206)
#E0BCD8
(224,188,216)
#E9D1E2
(233,209,226)
#F2E6EC
(242,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #981488; }

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

This text font color is #981488.


Background Color

.myBgColor { background-color: #981488; }

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

This div background color is #981488.


Border color

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

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

This div border color is #981488.


Opacity

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

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

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

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

This text has shadow with #981488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #981488 on black background.


Color preview on white background

This text has color #981488 on white background.



Black color preview on #981488 background

This text has black color on #981488 background.


White color preview on #981488 background

This text has white color on #981488 background.