COLOR #714A8E

HEX: #714A8E
RGB: (113,74,142)

Color info

#714A8E contains mainly red and blue colors. Web safe color of #714A8E is #663399 (or #639).

RGB color model

#714A8E color RGB value is (113,74,142).

  • red value is 113;
  • green value is 74;
  • blue value is 142.
RGB:
(113,74,142)
(44%,29%,56%)

RGB channels and saturation

R 113 of 255 = 44%
G 74 of 255 = 29%
B 142 of 255 = 56%

113
74
142

R + G + B ~ 43%. #714A8E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 74 + 142 = 329 (100%)
R 113 of 329 ~ 34.35%
G 74 of 329 ~ 22.49%
B 142 of 329 ~ 43.16%

%34.35
%22.49
%43.16

CMYK color model

#714A8E color CMYK value is (20,48,0,44).

  • cyan value is 20.42%
  • magenta value is 47.89%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(20,48,0,44)
C20M48Y0K44 
(20%,48%,0%,44%)
(0.20/0.48/0.00/0.44)	

CMYK percentages

%20.42
%47.89
%0
%44.31

Codes

Color #714A8E in popluar color models

714A8E
RGB11374142
HSL274°31.48%42.35%
HSB/HSV274°47.89%55.69%
CMYK20.42%47.89%0.00%
44.31%

Color #714A8E in popluar number systems.

HEX714A8E
Decimal11374142
Binary1110001100101010001110
Octal161112216

Shades and tints

Shades of #714A8E

#714A8E
(113,74,142)
#674482
(103,68,130)
#5D3E76
(93,62,118)
#53386A
(83,56,106)
#49325E
(73,50,94)
#3F2C52
(63,44,82)
#352646
(53,38,70)
#2B203A
(43,32,58)
#211A2E
(33,26,46)
#171422
(23,20,34)
#0D0E16
(13,14,22)
#000000
(0,0,0)

Tints of #714A8E

#714A8E
(113,74,142)
#7D5A98
(125,90,152)
#896AA2
(137,106,162)
#957AAC
(149,122,172)
#A18AB6
(161,138,182)
#AD9AC0
(173,154,192)
#B9AACA
(185,170,202)
#C5BAD4
(197,186,212)
#D1CADE
(209,202,222)
#DDDAE8
(221,218,232)
#E9EAF2
(233,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714A8E color. Also use rgb(113,74,142) instead hex code.

Text Font Color

.myTextColor { color: #714A8E; }

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

This text font color is #714A8E.


Background Color

.myBgColor { background-color: #714A8E; }

<div style="background-color:#714A8E">Inner text</div>

This div background color is #714A8E.


Border color

.myBorderColor { border: 1px solid #714A8E; }

<div style="border:3px solid #714A8E">Div</div>

This div border color is #714A8E.


Opacity

.myOpacity80 { color: #714A8E; opacity: 0.8; }

<p style="color:#714A8E;opacity:0.8;">80%</p>

Text with #714A8E 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 #714A8E;}

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

This text has shadow with #714A8E color.

.textShadow {text-shadow: 3px 3px 1px #714A8E, 3px 3px 1px red;}

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

This text has shadow with #714A8E primary color and red secondary color.


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

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

This text has shadow with #714A8E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714A8E on black background.


Color preview on white background

This text has color #714A8E on white background.



Black color preview on #714A8E background

This text has black color on #714A8E background.


White color preview on #714A8E background

This text has white color on #714A8E background.