COLOR #712DCE

HEX: #712DCE
RGB: (113,45,206)

Color info

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

RGB color model

#712DCE color RGB value is (113,45,206).

  • red value is 113;
  • green value is 45;
  • blue value is 206.
RGB:
(113,45,206)
(44%,18%,81%)

RGB channels and saturation

R 113 of 255 = 44%
G 45 of 255 = 18%
B 206 of 255 = 81%

113
45
206

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

Portions of RGB colors in percentages

R + G + B =
113 + 45 + 206 = 364 (100%)
R 113 of 364 ~ 31.04%
G 45 of 364 ~ 12.36%
B 206 of 364 ~ 56.59%

%31.04
%12.36
%56.59

CMYK color model

#712DCE color CMYK value is (45,78,0,19).

  • cyan value is 45.15%
  • magenta value is 78.16%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(45,78,0,19)
C45M78Y0K19 
(45%,78%,0%,19%)
(0.45/0.78/0.00/0.19)	

CMYK percentages

%45.15
%78.16
%0
%19.22

Codes

Color #712DCE in popluar color models

712DCE
RGB11345206
HSL265°64.14%49.22%
HSB/HSV265°78.16%80.78%
CMYK45.15%78.16%0.00%
19.22%

Color #712DCE in popluar number systems.

HEX712DCE
Decimal11345206
Binary111000110110111001110
Octal16155316

Shades and tints

Shades of #712DCE

#712DCE
(113,45,206)
#6729BC
(103,41,188)
#5D25AA
(93,37,170)
#532198
(83,33,152)
#491D86
(73,29,134)
#3F1974
(63,25,116)
#351562
(53,21,98)
#2B1150
(43,17,80)
#210D3E
(33,13,62)
#17092C
(23,9,44)
#0D051A
(13,5,26)
#000000
(0,0,0)

Tints of #712DCE

#712DCE
(113,45,206)
#7D40D2
(125,64,210)
#8953D6
(137,83,214)
#9566DA
(149,102,218)
#A179DE
(161,121,222)
#AD8CE2
(173,140,226)
#B99FE6
(185,159,230)
#C5B2EA
(197,178,234)
#D1C5EE
(209,197,238)
#DDD8F2
(221,216,242)
#E9EBF6
(233,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #712DCE color. Also use rgb(113,45,206) instead hex code.

Text Font Color

.myTextColor { color: #712DCE; }

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

This text font color is #712DCE.


Background Color

.myBgColor { background-color: #712DCE; }

<div style="background-color:#712DCE">Inner text</div>

This div background color is #712DCE.


Border color

.myBorderColor { border: 1px solid #712DCE; }

<div style="border:3px solid #712DCE">Div</div>

This div border color is #712DCE.


Opacity

.myOpacity80 { color: #712DCE; opacity: 0.8; }

<p style="color:#712DCE;opacity:0.8;">80%</p>

Text with #712DCE 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 #712DCE;}

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

This text has shadow with #712DCE color.

.textShadow {text-shadow: 3px 3px 1px #712DCE, 3px 3px 1px red;}

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

This text has shadow with #712DCE primary color and red secondary color.


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

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

This text has shadow with #712DCE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #712DCE on black background.


Color preview on white background

This text has color #712DCE on white background.



Black color preview on #712DCE background

This text has black color on #712DCE background.


White color preview on #712DCE background

This text has white color on #712DCE background.