COLOR #8E58D8

HEX: #8E58D8
RGB: (142,88,216)

Color info

#8E58D8 contains mainly blue color. Web safe color of #8E58D8 is #9966CC (or #96C).

RGB color model

#8E58D8 color RGB value is (142,88,216).

  • red value is 142;
  • green value is 88;
  • blue value is 216.
RGB:
(142,88,216)
(56%,35%,85%)

RGB channels and saturation

R 142 of 255 = 56%
G 88 of 255 = 35%
B 216 of 255 = 85%

142
88
216

R + G + B ~ 59%. #8E58D8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
142 + 88 + 216 = 446 (100%)
R 142 of 446 ~ 31.84%
G 88 of 446 ~ 19.73%
B 216 of 446 ~ 48.43%

%31.84
%19.73
%48.43

CMYK color model

#8E58D8 color CMYK value is (34,59,0,15).

  • cyan value is 34.26%
  • magenta value is 59.26%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(34,59,0,15)
C34M59Y0K15 
(34%,59%,0%,15%)
(0.34/0.59/0.00/0.15)	

CMYK percentages

%34.26
%59.26
%0
%15.29

Codes

Color #8E58D8 in popluar color models

8E58D8
RGB14288216
HSL265°62.14%59.61%
HSB/HSV265°59.26%84.71%
CMYK34.26%59.26%0.00%
15.29%

Color #8E58D8 in popluar number systems.

HEX8E58D8
Decimal14288216
Binary10001110101100011011000
Octal216130330

Shades and tints

Shades of #8E58D8

#8E58D8
(142,88,216)
#8250C5
(130,80,197)
#7648B2
(118,72,178)
#6A409F
(106,64,159)
#5E388C
(94,56,140)
#523079
(82,48,121)
#462866
(70,40,102)
#3A2053
(58,32,83)
#2E1840
(46,24,64)
#22102D
(34,16,45)
#16081A
(22,8,26)
#000000
(0,0,0)

Tints of #8E58D8

#8E58D8
(142,88,216)
#9867DB
(152,103,219)
#A276DE
(162,118,222)
#AC85E1
(172,133,225)
#B694E4
(182,148,228)
#C0A3E7
(192,163,231)
#CAB2EA
(202,178,234)
#D4C1ED
(212,193,237)
#DED0F0
(222,208,240)
#E8DFF3
(232,223,243)
#F2EEF6
(242,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E58D8 color. Also use rgb(142,88,216) instead hex code.

Text Font Color

.myTextColor { color: #8E58D8; }

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

This text font color is #8E58D8.


Background Color

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

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

This div background color is #8E58D8.


Border color

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

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

This div border color is #8E58D8.


Opacity

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

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

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

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

This text has shadow with #8E58D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E58D8 on black background.


Color preview on white background

This text has color #8E58D8 on white background.



Black color preview on #8E58D8 background

This text has black color on #8E58D8 background.


White color preview on #8E58D8 background

This text has white color on #8E58D8 background.