COLOR #705DAB

HEX: #705DAB RGB: (112,93,171)

Color info

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

RGB color model

#705DAB color RGB value is (112,93,171).

RGB: (112,93,171) (44%, 36%, 67%)

RGB channels and saturation

R 112 of 255 = 44%
G 93 of 255 = 36%
B 171 of 255 = 67%

112
93
171

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

Portions of RGB colors in percentages

R + G + B = 112 + 93 + 171 = 376 (100%)
R 112 of 376 ~ 29.79%
G 93 of 376 ~ 24.73%
B 171 of 376 ~ 45.48'%

%29.79
%24.73
%45.48

CMYK color model

#705DAB color CMYK value is (35,46,0,33).

  • cyan value is 34.50%
  • magenta value is 45.61%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK: (35,46,0,33) C35M46Y0K33 (35%,46%,0%,33%) (0.35/0.46/0.00/0.33) 

CMYK percentages

%34.5
%45.61
%0
%32.94

Codes

Color #705DAB in popluar color models

70 5D AB
RGB 112 93 171
HSL 255° 31.71% 51.76%
HSB/HSV 255° 45.61% 67.06%
CMYK 34.50% 45.61% 0.00%
32.94%

Color #705DAB in popluar number systems.

HEX 70 5D AB
Decimal 112 93 171
Binary 1110000 1011101 10101011
Octal 160 135 253

Shades and tints

Shades of #705DAB

#705DAB
(112,93,171)
#66559C
(102,85,156)
#5C4D8D
(92,77,141)
#52457E
(82,69,126)
#483D6F
(72,61,111)
#3E3560
(62,53,96)
#342D51
(52,45,81)
#2A2542
(42,37,66)
#201D33
(32,29,51)
#161524
(22,21,36)
#0C0D15
(12,13,21)
#000000
(0,0,0)

Tints of #705DAB

#705DAB
(112,93,171)
#7D6BB2
(125,107,178)
#8A79B9
(138,121,185)
#9787C0
(151,135,192)
#A495C7
(164,149,199)
#B1A3CE
(177,163,206)
#BEB1D5
(190,177,213)
#CBBFDC
(203,191,220)
#D8CDE3
(216,205,227)
#E5DBEA
(229,219,234)
#F2E9F1
(242,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #705DAB; }

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

This text font color is #705DAB.

Background Color

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

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

This div background color is #705DAB.

Border color

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

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

This div border color is #705DAB.

Opacity

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

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

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

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

This text has shadow with #705DAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #705DAB.

Preview

Color preview on black background

This text has color #705DAB on black background.


Color preview on white background

This text has color #705DAB on white background.


Black color preview on #705DAB background

This text has black color on #705DAB background.


White color preview on #705DAB background

This text has white color on #705DAB background.


Related colors

Complementary color

Complementary color for #hex is #8FA254.


I love getcolorcode.com

Triadic colors

1 #AB705D and #5DAB70 with #705DAB are triadic colors.

2 #AB5D70 and #5D70AB with #705DAB are triadic colors.