COLOR #88457E

HEX: #88457E
RGB: (136,69,126)

Color info

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

RGB color model

#88457E color RGB value is (136,69,126).

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

RGB channels and saturation

R 136 of 255 = 53%
G 69 of 255 = 27%
B 126 of 255 = 49%

136
69
126

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

Portions of RGB colors in percentages

R + G + B =
136 + 69 + 126 = 331 (100%)
R 136 of 331 ~ 41.09%
G 69 of 331 ~ 20.85%
B 126 of 331 ~ 38.07%

%41.09
%20.85
%38.07

CMYK color model

#88457E color CMYK value is (0,49,7,47).

  • cyan value is 0.00%
  • magenta value is 49.26%
  • yellow value is 7.35%
  • key color value is 46.67%
CMYK:
(0,49,7,47)
C0M49Y7K47 
(0%,49%,7%,47%)
(0.00/0.49/0.07/0.47)	

CMYK percentages

%0
%49.26
%7.35
%46.67

Codes

Color #88457E in popluar color models

88457E
RGB13669126
HSL309°32.68%40.20%
HSB/HSV309°49.26%53.33%
CMYK0.00%49.26%7.35%
46.67%

Color #88457E in popluar number systems.

HEX88457E
Decimal13669126
Binary1000100010001011111110
Octal210105176

Shades and tints

Shades of #88457E

#88457E
(136,69,126)
#7C3F73
(124,63,115)
#703968
(112,57,104)
#64335D
(100,51,93)
#582D52
(88,45,82)
#4C2747
(76,39,71)
#40213C
(64,33,60)
#341B31
(52,27,49)
#281526
(40,21,38)
#1C0F1B
(28,15,27)
#100910
(16,9,16)
#000000
(0,0,0)

Tints of #88457E

#88457E
(136,69,126)
#925589
(146,85,137)
#9C6594
(156,101,148)
#A6759F
(166,117,159)
#B085AA
(176,133,170)
#BA95B5
(186,149,181)
#C4A5C0
(196,165,192)
#CEB5CB
(206,181,203)
#D8C5D6
(216,197,214)
#E2D5E1
(226,213,225)
#ECE5EC
(236,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88457E; }

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

This text font color is #88457E.


Background Color

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

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

This div background color is #88457E.


Border color

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

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

This div border color is #88457E.


Opacity

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

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

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

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

This text has shadow with #88457E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88457E on black background.


Color preview on white background

This text has color #88457E on white background.



Black color preview on #88457E background

This text has black color on #88457E background.


White color preview on #88457E background

This text has white color on #88457E background.