COLOR #851BEA

HEX: #851BEA
RGB: (133,27,234)

Color info

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

RGB color model

#851BEA color RGB value is (133,27,234).

  • red value is 133;
  • green value is 27;
  • blue value is 234.
RGB:
(133,27,234)
(52%,11%,92%)

RGB channels and saturation

R 133 of 255 = 52%
G 27 of 255 = 11%
B 234 of 255 = 92%

133
27
234

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

Portions of RGB colors in percentages

R + G + B =
133 + 27 + 234 = 394 (100%)
R 133 of 394 ~ 33.76%
G 27 of 394 ~ 6.85%
B 234 of 394 ~ 59.39%

%33.76
%59.39

CMYK color model

#851BEA color CMYK value is (43,88,0,8).

  • cyan value is 43.16%
  • magenta value is 88.46%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(43,88,0,8)
C43M88Y0K8 
(43%,88%,0%,8%)
(0.43/0.88/0.00/0.08)	

CMYK percentages

%43.16
%88.46
%0
%8.24

Codes

Color #851BEA in popluar color models

851BEA
RGB13327234
HSL271°83.13%51.18%
HSB/HSV271°88.46%91.76%
CMYK43.16%88.46%0.00%
8.24%

Color #851BEA in popluar number systems.

HEX851BEA
Decimal13327234
Binary100001011101111101010
Octal20533352

Shades and tints

Shades of #851BEA

#851BEA
(133,27,234)
#7919D5
(121,25,213)
#6D17C0
(109,23,192)
#6115AB
(97,21,171)
#551396
(85,19,150)
#491181
(73,17,129)
#3D0F6C
(61,15,108)
#310D57
(49,13,87)
#250B42
(37,11,66)
#19092D
(25,9,45)
#0D0718
(13,7,24)
#000000
(0,0,0)

Tints of #851BEA

#851BEA
(133,27,234)
#902FEB
(144,47,235)
#9B43EC
(155,67,236)
#A657ED
(166,87,237)
#B16BEE
(177,107,238)
#BC7FEF
(188,127,239)
#C793F0
(199,147,240)
#D2A7F1
(210,167,241)
#DDBBF2
(221,187,242)
#E8CFF3
(232,207,243)
#F3E3F4
(243,227,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #851BEA color. Also use rgb(133,27,234) instead hex code.

Text Font Color

.myTextColor { color: #851BEA; }

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

This text font color is #851BEA.


Background Color

.myBgColor { background-color: #851BEA; }

<div style="background-color:#851BEA">Inner text</div>

This div background color is #851BEA.


Border color

.myBorderColor { border: 1px solid #851BEA; }

<div style="border:3px solid #851BEA">Div</div>

This div border color is #851BEA.


Opacity

.myOpacity80 { color: #851BEA; opacity: 0.8; }

<p style="color:#851BEA;opacity:0.8;">80%</p>

Text with #851BEA 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 #851BEA;}

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

This text has shadow with #851BEA color.

.textShadow {text-shadow: 3px 3px 1px #851BEA, 3px 3px 1px red;}

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

This text has shadow with #851BEA primary color and red secondary color.


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

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

This text has shadow with #851BEA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #851BEA on black background.


Color preview on white background

This text has color #851BEA on white background.



Black color preview on #851BEA background

This text has black color on #851BEA background.


White color preview on #851BEA background

This text has white color on #851BEA background.