COLOR #705FA2

HEX: #705FA2
RGB: (112,95,162)

Color info

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

RGB color model

#705FA2 color RGB value is (112,95,162).

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

RGB channels and saturation

R 112 of 255 = 44%
G 95 of 255 = 37%
B 162 of 255 = 64%

112
95
162

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

Portions of RGB colors in percentages

R + G + B =
112 + 95 + 162 = 369 (100%)
R 112 of 369 ~ 30.35%
G 95 of 369 ~ 25.75%
B 162 of 369 ~ 43.9%

%30.35
%25.75
%43.9

CMYK color model

#705FA2 color CMYK value is (31,41,0,36).

  • cyan value is 30.86%
  • magenta value is 41.36%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(31,41,0,36)
C31M41Y0K36 
(31%,41%,0%,36%)
(0.31/0.41/0.00/0.36)	

CMYK percentages

%30.86
%41.36
%0
%36.47

Codes

Color #705FA2 in popluar color models

705FA2
RGB11295162
HSL255°26.48%50.39%
HSB/HSV255°41.36%63.53%
CMYK30.86%41.36%0.00%
36.47%

Color #705FA2 in popluar number systems.

HEX705FA2
Decimal11295162
Binary1110000101111110100010
Octal160137242

Shades and tints

Shades of #705FA2

#705FA2
(112,95,162)
#665794
(102,87,148)
#5C4F86
(92,79,134)
#524778
(82,71,120)
#483F6A
(72,63,106)
#3E375C
(62,55,92)
#342F4E
(52,47,78)
#2A2740
(42,39,64)
#201F32
(32,31,50)
#161724
(22,23,36)
#0C0F16
(12,15,22)
#000000
(0,0,0)

Tints of #705FA2

#705FA2
(112,95,162)
#7D6DAA
(125,109,170)
#8A7BB2
(138,123,178)
#9789BA
(151,137,186)
#A497C2
(164,151,194)
#B1A5CA
(177,165,202)
#BEB3D2
(190,179,210)
#CBC1DA
(203,193,218)
#D8CFE2
(216,207,226)
#E5DDEA
(229,221,234)
#F2EBF2
(242,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #705FA2; }

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

This text font color is #705FA2.


Background Color

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

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

This div background color is #705FA2.


Border color

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

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

This div border color is #705FA2.


Opacity

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

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

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

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

This text has shadow with #705FA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705FA2 on black background.


Color preview on white background

This text has color #705FA2 on white background.



Black color preview on #705FA2 background

This text has black color on #705FA2 background.


White color preview on #705FA2 background

This text has white color on #705FA2 background.