COLOR #7178F3

HEX: #7178F3
RGB: (113,120,243)

Color info

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

RGB color model

#7178F3 color RGB value is (113,120,243).

  • red value is 113;
  • green value is 120;
  • blue value is 243.
RGB:
(113,120,243)
(44%,47%,95%)

RGB channels and saturation

R 113 of 255 = 44%
G 120 of 255 = 47%
B 243 of 255 = 95%

113
120
243

R + G + B ~ 62%. #7178F3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
113 + 120 + 243 = 476 (100%)
R 113 of 476 ~ 23.74%
G 120 of 476 ~ 25.21%
B 243 of 476 ~ 51.05%

%23.74
%25.21
%51.05

CMYK color model

#7178F3 color CMYK value is (53,51,0,5).

  • cyan value is 53.50%
  • magenta value is 50.62%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(53,51,0,5)
C53M51Y0K5 
(53%,51%,0%,5%)
(0.53/0.51/0.00/0.05)	

CMYK percentages

%53.5
%50.62
%0
%4.71

Codes

Color #7178F3 in popluar color models

7178F3
RGB113120243
HSL237°84.42%69.80%
HSB/HSV237°53.50%95.29%
CMYK53.50%50.62%0.00%
4.71%

Color #7178F3 in popluar number systems.

HEX7178F3
Decimal113120243
Binary1110001111100011110011
Octal161170363

Shades and tints

Shades of #7178F3

#7178F3
(113,120,243)
#676EDD
(103,110,221)
#5D64C7
(93,100,199)
#535AB1
(83,90,177)
#49509B
(73,80,155)
#3F4685
(63,70,133)
#353C6F
(53,60,111)
#2B3259
(43,50,89)
#212843
(33,40,67)
#171E2D
(23,30,45)
#0D1417
(13,20,23)
#000000
(0,0,0)

Tints of #7178F3

#7178F3
(113,120,243)
#7D84F4
(125,132,244)
#8990F5
(137,144,245)
#959CF6
(149,156,246)
#A1A8F7
(161,168,247)
#ADB4F8
(173,180,248)
#B9C0F9
(185,192,249)
#C5CCFA
(197,204,250)
#D1D8FB
(209,216,251)
#DDE4FC
(221,228,252)
#E9F0FD
(233,240,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7178F3 color. Also use rgb(113,120,243) instead hex code.

Text Font Color

.myTextColor { color: #7178F3; }

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

This text font color is #7178F3.


Background Color

.myBgColor { background-color: #7178F3; }

<div style="background-color:#7178F3">Inner text</div>

This div background color is #7178F3.


Border color

.myBorderColor { border: 1px solid #7178F3; }

<div style="border:3px solid #7178F3">Div</div>

This div border color is #7178F3.


Opacity

.myOpacity80 { color: #7178F3; opacity: 0.8; }

<p style="color:#7178F3;opacity:0.8;">80%</p>

Text with #7178F3 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 #7178F3;}

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

This text has shadow with #7178F3 color.

.textShadow {text-shadow: 3px 3px 1px #7178F3, 3px 3px 1px red;}

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

This text has shadow with #7178F3 primary color and red secondary color.


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

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

This text has shadow with #7178F3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7178F3 on black background.


Color preview on white background

This text has color #7178F3 on white background.



Black color preview on #7178F3 background

This text has black color on #7178F3 background.


White color preview on #7178F3 background

This text has white color on #7178F3 background.