COLOR #88015C

HEX: #88015C RGB: (136,1,92)

Color info

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

RGB color model

#88015C color RGB value is (136,1,92).

RGB: (136,1,92) (53%, 0%, 36%)

RGB channels and saturation

R 136 of 255 = 53%
G 1 of 255 = 0%
B 92 of 255 = 36%

136
1
92

R + G + B ~ 30%. #88015C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 136 + 1 + 92 = 229 (100%)
R 136 of 229 ~ 59.39%
G 1 of 229 ~ 0.44%
B 92 of 229 ~ 40.17'%

%59.39
%40.17

CMYK color model

#88015C color CMYK value is (0,99,32,47).

  • cyan value is 0.00%
  • magenta value is 99.26%
  • yellow value is 32.35%
  • key color value is 46.67%
CMYK: (0,99,32,47) C0M99Y32K47 (0%,99%,32%,47%) (0.00/0.99/0.32/0.47) 

CMYK percentages

%0
%99.26
%32.35
%46.67

Codes

Color #88015C in popluar color models

88 01 5C
RGB 136 1 92
HSL 320° 98.54% 26.86%
HSB/HSV 320° 99.26% 53.33%
CMYK 0.00% 99.26% 32.35%
46.67%

Color #88015C in popluar number systems.

HEX 88 01 5C
Decimal 136 1 92
Binary 10001000 1 1011100
Octal 210 1 134

Shades and tints

Shades of #88015C

#88015C
(136,1,92)
#7C0154
(124,1,84)
#70014C
(112,1,76)
#640144
(100,1,68)
#58013C
(88,1,60)
#4C0134
(76,1,52)
#40012C
(64,1,44)
#340124
(52,1,36)
#28011C
(40,1,28)
#1C0114
(28,1,20)
#10010C
(16,1,12)
#000000
(0,0,0)

Tints of #88015C

#88015C
(136,1,92)
#92186A
(146,24,106)
#9C2F78
(156,47,120)
#A64686
(166,70,134)
#B05D94
(176,93,148)
#BA74A2
(186,116,162)
#C48BB0
(196,139,176)
#CEA2BE
(206,162,190)
#D8B9CC
(216,185,204)
#E2D0DA
(226,208,218)
#ECE7E8
(236,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88015C color. Also use rgb(136,1,92) instead hex code.

Text Font Color

.myTextColor { color: #88015C; }

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

This text font color is #88015C.

Background Color

.myBgColor { background-color: #88015C; }

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

This div background color is #88015C.

Border color

.myBorderColor { border: 1px solid #88015C; }

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

This div border color is #88015C.

Opacity

.myOpacity80 { color: #88015C; opacity: 0.8; }

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

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

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

This text has shadow with #88015C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88015C.

Preview

Color preview on black background

This text has color #88015C on black background.


Color preview on white background

This text has color #88015C on white background.


Black color preview on #88015C background

This text has black color on #88015C background.


White color preview on #88015C background

This text has white color on #88015C background.


Related colors

Complementary color

Complementary color for #hex is #77FEA3.


I love getcolorcode.com

Triadic colors

1 #5C8801 and #015C88 with #88015C are triadic colors.

2 #5C0188 and #01885C with #88015C are triadic colors.