COLOR #704DB7

HEX: #704DB7
RGB: (112,77,183)

Color info

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

RGB color model

#704DB7 color RGB value is (112,77,183).

  • red value is 112;
  • green value is 77;
  • blue value is 183.
RGB:
(112,77,183)
(44%,30%,72%)

RGB channels and saturation

R 112 of 255 = 44%
G 77 of 255 = 30%
B 183 of 255 = 72%

112
77
183

R + G + B ~ 49%. #704DB7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 77 + 183 = 372 (100%)
R 112 of 372 ~ 30.11%
G 77 of 372 ~ 20.7%
B 183 of 372 ~ 49.19%

%30.11
%20.7
%49.19

CMYK color model

#704DB7 color CMYK value is (39,58,0,28).

  • cyan value is 38.80%
  • magenta value is 57.92%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(39,58,0,28)
C39M58Y0K28 
(39%,58%,0%,28%)
(0.39/0.58/0.00/0.28)	

CMYK percentages

%38.8
%57.92
%0
%28.24

Codes

Color #704DB7 in popluar color models

704DB7
RGB11277183
HSL260°42.40%50.98%
HSB/HSV260°57.92%71.76%
CMYK38.80%57.92%0.00%
28.24%

Color #704DB7 in popluar number systems.

HEX704DB7
Decimal11277183
Binary1110000100110110110111
Octal160115267

Shades and tints

Shades of #704DB7

#704DB7
(112,77,183)
#6646A7
(102,70,167)
#5C3F97
(92,63,151)
#523887
(82,56,135)
#483177
(72,49,119)
#3E2A67
(62,42,103)
#342357
(52,35,87)
#2A1C47
(42,28,71)
#201537
(32,21,55)
#160E27
(22,14,39)
#0C0717
(12,7,23)
#000000
(0,0,0)

Tints of #704DB7

#704DB7
(112,77,183)
#7D5DBD
(125,93,189)
#8A6DC3
(138,109,195)
#977DC9
(151,125,201)
#A48DCF
(164,141,207)
#B19DD5
(177,157,213)
#BEADDB
(190,173,219)
#CBBDE1
(203,189,225)
#D8CDE7
(216,205,231)
#E5DDED
(229,221,237)
#F2EDF3
(242,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #704DB7 color. Also use rgb(112,77,183) instead hex code.

Text Font Color

.myTextColor { color: #704DB7; }

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

This text font color is #704DB7.


Background Color

.myBgColor { background-color: #704DB7; }

<div style="background-color:#704DB7">Inner text</div>

This div background color is #704DB7.


Border color

.myBorderColor { border: 1px solid #704DB7; }

<div style="border:3px solid #704DB7">Div</div>

This div border color is #704DB7.


Opacity

.myOpacity80 { color: #704DB7; opacity: 0.8; }

<p style="color:#704DB7;opacity:0.8;">80%</p>

Text with #704DB7 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 #704DB7;}

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

This text has shadow with #704DB7 color.

.textShadow {text-shadow: 3px 3px 1px #704DB7, 3px 3px 1px red;}

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

This text has shadow with #704DB7 primary color and red secondary color.


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

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

This text has shadow with #704DB7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704DB7 on black background.


Color preview on white background

This text has color #704DB7 on white background.



Black color preview on #704DB7 background

This text has black color on #704DB7 background.


White color preview on #704DB7 background

This text has white color on #704DB7 background.