COLOR #88449E

HEX: #88449E
RGB: (136,68,158)

Color info

#88449E contains mainly red and blue colors. Web safe color of #88449E is #993399 (or #939).

RGB color model

#88449E color RGB value is (136,68,158).

  • red value is 136;
  • green value is 68;
  • blue value is 158.
RGB:
(136,68,158)
(53%,27%,62%)

RGB channels and saturation

R 136 of 255 = 53%
G 68 of 255 = 27%
B 158 of 255 = 62%

136
68
158

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

Portions of RGB colors in percentages

R + G + B =
136 + 68 + 158 = 362 (100%)
R 136 of 362 ~ 37.57%
G 68 of 362 ~ 18.78%
B 158 of 362 ~ 43.65%

%37.57
%18.78
%43.65

CMYK color model

#88449E color CMYK value is (14,57,0,38).

  • cyan value is 13.92%
  • magenta value is 56.96%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(14,57,0,38)
C14M57Y0K38 
(14%,57%,0%,38%)
(0.14/0.57/0.00/0.38)	

CMYK percentages

%13.92
%56.96
%0
%38.04

Codes

Color #88449E in popluar color models

88449E
RGB13668158
HSL285°39.82%44.31%
HSB/HSV285°56.96%61.96%
CMYK13.92%56.96%0.00%
38.04%

Color #88449E in popluar number systems.

HEX88449E
Decimal13668158
Binary10001000100010010011110
Octal210104236

Shades and tints

Shades of #88449E

#88449E
(136,68,158)
#7C3E90
(124,62,144)
#703882
(112,56,130)
#643274
(100,50,116)
#582C66
(88,44,102)
#4C2658
(76,38,88)
#40204A
(64,32,74)
#341A3C
(52,26,60)
#28142E
(40,20,46)
#1C0E20
(28,14,32)
#100812
(16,8,18)
#000000
(0,0,0)

Tints of #88449E

#88449E
(136,68,158)
#9255A6
(146,85,166)
#9C66AE
(156,102,174)
#A677B6
(166,119,182)
#B088BE
(176,136,190)
#BA99C6
(186,153,198)
#C4AACE
(196,170,206)
#CEBBD6
(206,187,214)
#D8CCDE
(216,204,222)
#E2DDE6
(226,221,230)
#ECEEEE
(236,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88449E color. Also use rgb(136,68,158) instead hex code.

Text Font Color

.myTextColor { color: #88449E; }

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

This text font color is #88449E.


Background Color

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

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

This div background color is #88449E.


Border color

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

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

This div border color is #88449E.


Opacity

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

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

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

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

This text has shadow with #88449E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88449E on black background.


Color preview on white background

This text has color #88449E on white background.



Black color preview on #88449E background

This text has black color on #88449E background.


White color preview on #88449E background

This text has white color on #88449E background.