COLOR #871BE8

HEX: #871BE8
RGB: (135,27,232)

Color info

#871BE8 contains mainly blue color. Web safe color of #871BE8 is #9933FF (or #93F).

RGB color model

#871BE8 color RGB value is (135,27,232).

  • red value is 135;
  • green value is 27;
  • blue value is 232.
RGB:
(135,27,232)
(53%,11%,91%)

RGB channels and saturation

R 135 of 255 = 53%
G 27 of 255 = 11%
B 232 of 255 = 91%

135
27
232

R + G + B ~ 52%. #871BE8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 27 + 232 = 394 (100%)
R 135 of 394 ~ 34.26%
G 27 of 394 ~ 6.85%
B 232 of 394 ~ 58.88%

%34.26
%58.88

CMYK color model

#871BE8 color CMYK value is (42,88,0,9).

  • cyan value is 41.81%
  • magenta value is 88.36%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(42,88,0,9)
C42M88Y0K9 
(42%,88%,0%,9%)
(0.42/0.88/0.00/0.09)	

CMYK percentages

%41.81
%88.36
%0
%9.02

Codes

Color #871BE8 in popluar color models

871BE8
RGB13527232
HSL272°81.67%50.78%
HSB/HSV272°88.36%90.98%
CMYK41.81%88.36%0.00%
9.02%

Color #871BE8 in popluar number systems.

HEX871BE8
Decimal13527232
Binary100001111101111101000
Octal20733350

Shades and tints

Shades of #871BE8

#871BE8
(135,27,232)
#7B19D3
(123,25,211)
#6F17BE
(111,23,190)
#6315A9
(99,21,169)
#571394
(87,19,148)
#4B117F
(75,17,127)
#3F0F6A
(63,15,106)
#330D55
(51,13,85)
#270B40
(39,11,64)
#1B092B
(27,9,43)
#0F0716
(15,7,22)
#000000
(0,0,0)

Tints of #871BE8

#871BE8
(135,27,232)
#912FEA
(145,47,234)
#9B43EC
(155,67,236)
#A557EE
(165,87,238)
#AF6BF0
(175,107,240)
#B97FF2
(185,127,242)
#C393F4
(195,147,244)
#CDA7F6
(205,167,246)
#D7BBF8
(215,187,248)
#E1CFFA
(225,207,250)
#EBE3FC
(235,227,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #871BE8 color. Also use rgb(135,27,232) instead hex code.

Text Font Color

.myTextColor { color: #871BE8; }

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

This text font color is #871BE8.


Background Color

.myBgColor { background-color: #871BE8; }

<div style="background-color:#871BE8">Inner text</div>

This div background color is #871BE8.


Border color

.myBorderColor { border: 1px solid #871BE8; }

<div style="border:3px solid #871BE8">Div</div>

This div border color is #871BE8.


Opacity

.myOpacity80 { color: #871BE8; opacity: 0.8; }

<p style="color:#871BE8;opacity:0.8;">80%</p>

Text with #871BE8 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 #871BE8;}

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

This text has shadow with #871BE8 color.

.textShadow {text-shadow: 3px 3px 1px #871BE8, 3px 3px 1px red;}

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

This text has shadow with #871BE8 primary color and red secondary color.


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

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

This text has shadow with #871BE8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #871BE8 on black background.


Color preview on white background

This text has color #871BE8 on white background.



Black color preview on #871BE8 background

This text has black color on #871BE8 background.


White color preview on #871BE8 background

This text has white color on #871BE8 background.