COLOR #705D9E

HEX: #705D9E
RGB: (112,93,158)

Color info

#705D9E contains mainly red and blue colors. Web safe color of #705D9E is #666699 (or #669).

RGB color model

#705D9E color RGB value is (112,93,158).

  • red value is 112;
  • green value is 93;
  • blue value is 158.
RGB:
(112,93,158)
(44%,36%,62%)

RGB channels and saturation

R 112 of 255 = 44%
G 93 of 255 = 36%
B 158 of 255 = 62%

112
93
158

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

Portions of RGB colors in percentages

R + G + B =
112 + 93 + 158 = 363 (100%)
R 112 of 363 ~ 30.85%
G 93 of 363 ~ 25.62%
B 158 of 363 ~ 43.53%

%30.85
%25.62
%43.53

CMYK color model

#705D9E color CMYK value is (29,41,0,38).

  • cyan value is 29.11%
  • magenta value is 41.14%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(29,41,0,38)
C29M41Y0K38 
(29%,41%,0%,38%)
(0.29/0.41/0.00/0.38)	

CMYK percentages

%29.11
%41.14
%0
%38.04

Codes

Color #705D9E in popluar color models

705D9E
RGB11293158
HSL258°25.90%49.22%
HSB/HSV258°41.14%61.96%
CMYK29.11%41.14%0.00%
38.04%

Color #705D9E in popluar number systems.

HEX705D9E
Decimal11293158
Binary1110000101110110011110
Octal160135236

Shades and tints

Shades of #705D9E

#705D9E
(112,93,158)
#665590
(102,85,144)
#5C4D82
(92,77,130)
#524574
(82,69,116)
#483D66
(72,61,102)
#3E3558
(62,53,88)
#342D4A
(52,45,74)
#2A253C
(42,37,60)
#201D2E
(32,29,46)
#161520
(22,21,32)
#0C0D12
(12,13,18)
#000000
(0,0,0)

Tints of #705D9E

#705D9E
(112,93,158)
#7D6BA6
(125,107,166)
#8A79AE
(138,121,174)
#9787B6
(151,135,182)
#A495BE
(164,149,190)
#B1A3C6
(177,163,198)
#BEB1CE
(190,177,206)
#CBBFD6
(203,191,214)
#D8CDDE
(216,205,222)
#E5DBE6
(229,219,230)
#F2E9EE
(242,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #705D9E color. Also use rgb(112,93,158) instead hex code.

Text Font Color

.myTextColor { color: #705D9E; }

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

This text font color is #705D9E.


Background Color

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

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

This div background color is #705D9E.


Border color

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

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

This div border color is #705D9E.


Opacity

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

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

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

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

This text has shadow with #705D9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705D9E on black background.


Color preview on white background

This text has color #705D9E on white background.



Black color preview on #705D9E background

This text has black color on #705D9E background.


White color preview on #705D9E background

This text has white color on #705D9E background.