COLOR #88507F

HEX: #88507F RGB: (136,80,127)

Color info

#88507F contains red, green and blue colors in about the same proportion. Web safe color of #88507F is #996666 (or #966).

RGB color model

#88507F color RGB value is (136,80,127).

RGB: (136,80,127) (53%, 31%, 50%)

RGB channels and saturation

R 136 of 255 = 53%
G 80 of 255 = 31%
B 127 of 255 = 50%

136
80
127

R + G + B ~ 45%. #88507F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 136 + 80 + 127 = 343 (100%)
R 136 of 343 ~ 39.65%
G 80 of 343 ~ 23.32%
B 127 of 343 ~ 37.03'%

%39.65
%23.32
%37.03

CMYK color model

#88507F color CMYK value is (0,41,7,47).

  • cyan value is 0.00%
  • magenta value is 41.18%
  • yellow value is 6.62%
  • key color value is 46.67%

CMYK: (0,41,7,47)
C0M41Y7K47 (0%, 41%, 7%, 47%)
(0.00 / 0.41 / 0.07 / 0.47)

CMYK percentages

%0
%41.18
%6.62
%46.67

Codes

Color #88507F in popluar color models

88 50 7F
RGB 136 80 127
HSL 310° 25.93% 42.35%
HSB/HSV 310° 41.18% 53.33%
CMYK 0.00% 41.18% 6.62%
46.67%

Color #88507F in popluar number systems.

HEX 88 50 7F
Decimal 136 80 127
Binary 10001000 1010000 1111111
Octal 210 120 177

Shades and tints

Shades of #88507F

#88507F
(136,80,127)
#7C4974
(124,73,116)
#704269
(112,66,105)
#643B5E
(100,59,94)
#583453
(88,52,83)
#4C2D48
(76,45,72)
#40263D
(64,38,61)
#341F32
(52,31,50)
#281827
(40,24,39)
#1C111C
(28,17,28)
#100A11
(16,10,17)
#000000
(0,0,0)

Tints of #88507F

#88507F
(136,80,127)
#925F8A
(146,95,138)
#9C6E95
(156,110,149)
#A67DA0
(166,125,160)
#B08CAB
(176,140,171)
#BA9BB6
(186,155,182)
#C4AAC1
(196,170,193)
#CEB9CC
(206,185,204)
#D8C8D7
(216,200,215)
#E2D7E2
(226,215,226)
#ECE6ED
(236,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88507F; }

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

This text font color is #88507F.

Background Color

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

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

This div background color is #88507F.

Border color

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

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

This div border color is #88507F.

Opacity

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

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

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

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

This text has shadow with #88507F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88507F.

Preview

Color preview on black background

This text has color #88507F on black background.


Color preview on white background

This text has color #88507F on white background.


Black color preview on #88507F background

This text has black color on #88507F background.


White color preview on #88507F background

This text has white color on #88507F background.


Related colors

Complementary color

Complementary color for #hex is #77AF80.


I love getcolorcode.com

Triadic colors

1 #7F8850 and #507F88 with #88507F are triadic colors.

2 #7F5088 and #50887F with #88507F are triadic colors.