COLOR #8E035F

HEX: #8E035F RGB: (142,3,95)

Color info

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

RGB color model

#8E035F color RGB value is (142,3,95).

RGB: (142,3,95) (56%, 1%, 37%)

RGB channels and saturation

R 142 of 255 = 56%
G 3 of 255 = 1%
B 95 of 255 = 37%

142
3
95

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

Portions of RGB colors in percentages

R + G + B = 142 + 3 + 95 = 240 (100%)
R 142 of 240 ~ 59.17%
G 3 of 240 ~ 1.25%
B 95 of 240 ~ 39.58'%

%59.17
%39.58

CMYK color model

#8E035F color CMYK value is (0,98,33,44).

  • cyan value is 0.00%
  • magenta value is 97.89%
  • yellow value is 33.10%
  • key color value is 44.31%

CMYK: (0,98,33,44)
C0M98Y33K44 (0%, 98%, 33%, 44%)
(0.00 / 0.98 / 0.33 / 0.44)

CMYK percentages

%0
%97.89
%33.1
%44.31

Codes

Color #8E035F in popluar color models

8E 03 5F
RGB 142 3 95
HSL 320° 95.86% 28.43%
HSB/HSV 320° 97.89% 55.69%
CMYK 0.00% 97.89% 33.10%
44.31%

Color #8E035F in popluar number systems.

HEX 8E 03 5F
Decimal 142 3 95
Binary 10001110 11 1011111
Octal 216 3 137

Shades and tints

Shades of #8E035F

#8E035F
(142,3,95)
#820357
(130,3,87)
#76034F
(118,3,79)
#6A0347
(106,3,71)
#5E033F
(94,3,63)
#520337
(82,3,55)
#46032F
(70,3,47)
#3A0327
(58,3,39)
#2E031F
(46,3,31)
#220317
(34,3,23)
#16030F
(22,3,15)
#000000
(0,0,0)

Tints of #8E035F

#8E035F
(142,3,95)
#98196D
(152,25,109)
#A22F7B
(162,47,123)
#AC4589
(172,69,137)
#B65B97
(182,91,151)
#C071A5
(192,113,165)
#CA87B3
(202,135,179)
#D49DC1
(212,157,193)
#DEB3CF
(222,179,207)
#E8C9DD
(232,201,221)
#F2DFEB
(242,223,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E035F color. Also use rgb(142,3,95) instead hex code.

Text Font Color

.myTextColor { color: #8E035F; }

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

This text font color is #8E035F.

Background Color

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

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

This div background color is #8E035F.

Border color

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

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

This div border color is #8E035F.

Opacity

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

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

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

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

This text has shadow with #8E035F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E035F.

Preview

Color preview on black background

This text has color #8E035F on black background.


Color preview on white background

This text has color #8E035F on white background.


Black color preview on #8E035F background

This text has black color on #8E035F background.


White color preview on #8E035F background

This text has white color on #8E035F background.


Related colors

Complementary color

Complementary color for #hex is #71FCA0.


I love getcolorcode.com

Triadic colors

1 #5F8E03 and #035F8E with #8E035F are triadic colors.

2 #5F038E and #038E5F with #8E035F are triadic colors.