COLOR #711CDF

HEX: #711CDF RGB: (113,28,223)

Color info

#711CDF contains mainly blue color. Web safe color of #711CDF is #6633CC (or #63C).

RGB color model

#711CDF color RGB value is (113,28,223).

RGB: (113,28,223) (44%, 11%, 87%)

RGB channels and saturation

R 113 of 255 = 44%
G 28 of 255 = 11%
B 223 of 255 = 87%

113
28
223

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

Portions of RGB colors in percentages

R + G + B = 113 + 28 + 223 = 364 (100%)
R 113 of 364 ~ 31.04%
G 28 of 364 ~ 7.69%
B 223 of 364 ~ 61.26'%

%31.04
%61.26

CMYK color model

#711CDF color CMYK value is (49,87,0,13).

  • cyan value is 49.33%
  • magenta value is 87.44%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (49,87,0,13)
C49M87Y0K13 (49%, 87%, 0%, 13%)
(0.49 / 0.87 / 0.00 / 0.13)

CMYK percentages

%49.33
%87.44
%0
%12.55

Codes

Color #711CDF in popluar color models

71 1C DF
RGB 113 28 223
HSL 266° 77.69% 49.22%
HSB/HSV 266° 87.44% 87.45%
CMYK 49.33% 87.44% 0.00%
12.55%

Color #711CDF in popluar number systems.

HEX 71 1C DF
Decimal 113 28 223
Binary 1110001 11100 11011111
Octal 161 34 337

Shades and tints

Shades of #711CDF

#711CDF
(113,28,223)
#671ACB
(103,26,203)
#5D18B7
(93,24,183)
#5316A3
(83,22,163)
#49148F
(73,20,143)
#3F127B
(63,18,123)
#351067
(53,16,103)
#2B0E53
(43,14,83)
#210C3F
(33,12,63)
#170A2B
(23,10,43)
#0D0817
(13,8,23)
#000000
(0,0,0)

Tints of #711CDF

#711CDF
(113,28,223)
#7D30E1
(125,48,225)
#8944E3
(137,68,227)
#9558E5
(149,88,229)
#A16CE7
(161,108,231)
#AD80E9
(173,128,233)
#B994EB
(185,148,235)
#C5A8ED
(197,168,237)
#D1BCEF
(209,188,239)
#DDD0F1
(221,208,241)
#E9E4F3
(233,228,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #711CDF color. Also use rgb(113,28,223) instead hex code.

Text Font Color

.myTextColor { color: #711CDF; }

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

This text font color is #711CDF.

Background Color

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

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

This div background color is #711CDF.

Border color

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

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

This div border color is #711CDF.

Opacity

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

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

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

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

This text has shadow with #711CDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #711CDF.

Preview

Color preview on black background

This text has color #711CDF on black background.


Color preview on white background

This text has color #711CDF on white background.


Black color preview on #711CDF background

This text has black color on #711CDF background.


White color preview on #711CDF background

This text has white color on #711CDF background.


Related colors

Complementary color

Complementary color for #711CDF is #8EE320.


I love getcolorcode.com

Triadic colors

1 #DF711C and #1CDF71 with #711CDF are triadic colors.

2 #DF1C71 and #1C71DF with #711CDF are triadic colors.