COLOR #706AF5

HEX: #706AF5
RGB: (112,106,245)

Color info

#706AF5 contains mainly blue color. Web safe color of #706AF5 is #6666FF (or #66F).

RGB color model

#706AF5 color RGB value is (112,106,245).

  • red value is 112;
  • green value is 106;
  • blue value is 245.
RGB:
(112,106,245)
(44%,42%,96%)

RGB channels and saturation

R 112 of 255 = 44%
G 106 of 255 = 42%
B 245 of 255 = 96%

112
106
245

R + G + B ~ 61%. #706AF5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
112 + 106 + 245 = 463 (100%)
R 112 of 463 ~ 24.19%
G 106 of 463 ~ 22.89%
B 245 of 463 ~ 52.92%

%24.19
%22.89
%52.92

CMYK color model

#706AF5 color CMYK value is (54,57,0,4).

  • cyan value is 54.29%
  • magenta value is 56.73%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(54,57,0,4)
C54M57Y0K4 
(54%,57%,0%,4%)
(0.54/0.57/0.00/0.04)	

CMYK percentages

%54.29
%56.73
%0
%3.92

Codes

Color #706AF5 in popluar color models

706AF5
RGB112106245
HSL243°87.42%68.82%
HSB/HSV243°56.73%96.08%
CMYK54.29%56.73%0.00%
3.92%

Color #706AF5 in popluar number systems.

HEX706AF5
Decimal112106245
Binary1110000110101011110101
Octal160152365

Shades and tints

Shades of #706AF5

#706AF5
(112,106,245)
#6661DF
(102,97,223)
#5C58C9
(92,88,201)
#524FB3
(82,79,179)
#48469D
(72,70,157)
#3E3D87
(62,61,135)
#343471
(52,52,113)
#2A2B5B
(42,43,91)
#202245
(32,34,69)
#16192F
(22,25,47)
#0C1019
(12,16,25)
#000000
(0,0,0)

Tints of #706AF5

#706AF5
(112,106,245)
#7D77F5
(125,119,245)
#8A84F5
(138,132,245)
#9791F5
(151,145,245)
#A49EF5
(164,158,245)
#B1ABF5
(177,171,245)
#BEB8F5
(190,184,245)
#CBC5F5
(203,197,245)
#D8D2F5
(216,210,245)
#E5DFF5
(229,223,245)
#F2ECF5
(242,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706AF5 color. Also use rgb(112,106,245) instead hex code.

Text Font Color

.myTextColor { color: #706AF5; }

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

This text font color is #706AF5.


Background Color

.myBgColor { background-color: #706AF5; }

<div style="background-color:#706AF5">Inner text</div>

This div background color is #706AF5.


Border color

.myBorderColor { border: 1px solid #706AF5; }

<div style="border:3px solid #706AF5">Div</div>

This div border color is #706AF5.


Opacity

.myOpacity80 { color: #706AF5; opacity: 0.8; }

<p style="color:#706AF5;opacity:0.8;">80%</p>

Text with #706AF5 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 #706AF5;}

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

This text has shadow with #706AF5 color.

.textShadow {text-shadow: 3px 3px 1px #706AF5, 3px 3px 1px red;}

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

This text has shadow with #706AF5 primary color and red secondary color.


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

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

This text has shadow with #706AF5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706AF5 on black background.


Color preview on white background

This text has color #706AF5 on white background.



Black color preview on #706AF5 background

This text has black color on #706AF5 background.


White color preview on #706AF5 background

This text has white color on #706AF5 background.