COLOR #704CF2

HEX: #704CF2
RGB: (112,76,242)

Color info

#704CF2 contains mainly blue color. Web safe color of #704CF2 is #6633FF (or #63F).

RGB color model

#704CF2 color RGB value is (112,76,242).

  • red value is 112;
  • green value is 76;
  • blue value is 242.
RGB:
(112,76,242)
(44%,30%,95%)

RGB channels and saturation

R 112 of 255 = 44%
G 76 of 255 = 30%
B 242 of 255 = 95%

112
76
242

R + G + B ~ 56%. #704CF2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 76 + 242 = 430 (100%)
R 112 of 430 ~ 26.05%
G 76 of 430 ~ 17.67%
B 242 of 430 ~ 56.28%

%26.05
%17.67
%56.28

CMYK color model

#704CF2 color CMYK value is (54,69,0,5).

  • cyan value is 53.72%
  • magenta value is 68.60%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(54,69,0,5)
C54M69Y0K5 
(54%,69%,0%,5%)
(0.54/0.69/0.00/0.05)	

CMYK percentages

%53.72
%68.6
%0
%5.1

Codes

Color #704CF2 in popluar color models

704CF2
RGB11276242
HSL253°86.46%62.35%
HSB/HSV253°68.60%94.90%
CMYK53.72%68.60%0.00%
5.10%

Color #704CF2 in popluar number systems.

HEX704CF2
Decimal11276242
Binary1110000100110011110010
Octal160114362

Shades and tints

Shades of #704CF2

#704CF2
(112,76,242)
#6646DC
(102,70,220)
#5C40C6
(92,64,198)
#523AB0
(82,58,176)
#48349A
(72,52,154)
#3E2E84
(62,46,132)
#34286E
(52,40,110)
#2A2258
(42,34,88)
#201C42
(32,28,66)
#16162C
(22,22,44)
#0C1016
(12,16,22)
#000000
(0,0,0)

Tints of #704CF2

#704CF2
(112,76,242)
#7D5CF3
(125,92,243)
#8A6CF4
(138,108,244)
#977CF5
(151,124,245)
#A48CF6
(164,140,246)
#B19CF7
(177,156,247)
#BEACF8
(190,172,248)
#CBBCF9
(203,188,249)
#D8CCFA
(216,204,250)
#E5DCFB
(229,220,251)
#F2ECFC
(242,236,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #704CF2 color. Also use rgb(112,76,242) instead hex code.

Text Font Color

.myTextColor { color: #704CF2; }

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

This text font color is #704CF2.


Background Color

.myBgColor { background-color: #704CF2; }

<div style="background-color:#704CF2">Inner text</div>

This div background color is #704CF2.


Border color

.myBorderColor { border: 1px solid #704CF2; }

<div style="border:3px solid #704CF2">Div</div>

This div border color is #704CF2.


Opacity

.myOpacity80 { color: #704CF2; opacity: 0.8; }

<p style="color:#704CF2;opacity:0.8;">80%</p>

Text with #704CF2 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 #704CF2;}

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

This text has shadow with #704CF2 color.

.textShadow {text-shadow: 3px 3px 1px #704CF2, 3px 3px 1px red;}

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

This text has shadow with #704CF2 primary color and red secondary color.


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

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

This text has shadow with #704CF2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704CF2 on black background.


Color preview on white background

This text has color #704CF2 on white background.



Black color preview on #704CF2 background

This text has black color on #704CF2 background.


White color preview on #704CF2 background

This text has white color on #704CF2 background.