COLOR #7248C8

HEX: #7248C8
RGB: (114,72,200)

Color info

#7248C8 contains mainly blue color. Web safe color of #7248C8 is #6633CC (or #63C).

RGB color model

#7248C8 color RGB value is (114,72,200).

  • red value is 114;
  • green value is 72;
  • blue value is 200.
RGB:
(114,72,200)
(45%,28%,78%)

RGB channels and saturation

R 114 of 255 = 45%
G 72 of 255 = 28%
B 200 of 255 = 78%

114
72
200

R + G + B ~ 50%. #7248C8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 72 + 200 = 386 (100%)
R 114 of 386 ~ 29.53%
G 72 of 386 ~ 18.65%
B 200 of 386 ~ 51.81%

%29.53
%18.65
%51.81

CMYK color model

#7248C8 color CMYK value is (43,64,0,22).

  • cyan value is 43.00%
  • magenta value is 64.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(43,64,0,22)
C43M64Y0K22 
(43%,64%,0%,22%)
(0.43/0.64/0.00/0.22)	

CMYK percentages

%43
%64
%0
%21.57

Codes

Color #7248C8 in popluar color models

7248C8
RGB11472200
HSL260°53.78%53.33%
HSB/HSV260°64.00%78.43%
CMYK43.00%64.00%0.00%
21.57%

Color #7248C8 in popluar number systems.

HEX7248C8
Decimal11472200
Binary1110010100100011001000
Octal162110310

Shades and tints

Shades of #7248C8

#7248C8
(114,72,200)
#6842B6
(104,66,182)
#5E3CA4
(94,60,164)
#543692
(84,54,146)
#4A3080
(74,48,128)
#402A6E
(64,42,110)
#36245C
(54,36,92)
#2C1E4A
(44,30,74)
#221838
(34,24,56)
#181226
(24,18,38)
#0E0C14
(14,12,20)
#000000
(0,0,0)

Tints of #7248C8

#7248C8
(114,72,200)
#7E58CD
(126,88,205)
#8A68D2
(138,104,210)
#9678D7
(150,120,215)
#A288DC
(162,136,220)
#AE98E1
(174,152,225)
#BAA8E6
(186,168,230)
#C6B8EB
(198,184,235)
#D2C8F0
(210,200,240)
#DED8F5
(222,216,245)
#EAE8FA
(234,232,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7248C8 color. Also use rgb(114,72,200) instead hex code.

Text Font Color

.myTextColor { color: #7248C8; }

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

This text font color is #7248C8.


Background Color

.myBgColor { background-color: #7248C8; }

<div style="background-color:#7248C8">Inner text</div>

This div background color is #7248C8.


Border color

.myBorderColor { border: 1px solid #7248C8; }

<div style="border:3px solid #7248C8">Div</div>

This div border color is #7248C8.


Opacity

.myOpacity80 { color: #7248C8; opacity: 0.8; }

<p style="color:#7248C8;opacity:0.8;">80%</p>

Text with #7248C8 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 #7248C8;}

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

This text has shadow with #7248C8 color.

.textShadow {text-shadow: 3px 3px 1px #7248C8, 3px 3px 1px red;}

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

This text has shadow with #7248C8 primary color and red secondary color.


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

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

This text has shadow with #7248C8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7248C8 on black background.


Color preview on white background

This text has color #7248C8 on white background.



Black color preview on #7248C8 background

This text has black color on #7248C8 background.


White color preview on #7248C8 background

This text has white color on #7248C8 background.