COLOR #88348E

HEX: #88348E
RGB: (136,52,142)

Color info

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

RGB color model

#88348E color RGB value is (136,52,142).

  • red value is 136;
  • green value is 52;
  • blue value is 142.
RGB:
(136,52,142)
(53%,20%,56%)

RGB channels and saturation

R 136 of 255 = 53%
G 52 of 255 = 20%
B 142 of 255 = 56%

136
52
142

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

Portions of RGB colors in percentages

R + G + B =
136 + 52 + 142 = 330 (100%)
R 136 of 330 ~ 41.21%
G 52 of 330 ~ 15.76%
B 142 of 330 ~ 43.03%

%41.21
%15.76
%43.03

CMYK color model

#88348E color CMYK value is (4,63,0,44).

  • cyan value is 4.23%
  • magenta value is 63.38%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(4,63,0,44)
C4M63Y0K44 
(4%,63%,0%,44%)
(0.04/0.63/0.00/0.44)	

CMYK percentages

%4.23
%63.38
%0
%44.31

Codes

Color #88348E in popluar color models

88348E
RGB13652142
HSL296°46.39%38.04%
HSB/HSV296°63.38%55.69%
CMYK4.23%63.38%0.00%
44.31%

Color #88348E in popluar number systems.

HEX88348E
Decimal13652142
Binary1000100011010010001110
Octal21064216

Shades and tints

Shades of #88348E

#88348E
(136,52,142)
#7C3082
(124,48,130)
#702C76
(112,44,118)
#64286A
(100,40,106)
#58245E
(88,36,94)
#4C2052
(76,32,82)
#401C46
(64,28,70)
#34183A
(52,24,58)
#28142E
(40,20,46)
#1C1022
(28,16,34)
#100C16
(16,12,22)
#000000
(0,0,0)

Tints of #88348E

#88348E
(136,52,142)
#924698
(146,70,152)
#9C58A2
(156,88,162)
#A66AAC
(166,106,172)
#B07CB6
(176,124,182)
#BA8EC0
(186,142,192)
#C4A0CA
(196,160,202)
#CEB2D4
(206,178,212)
#D8C4DE
(216,196,222)
#E2D6E8
(226,214,232)
#ECE8F2
(236,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88348E color. Also use rgb(136,52,142) instead hex code.

Text Font Color

.myTextColor { color: #88348E; }

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

This text font color is #88348E.


Background Color

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

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

This div background color is #88348E.


Border color

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

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

This div border color is #88348E.


Opacity

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

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

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

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

This text has shadow with #88348E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88348E on black background.


Color preview on white background

This text has color #88348E on white background.



Black color preview on #88348E background

This text has black color on #88348E background.


White color preview on #88348E background

This text has white color on #88348E background.