COLOR #5C15AC

HEX: #5C15AC
RGB: (92,21,172)

Color info

#5C15AC contains mainly blue color. Web safe color of #5C15AC is #660099 (or #609).

RGB color model

#5C15AC color RGB value is (92,21,172).

  • red value is 92;
  • green value is 21;
  • blue value is 172.
RGB:
(92,21,172)
(36%,8%,67%)

RGB channels and saturation

R 92 of 255 = 36%
G 21 of 255 = 8%
B 172 of 255 = 67%

92
21
172

R + G + B ~ 37%. #5C15AC is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 21 + 172 = 285 (100%)
R 92 of 285 ~ 32.28%
G 21 of 285 ~ 7.37%
B 172 of 285 ~ 60.35%

%32.28
%60.35

CMYK color model

#5C15AC color CMYK value is (47,88,0,33).

  • cyan value is 46.51%
  • magenta value is 87.79%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(47,88,0,33)
C47M88Y0K33 
(47%,88%,0%,33%)
(0.47/0.88/0.00/0.33)	

CMYK percentages

%46.51
%87.79
%0
%32.55

Codes

Color #5C15AC in popluar color models

5C15AC
RGB9221172
HSL268°78.24%37.84%
HSB/HSV268°87.79%67.45%
CMYK46.51%87.79%0.00%
32.55%

Color #5C15AC in popluar number systems.

HEX5C15AC
Decimal9221172
Binary10111001010110101100
Octal13425254

Shades and tints

Shades of #5C15AC

#5C15AC
(92,21,172)
#54149D
(84,20,157)
#4C138E
(76,19,142)
#44127F
(68,18,127)
#3C1170
(60,17,112)
#341061
(52,16,97)
#2C0F52
(44,15,82)
#240E43
(36,14,67)
#1C0D34
(28,13,52)
#140C25
(20,12,37)
#0C0B16
(12,11,22)
#000000
(0,0,0)

Tints of #5C15AC

#5C15AC
(92,21,172)
#6A2AB3
(106,42,179)
#783FBA
(120,63,186)
#8654C1
(134,84,193)
#9469C8
(148,105,200)
#A27ECF
(162,126,207)
#B093D6
(176,147,214)
#BEA8DD
(190,168,221)
#CCBDE4
(204,189,228)
#DAD2EB
(218,210,235)
#E8E7F2
(232,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C15AC color. Also use rgb(92,21,172) instead hex code.

Text Font Color

.myTextColor { color: #5C15AC; }

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

This text font color is #5C15AC.


Background Color

.myBgColor { background-color: #5C15AC; }

<div style="background-color:#5C15AC">Inner text</div>

This div background color is #5C15AC.


Border color

.myBorderColor { border: 1px solid #5C15AC; }

<div style="border:3px solid #5C15AC">Div</div>

This div border color is #5C15AC.


Opacity

.myOpacity80 { color: #5C15AC; opacity: 0.8; }

<p style="color:#5C15AC;opacity:0.8;">80%</p>

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

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

This text has shadow with #5C15AC color.

.textShadow {text-shadow: 3px 3px 1px #5C15AC, 3px 3px 1px red;}

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

This text has shadow with #5C15AC primary color and red secondary color.


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

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

This text has shadow with #5C15AC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C15AC on black background.


Color preview on white background

This text has color #5C15AC on white background.



Black color preview on #5C15AC background

This text has black color on #5C15AC background.


White color preview on #5C15AC background

This text has white color on #5C15AC background.