COLOR #88047F

HEX: #88047F
RGB: (136,4,127)

Color info

#88047F contains mainly red and blue colors. Web safe color of #88047F is #990066 (or #906).

RGB color model

#88047F color RGB value is (136,4,127).

  • red value is 136;
  • green value is 4;
  • blue value is 127.
RGB:
(136,4,127)
(53%,2%,50%)

RGB channels and saturation

R 136 of 255 = 53%
G 4 of 255 = 2%
B 127 of 255 = 50%

136
4
127

R + G + B ~ 35%. #88047F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 4 + 127 = 267 (100%)
R 136 of 267 ~ 50.94%
G 4 of 267 ~ 1.5%
B 127 of 267 ~ 47.57%

%50.94
%47.57

CMYK color model

#88047F color CMYK value is (0,97,7,47).

  • cyan value is 0.00%
  • magenta value is 97.06%
  • yellow value is 6.62%
  • key color value is 46.67%
CMYK:
(0,97,7,47)
C0M97Y7K47 
(0%,97%,7%,47%)
(0.00/0.97/0.07/0.47)	

CMYK percentages

%0
%97.06
%6.62
%46.67

Codes

Color #88047F in popluar color models

88047F
RGB1364127
HSL304°94.29%27.45%
HSB/HSV304°97.06%53.33%
CMYK0.00%97.06%6.62%
46.67%

Color #88047F in popluar number systems.

HEX88047F
Decimal1364127
Binary100010001001111111
Octal2104177

Shades and tints

Shades of #88047F

#88047F
(136,4,127)
#7C0474
(124,4,116)
#700469
(112,4,105)
#64045E
(100,4,94)
#580453
(88,4,83)
#4C0448
(76,4,72)
#40043D
(64,4,61)
#340432
(52,4,50)
#280427
(40,4,39)
#1C041C
(28,4,28)
#100411
(16,4,17)
#000000
(0,0,0)

Tints of #88047F

#88047F
(136,4,127)
#921A8A
(146,26,138)
#9C3095
(156,48,149)
#A646A0
(166,70,160)
#B05CAB
(176,92,171)
#BA72B6
(186,114,182)
#C488C1
(196,136,193)
#CE9ECC
(206,158,204)
#D8B4D7
(216,180,215)
#E2CAE2
(226,202,226)
#ECE0ED
(236,224,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88047F color. Also use rgb(136,4,127) instead hex code.

Text Font Color

.myTextColor { color: #88047F; }

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

This text font color is #88047F.


Background Color

.myBgColor { background-color: #88047F; }

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

This div background color is #88047F.


Border color

.myBorderColor { border: 1px solid #88047F; }

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

This div border color is #88047F.


Opacity

.myOpacity80 { color: #88047F; opacity: 0.8; }

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

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

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

This text has shadow with #88047F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88047F on black background.


Color preview on white background

This text has color #88047F on white background.



Black color preview on #88047F background

This text has black color on #88047F background.


White color preview on #88047F background

This text has white color on #88047F background.