COLOR #705FD9

HEX: #705FD9
RGB: (112,95,217)

Color info

#705FD9 contains mainly blue color. Web safe color of #705FD9 is #6666CC (or #66C).

RGB color model

#705FD9 color RGB value is (112,95,217).

  • red value is 112;
  • green value is 95;
  • blue value is 217.
RGB:
(112,95,217)
(44%,37%,85%)

RGB channels and saturation

R 112 of 255 = 44%
G 95 of 255 = 37%
B 217 of 255 = 85%

112
95
217

R + G + B ~ 55%. #705FD9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 95 + 217 = 424 (100%)
R 112 of 424 ~ 26.42%
G 95 of 424 ~ 22.41%
B 217 of 424 ~ 51.18%

%26.42
%22.41
%51.18

CMYK color model

#705FD9 color CMYK value is (48,56,0,15).

  • cyan value is 48.39%
  • magenta value is 56.22%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(48,56,0,15)
C48M56Y0K15 
(48%,56%,0%,15%)
(0.48/0.56/0.00/0.15)	

CMYK percentages

%48.39
%56.22
%0
%14.9

Codes

Color #705FD9 in popluar color models

705FD9
RGB11295217
HSL248°61.62%61.18%
HSB/HSV248°56.22%85.10%
CMYK48.39%56.22%0.00%
14.90%

Color #705FD9 in popluar number systems.

HEX705FD9
Decimal11295217
Binary1110000101111111011001
Octal160137331

Shades and tints

Shades of #705FD9

#705FD9
(112,95,217)
#6657C6
(102,87,198)
#5C4FB3
(92,79,179)
#5247A0
(82,71,160)
#483F8D
(72,63,141)
#3E377A
(62,55,122)
#342F67
(52,47,103)
#2A2754
(42,39,84)
#201F41
(32,31,65)
#16172E
(22,23,46)
#0C0F1B
(12,15,27)
#000000
(0,0,0)

Tints of #705FD9

#705FD9
(112,95,217)
#7D6DDC
(125,109,220)
#8A7BDF
(138,123,223)
#9789E2
(151,137,226)
#A497E5
(164,151,229)
#B1A5E8
(177,165,232)
#BEB3EB
(190,179,235)
#CBC1EE
(203,193,238)
#D8CFF1
(216,207,241)
#E5DDF4
(229,221,244)
#F2EBF7
(242,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #705FD9 color. Also use rgb(112,95,217) instead hex code.

Text Font Color

.myTextColor { color: #705FD9; }

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

This text font color is #705FD9.


Background Color

.myBgColor { background-color: #705FD9; }

<div style="background-color:#705FD9">Inner text</div>

This div background color is #705FD9.


Border color

.myBorderColor { border: 1px solid #705FD9; }

<div style="border:3px solid #705FD9">Div</div>

This div border color is #705FD9.


Opacity

.myOpacity80 { color: #705FD9; opacity: 0.8; }

<p style="color:#705FD9;opacity:0.8;">80%</p>

Text with #705FD9 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 #705FD9;}

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

This text has shadow with #705FD9 color.

.textShadow {text-shadow: 3px 3px 1px #705FD9, 3px 3px 1px red;}

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

This text has shadow with #705FD9 primary color and red secondary color.


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

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

This text has shadow with #705FD9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705FD9 on black background.


Color preview on white background

This text has color #705FD9 on white background.



Black color preview on #705FD9 background

This text has black color on #705FD9 background.


White color preview on #705FD9 background

This text has white color on #705FD9 background.