COLOR #8A0557

HEX: #8A0557
RGB: (138,5,87)

Color info

#8A0557 contains mainly red and blue colors. Web safe color of #8A0557 is #990066 (or #906).

RGB color model

#8A0557 color RGB value is (138,5,87).

  • red value is 138;
  • green value is 5;
  • blue value is 87.
RGB:
(138,5,87)
(54%,2%,34%)

RGB channels and saturation

R 138 of 255 = 54%
G 5 of 255 = 2%
B 87 of 255 = 34%

138
5
87

R + G + B ~ 30%. #8A0557 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
138 + 5 + 87 = 230 (100%)
R 138 of 230 ~ 60%
G 5 of 230 ~ 2.17%
B 87 of 230 ~ 37.83%

%60
%37.83

CMYK color model

#8A0557 color CMYK value is (0,96,37,46).

  • cyan value is 0.00%
  • magenta value is 96.38%
  • yellow value is 36.96%
  • key color value is 45.88%
CMYK:
(0,96,37,46)
C0M96Y37K46 
(0%,96%,37%,46%)
(0.00/0.96/0.37/0.46)	

CMYK percentages

%0
%96.38
%36.96
%45.88

Codes

Color #8A0557 in popluar color models

8A0557
RGB138587
HSL323°93.01%28.04%
HSB/HSV323°96.38%54.12%
CMYK0.00%96.38%36.96%
45.88%

Color #8A0557 in popluar number systems.

HEX8A0557
Decimal138587
Binary100010101011010111
Octal2125127

Shades and tints

Shades of #8A0557

#8A0557
(138,5,87)
#7E0550
(126,5,80)
#720549
(114,5,73)
#660542
(102,5,66)
#5A053B
(90,5,59)
#4E0534
(78,5,52)
#42052D
(66,5,45)
#360526
(54,5,38)
#2A051F
(42,5,31)
#1E0518
(30,5,24)
#120511
(18,5,17)
#000000
(0,0,0)

Tints of #8A0557

#8A0557
(138,5,87)
#941B66
(148,27,102)
#9E3175
(158,49,117)
#A84784
(168,71,132)
#B25D93
(178,93,147)
#BC73A2
(188,115,162)
#C689B1
(198,137,177)
#D09FC0
(208,159,192)
#DAB5CF
(218,181,207)
#E4CBDE
(228,203,222)
#EEE1ED
(238,225,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A0557 color. Also use rgb(138,5,87) instead hex code.

Text Font Color

.myTextColor { color: #8A0557; }

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

This text font color is #8A0557.


Background Color

.myBgColor { background-color: #8A0557; }

<div style="background-color:#8A0557">Inner text</div>

This div background color is #8A0557.


Border color

.myBorderColor { border: 1px solid #8A0557; }

<div style="border:3px solid #8A0557">Div</div>

This div border color is #8A0557.


Opacity

.myOpacity80 { color: #8A0557; opacity: 0.8; }

<p style="color:#8A0557;opacity:0.8;">80%</p>

Text with #8A0557 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 #8A0557;}

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

This text has shadow with #8A0557 color.

.textShadow {text-shadow: 3px 3px 1px #8A0557, 3px 3px 1px red;}

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

This text has shadow with #8A0557 primary color and red secondary color.


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

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

This text has shadow with #8A0557 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A0557 on black background.


Color preview on white background

This text has color #8A0557 on white background.



Black color preview on #8A0557 background

This text has black color on #8A0557 background.


White color preview on #8A0557 background

This text has white color on #8A0557 background.