COLOR #705AB7

HEX: #705AB7
RGB: (112,90,183)

Color info

#705AB7 contains mainly blue color. Web safe color of #705AB7 is #6666CC (or #66C).

RGB color model

#705AB7 color RGB value is (112,90,183).

  • red value is 112;
  • green value is 90;
  • blue value is 183.
RGB:
(112,90,183)
(44%,35%,72%)

RGB channels and saturation

R 112 of 255 = 44%
G 90 of 255 = 35%
B 183 of 255 = 72%

112
90
183

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

Portions of RGB colors in percentages

R + G + B =
112 + 90 + 183 = 385 (100%)
R 112 of 385 ~ 29.09%
G 90 of 385 ~ 23.38%
B 183 of 385 ~ 47.53%

%29.09
%23.38
%47.53

CMYK color model

#705AB7 color CMYK value is (39,51,0,28).

  • cyan value is 38.80%
  • magenta value is 50.82%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(39,51,0,28)
C39M51Y0K28 
(39%,51%,0%,28%)
(0.39/0.51/0.00/0.28)	

CMYK percentages

%38.8
%50.82
%0
%28.24

Codes

Color #705AB7 in popluar color models

705AB7
RGB11290183
HSL254°39.24%53.53%
HSB/HSV254°50.82%71.76%
CMYK38.80%50.82%0.00%
28.24%

Color #705AB7 in popluar number systems.

HEX705AB7
Decimal11290183
Binary1110000101101010110111
Octal160132267

Shades and tints

Shades of #705AB7

#705AB7
(112,90,183)
#6652A7
(102,82,167)
#5C4A97
(92,74,151)
#524287
(82,66,135)
#483A77
(72,58,119)
#3E3267
(62,50,103)
#342A57
(52,42,87)
#2A2247
(42,34,71)
#201A37
(32,26,55)
#161227
(22,18,39)
#0C0A17
(12,10,23)
#000000
(0,0,0)

Tints of #705AB7

#705AB7
(112,90,183)
#7D69BD
(125,105,189)
#8A78C3
(138,120,195)
#9787C9
(151,135,201)
#A496CF
(164,150,207)
#B1A5D5
(177,165,213)
#BEB4DB
(190,180,219)
#CBC3E1
(203,195,225)
#D8D2E7
(216,210,231)
#E5E1ED
(229,225,237)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #705AB7 color. Also use rgb(112,90,183) instead hex code.

Text Font Color

.myTextColor { color: #705AB7; }

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

This text font color is #705AB7.


Background Color

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

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

This div background color is #705AB7.


Border color

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

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

This div border color is #705AB7.


Opacity

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

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

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

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

This text has shadow with #705AB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705AB7 on black background.


Color preview on white background

This text has color #705AB7 on white background.



Black color preview on #705AB7 background

This text has black color on #705AB7 background.


White color preview on #705AB7 background

This text has white color on #705AB7 background.