COLOR #705D8F

HEX: #705D8F
RGB: (112,93,143)

Color info

#705D8F contains red, green and blue colors in about the same proportion. Web safe color of #705D8F is #666699 (or #669).

RGB color model

#705D8F color RGB value is (112,93,143).

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

RGB channels and saturation

R 112 of 255 = 44%
G 93 of 255 = 36%
B 143 of 255 = 56%

112
93
143

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

Portions of RGB colors in percentages

R + G + B =
112 + 93 + 143 = 348 (100%)
R 112 of 348 ~ 32.18%
G 93 of 348 ~ 26.72%
B 143 of 348 ~ 41.09%

%32.18
%26.72
%41.09

CMYK color model

#705D8F color CMYK value is (22,35,0,44).

  • cyan value is 21.68%
  • magenta value is 34.97%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(22,35,0,44)
C22M35Y0K44 
(22%,35%,0%,44%)
(0.22/0.35/0.00/0.44)	

CMYK percentages

%21.68
%34.97
%0
%43.92

Codes

Color #705D8F in popluar color models

705D8F
RGB11293143
HSL263°21.19%46.27%
HSB/HSV263°34.97%56.08%
CMYK21.68%34.97%0.00%
43.92%

Color #705D8F in popluar number systems.

HEX705D8F
Decimal11293143
Binary1110000101110110001111
Octal160135217

Shades and tints

Shades of #705D8F

#705D8F
(112,93,143)
#665582
(102,85,130)
#5C4D75
(92,77,117)
#524568
(82,69,104)
#483D5B
(72,61,91)
#3E354E
(62,53,78)
#342D41
(52,45,65)
#2A2534
(42,37,52)
#201D27
(32,29,39)
#16151A
(22,21,26)
#0C0D0D
(12,13,13)
#000000
(0,0,0)

Tints of #705D8F

#705D8F
(112,93,143)
#7D6B99
(125,107,153)
#8A79A3
(138,121,163)
#9787AD
(151,135,173)
#A495B7
(164,149,183)
#B1A3C1
(177,163,193)
#BEB1CB
(190,177,203)
#CBBFD5
(203,191,213)
#D8CDDF
(216,205,223)
#E5DBE9
(229,219,233)
#F2E9F3
(242,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #705D8F; }

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

This text font color is #705D8F.


Background Color

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

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

This div background color is #705D8F.


Border color

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

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

This div border color is #705D8F.


Opacity

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

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

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

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

This text has shadow with #705D8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705D8F on black background.


Color preview on white background

This text has color #705D8F on white background.



Black color preview on #705D8F background

This text has black color on #705D8F background.


White color preview on #705D8F background

This text has white color on #705D8F background.