COLOR #7C5CE4

HEX: #7C5CE4
RGB: (124,92,228)

Color info

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

RGB color model

#7C5CE4 color RGB value is (124,92,228).

  • red value is 124;
  • green value is 92;
  • blue value is 228.
RGB:
(124,92,228)
(49%,36%,89%)

RGB channels and saturation

R 124 of 255 = 49%
G 92 of 255 = 36%
B 228 of 255 = 89%

124
92
228

R + G + B ~ 58%. #7C5CE4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
124 + 92 + 228 = 444 (100%)
R 124 of 444 ~ 27.93%
G 92 of 444 ~ 20.72%
B 228 of 444 ~ 51.35%

%27.93
%20.72
%51.35

CMYK color model

#7C5CE4 color CMYK value is (46,60,0,11).

  • cyan value is 45.61%
  • magenta value is 59.65%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(46,60,0,11)
C46M60Y0K11 
(46%,60%,0%,11%)
(0.46/0.60/0.00/0.11)	

CMYK percentages

%45.61
%59.65
%0
%10.59

Codes

Color #7C5CE4 in popluar color models

7C5CE4
RGB12492228
HSL254°71.58%62.75%
HSB/HSV254°59.65%89.41%
CMYK45.61%59.65%0.00%
10.59%

Color #7C5CE4 in popluar number systems.

HEX7C5CE4
Decimal12492228
Binary1111100101110011100100
Octal174134344

Shades and tints

Shades of #7C5CE4

#7C5CE4
(124,92,228)
#7154D0
(113,84,208)
#664CBC
(102,76,188)
#5B44A8
(91,68,168)
#503C94
(80,60,148)
#453480
(69,52,128)
#3A2C6C
(58,44,108)
#2F2458
(47,36,88)
#241C44
(36,28,68)
#191430
(25,20,48)
#0E0C1C
(14,12,28)
#000000
(0,0,0)

Tints of #7C5CE4

#7C5CE4
(124,92,228)
#876AE6
(135,106,230)
#9278E8
(146,120,232)
#9D86EA
(157,134,234)
#A894EC
(168,148,236)
#B3A2EE
(179,162,238)
#BEB0F0
(190,176,240)
#C9BEF2
(201,190,242)
#D4CCF4
(212,204,244)
#DFDAF6
(223,218,246)
#EAE8F8
(234,232,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C5CE4 color. Also use rgb(124,92,228) instead hex code.

Text Font Color

.myTextColor { color: #7C5CE4; }

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

This text font color is #7C5CE4.


Background Color

.myBgColor { background-color: #7C5CE4; }

<div style="background-color:#7C5CE4">Inner text</div>

This div background color is #7C5CE4.


Border color

.myBorderColor { border: 1px solid #7C5CE4; }

<div style="border:3px solid #7C5CE4">Div</div>

This div border color is #7C5CE4.


Opacity

.myOpacity80 { color: #7C5CE4; opacity: 0.8; }

<p style="color:#7C5CE4;opacity:0.8;">80%</p>

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

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

This text has shadow with #7C5CE4 color.

.textShadow {text-shadow: 3px 3px 1px #7C5CE4, 3px 3px 1px red;}

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

This text has shadow with #7C5CE4 primary color and red secondary color.


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

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

This text has shadow with #7C5CE4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C5CE4 on black background.


Color preview on white background

This text has color #7C5CE4 on white background.



Black color preview on #7C5CE4 background

This text has black color on #7C5CE4 background.


White color preview on #7C5CE4 background

This text has white color on #7C5CE4 background.