COLOR #7014CD

HEX: #7014CD
RGB: (112,20,205)

Color info

#7014CD contains mainly blue color. Web safe color of #7014CD is #6600CC (or #60C).

RGB color model

#7014CD color RGB value is (112,20,205).

  • red value is 112;
  • green value is 20;
  • blue value is 205.
RGB:
(112,20,205)
(44%,8%,80%)

RGB channels and saturation

R 112 of 255 = 44%
G 20 of 255 = 8%
B 205 of 255 = 80%

112
20
205

R + G + B ~ 44%. #7014CD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 20 + 205 = 337 (100%)
R 112 of 337 ~ 33.23%
G 20 of 337 ~ 5.93%
B 205 of 337 ~ 60.83%

%33.23
%60.83

CMYK color model

#7014CD color CMYK value is (45,90,0,20).

  • cyan value is 45.37%
  • magenta value is 90.24%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(45,90,0,20)
C45M90Y0K20 
(45%,90%,0%,20%)
(0.45/0.90/0.00/0.20)	

CMYK percentages

%45.37
%90.24
%0
%19.61

Codes

Color #7014CD in popluar color models

7014CD
RGB11220205
HSL270°82.22%44.12%
HSB/HSV270°90.24%80.39%
CMYK45.37%90.24%0.00%
19.61%

Color #7014CD in popluar number systems.

HEX7014CD
Decimal11220205
Binary11100001010011001101
Octal16024315

Shades and tints

Shades of #7014CD

#7014CD
(112,20,205)
#6613BB
(102,19,187)
#5C12A9
(92,18,169)
#521197
(82,17,151)
#481085
(72,16,133)
#3E0F73
(62,15,115)
#340E61
(52,14,97)
#2A0D4F
(42,13,79)
#200C3D
(32,12,61)
#160B2B
(22,11,43)
#0C0A19
(12,10,25)
#000000
(0,0,0)

Tints of #7014CD

#7014CD
(112,20,205)
#7D29D1
(125,41,209)
#8A3ED5
(138,62,213)
#9753D9
(151,83,217)
#A468DD
(164,104,221)
#B17DE1
(177,125,225)
#BE92E5
(190,146,229)
#CBA7E9
(203,167,233)
#D8BCED
(216,188,237)
#E5D1F1
(229,209,241)
#F2E6F5
(242,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7014CD color. Also use rgb(112,20,205) instead hex code.

Text Font Color

.myTextColor { color: #7014CD; }

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

This text font color is #7014CD.


Background Color

.myBgColor { background-color: #7014CD; }

<div style="background-color:#7014CD">Inner text</div>

This div background color is #7014CD.


Border color

.myBorderColor { border: 1px solid #7014CD; }

<div style="border:3px solid #7014CD">Div</div>

This div border color is #7014CD.


Opacity

.myOpacity80 { color: #7014CD; opacity: 0.8; }

<p style="color:#7014CD;opacity:0.8;">80%</p>

Text with #7014CD 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 #7014CD;}

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

This text has shadow with #7014CD color.

.textShadow {text-shadow: 3px 3px 1px #7014CD, 3px 3px 1px red;}

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

This text has shadow with #7014CD primary color and red secondary color.


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

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

This text has shadow with #7014CD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7014CD on black background.


Color preview on white background

This text has color #7014CD on white background.



Black color preview on #7014CD background

This text has black color on #7014CD background.


White color preview on #7014CD background

This text has white color on #7014CD background.