COLOR #58008C

HEX: #58008C
RGB: (88,0,140)

Color info

#58008C contains only red and blue colors. Web safe color of #58008C is #660099 (or #609).

RGB color model

#58008C color RGB value is (88,0,140).

  • red value is 88;
  • green value is 0;
  • blue value is 140.
RGB:
(88,0,140)
(35%,0%,55%)

RGB channels and saturation

R 88 of 255 = 35%
G 0 of 255 = 0%
B 140 of 255 = 55%

88
0
140

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

Portions of RGB colors in percentages

R + G + B =
88 + 0 + 140 = 228 (100%)
R 88 of 228 ~ 38.6%
G 0 of 228 ~ 0%
B 140 of 228 ~ 61.4%

%38.6
%61.4

CMYK color model

#58008C color CMYK value is (37,100,0,45).

  • cyan value is 37.14%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(37,100,0,45)
C37M100Y0K45 
(37%,100%,0%,45%)
(0.37/1.00/0.00/0.45)	

CMYK percentages

%37.14
%100
%0
%45.1

Codes

Color #58008C in popluar color models

58008C
RGB880140
HSL278°100.00%27.45%
HSB/HSV278°100.00%54.90%
CMYK37.14%100.00%0.00%
45.10%

Color #58008C in popluar number systems.

HEX58008C
Decimal880140
Binary1011000010001100
Octal1300214

Shades and tints

Shades of #58008C

#58008C
(88,0,140)
#500080
(80,0,128)
#480074
(72,0,116)
#400068
(64,0,104)
#38005C
(56,0,92)
#300050
(48,0,80)
#280044
(40,0,68)
#200038
(32,0,56)
#18002C
(24,0,44)
#100020
(16,0,32)
#080014
(8,0,20)
#000000
(0,0,0)

Tints of #58008C

#58008C
(88,0,140)
#671796
(103,23,150)
#762EA0
(118,46,160)
#8545AA
(133,69,170)
#945CB4
(148,92,180)
#A373BE
(163,115,190)
#B28AC8
(178,138,200)
#C1A1D2
(193,161,210)
#D0B8DC
(208,184,220)
#DFCFE6
(223,207,230)
#EEE6F0
(238,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58008C color. Also use rgb(88,0,140) instead hex code.

Text Font Color

.myTextColor { color: #58008C; }

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

This text font color is #58008C.


Background Color

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

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

This div background color is #58008C.


Border color

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

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

This div border color is #58008C.


Opacity

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

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

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

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

This text has shadow with #58008C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58008C on black background.


Color preview on white background

This text has color #58008C on white background.



Black color preview on #58008C background

This text has black color on #58008C background.


White color preview on #58008C background

This text has white color on #58008C background.