COLOR #705C93

HEX: #705C93
RGB: (112,92,147)

Color info

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

RGB color model

#705C93 color RGB value is (112,92,147).

  • red value is 112;
  • green value is 92;
  • blue value is 147.
RGB:
(112,92,147)
(44%,36%,58%)

RGB channels and saturation

R 112 of 255 = 44%
G 92 of 255 = 36%
B 147 of 255 = 58%

112
92
147

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

Portions of RGB colors in percentages

R + G + B =
112 + 92 + 147 = 351 (100%)
R 112 of 351 ~ 31.91%
G 92 of 351 ~ 26.21%
B 147 of 351 ~ 41.88%

%31.91
%26.21
%41.88

CMYK color model

#705C93 color CMYK value is (24,37,0,42).

  • cyan value is 23.81%
  • magenta value is 37.41%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(24,37,0,42)
C24M37Y0K42 
(24%,37%,0%,42%)
(0.24/0.37/0.00/0.42)	

CMYK percentages

%23.81
%37.41
%0
%42.35

Codes

Color #705C93 in popluar color models

705C93
RGB11292147
HSL262°23.01%46.86%
HSB/HSV262°37.41%57.65%
CMYK23.81%37.41%0.00%
42.35%

Color #705C93 in popluar number systems.

HEX705C93
Decimal11292147
Binary1110000101110010010011
Octal160134223

Shades and tints

Shades of #705C93

#705C93
(112,92,147)
#665486
(102,84,134)
#5C4C79
(92,76,121)
#52446C
(82,68,108)
#483C5F
(72,60,95)
#3E3452
(62,52,82)
#342C45
(52,44,69)
#2A2438
(42,36,56)
#201C2B
(32,28,43)
#16141E
(22,20,30)
#0C0C11
(12,12,17)
#000000
(0,0,0)

Tints of #705C93

#705C93
(112,92,147)
#7D6A9C
(125,106,156)
#8A78A5
(138,120,165)
#9786AE
(151,134,174)
#A494B7
(164,148,183)
#B1A2C0
(177,162,192)
#BEB0C9
(190,176,201)
#CBBED2
(203,190,210)
#D8CCDB
(216,204,219)
#E5DAE4
(229,218,228)
#F2E8ED
(242,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #705C93 color. Also use rgb(112,92,147) instead hex code.

Text Font Color

.myTextColor { color: #705C93; }

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

This text font color is #705C93.


Background Color

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

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

This div background color is #705C93.


Border color

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

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

This div border color is #705C93.


Opacity

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

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

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

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

This text has shadow with #705C93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705C93 on black background.


Color preview on white background

This text has color #705C93 on white background.



Black color preview on #705C93 background

This text has black color on #705C93 background.


White color preview on #705C93 background

This text has white color on #705C93 background.