COLOR #705EC2

HEX: #705EC2
RGB: (112,94,194)

Color info

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

RGB color model

#705EC2 color RGB value is (112,94,194).

  • red value is 112;
  • green value is 94;
  • blue value is 194.
RGB:
(112,94,194)
(44%,37%,76%)

RGB channels and saturation

R 112 of 255 = 44%
G 94 of 255 = 37%
B 194 of 255 = 76%

112
94
194

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

Portions of RGB colors in percentages

R + G + B =
112 + 94 + 194 = 400 (100%)
R 112 of 400 ~ 28%
G 94 of 400 ~ 23.5%
B 194 of 400 ~ 48.5%

%28
%23.5
%48.5

CMYK color model

#705EC2 color CMYK value is (42,52,0,24).

  • cyan value is 42.27%
  • magenta value is 51.55%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(42,52,0,24)
C42M52Y0K24 
(42%,52%,0%,24%)
(0.42/0.52/0.00/0.24)	

CMYK percentages

%42.27
%51.55
%0
%23.92

Codes

Color #705EC2 in popluar color models

705EC2
RGB11294194
HSL251°45.05%56.47%
HSB/HSV251°51.55%76.08%
CMYK42.27%51.55%0.00%
23.92%

Color #705EC2 in popluar number systems.

HEX705EC2
Decimal11294194
Binary1110000101111011000010
Octal160136302

Shades and tints

Shades of #705EC2

#705EC2
(112,94,194)
#6656B1
(102,86,177)
#5C4EA0
(92,78,160)
#52468F
(82,70,143)
#483E7E
(72,62,126)
#3E366D
(62,54,109)
#342E5C
(52,46,92)
#2A264B
(42,38,75)
#201E3A
(32,30,58)
#161629
(22,22,41)
#0C0E18
(12,14,24)
#000000
(0,0,0)

Tints of #705EC2

#705EC2
(112,94,194)
#7D6CC7
(125,108,199)
#8A7ACC
(138,122,204)
#9788D1
(151,136,209)
#A496D6
(164,150,214)
#B1A4DB
(177,164,219)
#BEB2E0
(190,178,224)
#CBC0E5
(203,192,229)
#D8CEEA
(216,206,234)
#E5DCEF
(229,220,239)
#F2EAF4
(242,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #705EC2 color. Also use rgb(112,94,194) instead hex code.

Text Font Color

.myTextColor { color: #705EC2; }

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

This text font color is #705EC2.


Background Color

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

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

This div background color is #705EC2.


Border color

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

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

This div border color is #705EC2.


Opacity

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

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

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

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

This text has shadow with #705EC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705EC2 on black background.


Color preview on white background

This text has color #705EC2 on white background.



Black color preview on #705EC2 background

This text has black color on #705EC2 background.


White color preview on #705EC2 background

This text has white color on #705EC2 background.