COLOR #711AFB

HEX: #711AFB
RGB: (113,26,251)

Color info

#711AFB contains mainly blue color. Web safe color of #711AFB is #6600FF (or #60F).

RGB color model

#711AFB color RGB value is (113,26,251).

  • red value is 113;
  • green value is 26;
  • blue value is 251.
RGB:
(113,26,251)
(44%,10%,98%)

RGB channels and saturation

R 113 of 255 = 44%
G 26 of 255 = 10%
B 251 of 255 = 98%

113
26
251

R + G + B ~ 51%. #711AFB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 26 + 251 = 390 (100%)
R 113 of 390 ~ 28.97%
G 26 of 390 ~ 6.67%
B 251 of 390 ~ 64.36%

%28.97
%64.36

CMYK color model

#711AFB color CMYK value is (55,90,0,2).

  • cyan value is 54.98%
  • magenta value is 89.64%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(55,90,0,2)
C55M90Y0K2 
(55%,90%,0%,2%)
(0.55/0.90/0.00/0.02)	

CMYK percentages

%54.98
%89.64
%0
%1.57

Codes

Color #711AFB in popluar color models

711AFB
RGB11326251
HSL263°96.57%54.31%
HSB/HSV263°89.64%98.43%
CMYK54.98%89.64%0.00%
1.57%

Color #711AFB in popluar number systems.

HEX711AFB
Decimal11326251
Binary11100011101011111011
Octal16132373

Shades and tints

Shades of #711AFB

#711AFB
(113,26,251)
#6718E5
(103,24,229)
#5D16CF
(93,22,207)
#5314B9
(83,20,185)
#4912A3
(73,18,163)
#3F108D
(63,16,141)
#350E77
(53,14,119)
#2B0C61
(43,12,97)
#210A4B
(33,10,75)
#170835
(23,8,53)
#0D061F
(13,6,31)
#000000
(0,0,0)

Tints of #711AFB

#711AFB
(113,26,251)
#7D2EFB
(125,46,251)
#8942FB
(137,66,251)
#9556FB
(149,86,251)
#A16AFB
(161,106,251)
#AD7EFB
(173,126,251)
#B992FB
(185,146,251)
#C5A6FB
(197,166,251)
#D1BAFB
(209,186,251)
#DDCEFB
(221,206,251)
#E9E2FB
(233,226,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #711AFB color. Also use rgb(113,26,251) instead hex code.

Text Font Color

.myTextColor { color: #711AFB; }

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

This text font color is #711AFB.


Background Color

.myBgColor { background-color: #711AFB; }

<div style="background-color:#711AFB">Inner text</div>

This div background color is #711AFB.


Border color

.myBorderColor { border: 1px solid #711AFB; }

<div style="border:3px solid #711AFB">Div</div>

This div border color is #711AFB.


Opacity

.myOpacity80 { color: #711AFB; opacity: 0.8; }

<p style="color:#711AFB;opacity:0.8;">80%</p>

Text with #711AFB 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 #711AFB;}

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

This text has shadow with #711AFB color.

.textShadow {text-shadow: 3px 3px 1px #711AFB, 3px 3px 1px red;}

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

This text has shadow with #711AFB primary color and red secondary color.


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

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

This text has shadow with #711AFB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #711AFB on black background.


Color preview on white background

This text has color #711AFB on white background.



Black color preview on #711AFB background

This text has black color on #711AFB background.


White color preview on #711AFB background

This text has white color on #711AFB background.