COLOR #870DDF

HEX: #870DDF RGB: (135,13,223)

Color info

#870DDF contains mainly blue color. Web safe color of #870DDF is #9900CC (or #90C).

RGB color model

#870DDF color RGB value is (135,13,223).

RGB: (135,13,223) (53%, 5%, 87%)

RGB channels and saturation

R 135 of 255 = 53%
G 13 of 255 = 5%
B 223 of 255 = 87%

135
13
223

R + G + B ~ 48%. #870DDF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 135 + 13 + 223 = 371 (100%)
R 135 of 371 ~ 36.39%
G 13 of 371 ~ 3.5%
B 223 of 371 ~ 60.11'%

%36.39
%60.11

CMYK color model

#870DDF color CMYK value is (39,94,0,13).

  • cyan value is 39.46%
  • magenta value is 94.17%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (39,94,0,13)
C39M94Y0K13 (39%, 94%, 0%, 13%)
(0.39 / 0.94 / 0.00 / 0.13)

CMYK percentages

%39.46
%94.17
%0
%12.55

Codes

Color #870DDF in popluar color models

87 0D DF
RGB 135 13 223
HSL 275° 88.98% 46.27%
HSB/HSV 275° 94.17% 87.45%
CMYK 39.46% 94.17% 0.00%
12.55%

Color #870DDF in popluar number systems.

HEX 87 0D DF
Decimal 135 13 223
Binary 10000111 1101 11011111
Octal 207 15 337

Shades and tints

Shades of #870DDF

#870DDF
(135,13,223)
#7B0CCB
(123,12,203)
#6F0BB7
(111,11,183)
#630AA3
(99,10,163)
#57098F
(87,9,143)
#4B087B
(75,8,123)
#3F0767
(63,7,103)
#330653
(51,6,83)
#27053F
(39,5,63)
#1B042B
(27,4,43)
#0F0317
(15,3,23)
#000000
(0,0,0)

Tints of #870DDF

#870DDF
(135,13,223)
#9123E1
(145,35,225)
#9B39E3
(155,57,227)
#A54FE5
(165,79,229)
#AF65E7
(175,101,231)
#B97BE9
(185,123,233)
#C391EB
(195,145,235)
#CDA7ED
(205,167,237)
#D7BDEF
(215,189,239)
#E1D3F1
(225,211,241)
#EBE9F3
(235,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #870DDF color. Also use rgb(135,13,223) instead hex code.

Text Font Color

.myTextColor { color: #870DDF; }

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

This text font color is #870DDF.

Background Color

.myBgColor { background-color: #870DDF; }

<div style="background-color:#870DDF">Inner text</div>

This div background color is #870DDF.

Border color

.myBorderColor { border: 1px solid #870DDF; }

<div style="border:3px solid #870DDF">Div</div>

This div border color is #870DDF.

Opacity

.myOpacity80 { color: #870DDF; opacity: 0.8; }

<p style="color:#870DDF;opacity:0.8;">80%</p>

Text with #870DDF 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 #870DDF;}

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

This text has shadow with #870DDF color.


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

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

This text has shadow with #870DDF primary color and red secondary color.


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

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

This text has shadow with #870DDF and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #870DDF.

Preview

Color preview on black background

This text has color #870DDF on black background.


Color preview on white background

This text has color #870DDF on white background.


Black color preview on #870DDF background

This text has black color on #870DDF background.


White color preview on #870DDF background

This text has white color on #870DDF background.


Related colors

Complementary color

Complementary color for #hex is #78F220.


I love getcolorcode.com

Triadic colors

1 #DF870D and #0DDF87 with #870DDF are triadic colors.

2 #DF0D87 and #0D87DF with #870DDF are triadic colors.