COLOR #705BA4

HEX: #705BA4
RGB: (112,91,164)

Color info

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

RGB color model

#705BA4 color RGB value is (112,91,164).

  • red value is 112;
  • green value is 91;
  • blue value is 164.
RGB:
(112,91,164)
(44%,36%,64%)

RGB channels and saturation

R 112 of 255 = 44%
G 91 of 255 = 36%
B 164 of 255 = 64%

112
91
164

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

Portions of RGB colors in percentages

R + G + B =
112 + 91 + 164 = 367 (100%)
R 112 of 367 ~ 30.52%
G 91 of 367 ~ 24.8%
B 164 of 367 ~ 44.69%

%30.52
%24.8
%44.69

CMYK color model

#705BA4 color CMYK value is (32,45,0,36).

  • cyan value is 31.71%
  • magenta value is 44.51%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(32,45,0,36)
C32M45Y0K36 
(32%,45%,0%,36%)
(0.32/0.45/0.00/0.36)	

CMYK percentages

%31.71
%44.51
%0
%35.69

Codes

Color #705BA4 in popluar color models

705BA4
RGB11291164
HSL257°28.63%50.00%
HSB/HSV257°44.51%64.31%
CMYK31.71%44.51%0.00%
35.69%

Color #705BA4 in popluar number systems.

HEX705BA4
Decimal11291164
Binary1110000101101110100100
Octal160133244

Shades and tints

Shades of #705BA4

#705BA4
(112,91,164)
#665396
(102,83,150)
#5C4B88
(92,75,136)
#52437A
(82,67,122)
#483B6C
(72,59,108)
#3E335E
(62,51,94)
#342B50
(52,43,80)
#2A2342
(42,35,66)
#201B34
(32,27,52)
#161326
(22,19,38)
#0C0B18
(12,11,24)
#000000
(0,0,0)

Tints of #705BA4

#705BA4
(112,91,164)
#7D69AC
(125,105,172)
#8A77B4
(138,119,180)
#9785BC
(151,133,188)
#A493C4
(164,147,196)
#B1A1CC
(177,161,204)
#BEAFD4
(190,175,212)
#CBBDDC
(203,189,220)
#D8CBE4
(216,203,228)
#E5D9EC
(229,217,236)
#F2E7F4
(242,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #705BA4 color. Also use rgb(112,91,164) instead hex code.

Text Font Color

.myTextColor { color: #705BA4; }

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

This text font color is #705BA4.


Background Color

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

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

This div background color is #705BA4.


Border color

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

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

This div border color is #705BA4.


Opacity

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

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

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

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

This text has shadow with #705BA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705BA4 on black background.


Color preview on white background

This text has color #705BA4 on white background.



Black color preview on #705BA4 background

This text has black color on #705BA4 background.


White color preview on #705BA4 background

This text has white color on #705BA4 background.