COLOR #8E0755

HEX: #8E0755 RGB: (142,7,85)

Color info

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

RGB color model

#8E0755 color RGB value is (142,7,85).

RGB: (142,7,85) (56%, 3%, 33%)

RGB channels and saturation

R 142 of 255 = 56%
G 7 of 255 = 3%
B 85 of 255 = 33%

142
7
85

R + G + B ~ 31%. #8E0755 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 142 + 7 + 85 = 234 (100%)
R 142 of 234 ~ 60.68%
G 7 of 234 ~ 2.99%
B 85 of 234 ~ 36.32'%

%60.68
%36.32

CMYK color model

#8E0755 color CMYK value is (0,95,40,44).

  • cyan value is 0.00%
  • magenta value is 95.07%
  • yellow value is 40.14%
  • key color value is 44.31%

CMYK: (0,95,40,44)
C0M95Y40K44 (0%, 95%, 40%, 44%)
(0.00 / 0.95 / 0.40 / 0.44)

CMYK percentages

%0
%95.07
%40.14
%44.31

Codes

Color #8E0755 in popluar color models

8E 07 55
RGB 142 7 85
HSL 325° 90.60% 29.22%
HSB/HSV 325° 95.07% 55.69%
CMYK 0.00% 95.07% 40.14%
44.31%

Color #8E0755 in popluar number systems.

HEX 8E 07 55
Decimal 142 7 85
Binary 10001110 111 1010101
Octal 216 7 125

Shades and tints

Shades of #8E0755

#8E0755
(142,7,85)
#82074E
(130,7,78)
#760747
(118,7,71)
#6A0740
(106,7,64)
#5E0739
(94,7,57)
#520732
(82,7,50)
#46072B
(70,7,43)
#3A0724
(58,7,36)
#2E071D
(46,7,29)
#220716
(34,7,22)
#16070F
(22,7,15)
#000000
(0,0,0)

Tints of #8E0755

#8E0755
(142,7,85)
#981D64
(152,29,100)
#A23373
(162,51,115)
#AC4982
(172,73,130)
#B65F91
(182,95,145)
#C075A0
(192,117,160)
#CA8BAF
(202,139,175)
#D4A1BE
(212,161,190)
#DEB7CD
(222,183,205)
#E8CDDC
(232,205,220)
#F2E3EB
(242,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E0755 color. Also use rgb(142,7,85) instead hex code.

Text Font Color

.myTextColor { color: #8E0755; }

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

This text font color is #8E0755.

Background Color

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

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

This div background color is #8E0755.

Border color

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

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

This div border color is #8E0755.

Opacity

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

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

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

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

This text has shadow with #8E0755 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E0755.

Preview

Color preview on black background

This text has color #8E0755 on black background.


Color preview on white background

This text has color #8E0755 on white background.


Black color preview on #8E0755 background

This text has black color on #8E0755 background.


White color preview on #8E0755 background

This text has white color on #8E0755 background.


Related colors

Complementary color

Complementary color for #8E0755 is #71F8AA.


I love getcolorcode.com

Triadic colors

1 #558E07 and #07558E with #8E0755 are triadic colors.

2 #55078E and #078E55 with #8E0755 are triadic colors.