COLOR #8D027B

HEX: #8D027B
RGB: (141,2,123)

Color info

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

RGB color model

#8D027B color RGB value is (141,2,123).

  • red value is 141;
  • green value is 2;
  • blue value is 123.
RGB:
(141,2,123)
(55%,1%,48%)

RGB channels and saturation

R 141 of 255 = 55%
G 2 of 255 = 1%
B 123 of 255 = 48%

141
2
123

R + G + B ~ 35%. #8D027B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
141 + 2 + 123 = 266 (100%)
R 141 of 266 ~ 53.01%
G 2 of 266 ~ 0.75%
B 123 of 266 ~ 46.24%

%53.01
%46.24

CMYK color model

#8D027B color CMYK value is (0,99,13,45).

  • cyan value is 0.00%
  • magenta value is 98.58%
  • yellow value is 12.77%
  • key color value is 44.71%
CMYK:
(0,99,13,45)
C0M99Y13K45 
(0%,99%,13%,45%)
(0.00/0.99/0.13/0.45)	

CMYK percentages

%0
%98.58
%12.77
%44.71

Codes

Color #8D027B in popluar color models

8D027B
RGB1412123
HSL308°97.20%28.04%
HSB/HSV308°98.58%55.29%
CMYK0.00%98.58%12.77%
44.71%

Color #8D027B in popluar number systems.

HEX8D027B
Decimal1412123
Binary10001101101111011
Octal2152173

Shades and tints

Shades of #8D027B

#8D027B
(141,2,123)
#810270
(129,2,112)
#750265
(117,2,101)
#69025A
(105,2,90)
#5D024F
(93,2,79)
#510244
(81,2,68)
#450239
(69,2,57)
#39022E
(57,2,46)
#2D0223
(45,2,35)
#210218
(33,2,24)
#15020D
(21,2,13)
#000000
(0,0,0)

Tints of #8D027B

#8D027B
(141,2,123)
#971987
(151,25,135)
#A13093
(161,48,147)
#AB479F
(171,71,159)
#B55EAB
(181,94,171)
#BF75B7
(191,117,183)
#C98CC3
(201,140,195)
#D3A3CF
(211,163,207)
#DDBADB
(221,186,219)
#E7D1E7
(231,209,231)
#F1E8F3
(241,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D027B color. Also use rgb(141,2,123) instead hex code.

Text Font Color

.myTextColor { color: #8D027B; }

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

This text font color is #8D027B.


Background Color

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

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

This div background color is #8D027B.


Border color

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

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

This div border color is #8D027B.


Opacity

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

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

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

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

This text has shadow with #8D027B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D027B on black background.


Color preview on white background

This text has color #8D027B on white background.



Black color preview on #8D027B background

This text has black color on #8D027B background.


White color preview on #8D027B background

This text has white color on #8D027B background.