COLOR #88307E

HEX: #88307E
RGB: (136,48,126)

Color info

#88307E contains mainly red and blue colors. Web safe color of #88307E is #993366 (or #936).

RGB color model

#88307E color RGB value is (136,48,126).

  • red value is 136;
  • green value is 48;
  • blue value is 126.
RGB:
(136,48,126)
(53%,19%,49%)

RGB channels and saturation

R 136 of 255 = 53%
G 48 of 255 = 19%
B 126 of 255 = 49%

136
48
126

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

Portions of RGB colors in percentages

R + G + B =
136 + 48 + 126 = 310 (100%)
R 136 of 310 ~ 43.87%
G 48 of 310 ~ 15.48%
B 126 of 310 ~ 40.65%

%43.87
%15.48
%40.65

CMYK color model

#88307E color CMYK value is (0,65,7,47).

  • cyan value is 0.00%
  • magenta value is 64.71%
  • yellow value is 7.35%
  • key color value is 46.67%
CMYK:
(0,65,7,47)
C0M65Y7K47 
(0%,65%,7%,47%)
(0.00/0.65/0.07/0.47)	

CMYK percentages

%0
%64.71
%7.35
%46.67

Codes

Color #88307E in popluar color models

88307E
RGB13648126
HSL307°47.83%36.08%
HSB/HSV307°64.71%53.33%
CMYK0.00%64.71%7.35%
46.67%

Color #88307E in popluar number systems.

HEX88307E
Decimal13648126
Binary100010001100001111110
Octal21060176

Shades and tints

Shades of #88307E

#88307E
(136,48,126)
#7C2C73
(124,44,115)
#702868
(112,40,104)
#64245D
(100,36,93)
#582052
(88,32,82)
#4C1C47
(76,28,71)
#40183C
(64,24,60)
#341431
(52,20,49)
#281026
(40,16,38)
#1C0C1B
(28,12,27)
#100810
(16,8,16)
#000000
(0,0,0)

Tints of #88307E

#88307E
(136,48,126)
#924289
(146,66,137)
#9C5494
(156,84,148)
#A6669F
(166,102,159)
#B078AA
(176,120,170)
#BA8AB5
(186,138,181)
#C49CC0
(196,156,192)
#CEAECB
(206,174,203)
#D8C0D6
(216,192,214)
#E2D2E1
(226,210,225)
#ECE4EC
(236,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88307E color. Also use rgb(136,48,126) instead hex code.

Text Font Color

.myTextColor { color: #88307E; }

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

This text font color is #88307E.


Background Color

.myBgColor { background-color: #88307E; }

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

This div background color is #88307E.


Border color

.myBorderColor { border: 1px solid #88307E; }

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

This div border color is #88307E.


Opacity

.myOpacity80 { color: #88307E; opacity: 0.8; }

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

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

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

This text has shadow with #88307E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88307E on black background.


Color preview on white background

This text has color #88307E on white background.



Black color preview on #88307E background

This text has black color on #88307E background.


White color preview on #88307E background

This text has white color on #88307E background.