COLOR #58145F

HEX: #58145F
RGB: (88,20,95)

Color info

#58145F contains mainly red and blue colors. Web safe color of #58145F is #660066 (or #606).

RGB color model

#58145F color RGB value is (88,20,95).

  • red value is 88;
  • green value is 20;
  • blue value is 95.
RGB:
(88,20,95)
(35%,8%,37%)

RGB channels and saturation

R 88 of 255 = 35%
G 20 of 255 = 8%
B 95 of 255 = 37%

88
20
95

R + G + B ~ 27%. #58145F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 20 + 95 = 203 (100%)
R 88 of 203 ~ 43.35%
G 20 of 203 ~ 9.85%
B 95 of 203 ~ 46.8%

%43.35
%9.85
%46.8

CMYK color model

#58145F color CMYK value is (7,79,0,63).

  • cyan value is 7.37%
  • magenta value is 78.95%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(7,79,0,63)
C7M79Y0K63 
(7%,79%,0%,63%)
(0.07/0.79/0.00/0.63)	

CMYK percentages

%7.37
%78.95
%0
%62.75

Codes

Color #58145F in popluar color models

58145F
RGB882095
HSL294°65.22%22.55%
HSB/HSV294°78.95%37.25%
CMYK7.37%78.95%0.00%
62.75%

Color #58145F in popluar number systems.

HEX58145F
Decimal882095
Binary1011000101001011111
Octal13024137

Shades and tints

Shades of #58145F

#58145F
(88,20,95)
#501357
(80,19,87)
#48124F
(72,18,79)
#401147
(64,17,71)
#38103F
(56,16,63)
#300F37
(48,15,55)
#280E2F
(40,14,47)
#200D27
(32,13,39)
#180C1F
(24,12,31)
#100B17
(16,11,23)
#080A0F
(8,10,15)
#000000
(0,0,0)

Tints of #58145F

#58145F
(88,20,95)
#67296D
(103,41,109)
#763E7B
(118,62,123)
#855389
(133,83,137)
#946897
(148,104,151)
#A37DA5
(163,125,165)
#B292B3
(178,146,179)
#C1A7C1
(193,167,193)
#D0BCCF
(208,188,207)
#DFD1DD
(223,209,221)
#EEE6EB
(238,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58145F color. Also use rgb(88,20,95) instead hex code.

Text Font Color

.myTextColor { color: #58145F; }

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

This text font color is #58145F.


Background Color

.myBgColor { background-color: #58145F; }

<div style="background-color:#58145F">Inner text</div>

This div background color is #58145F.


Border color

.myBorderColor { border: 1px solid #58145F; }

<div style="border:3px solid #58145F">Div</div>

This div border color is #58145F.


Opacity

.myOpacity80 { color: #58145F; opacity: 0.8; }

<p style="color:#58145F;opacity:0.8;">80%</p>

Text with #58145F 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 #58145F;}

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

This text has shadow with #58145F color.

.textShadow {text-shadow: 3px 3px 1px #58145F, 3px 3px 1px red;}

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

This text has shadow with #58145F primary color and red secondary color.


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

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

This text has shadow with #58145F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58145F on black background.


Color preview on white background

This text has color #58145F on white background.



Black color preview on #58145F background

This text has black color on #58145F background.


White color preview on #58145F background

This text has white color on #58145F background.