COLOR #5C47FF

HEX: #5C47FF
RGB: (92,71,255)

Color info

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

RGB color model

#5C47FF color RGB value is (92,71,255).

  • red value is 92;
  • green value is 71;
  • blue value is 255.
RGB:
(92,71,255)
(36%,28%,100%)

RGB channels and saturation

R 92 of 255 = 36%
G 71 of 255 = 28%
B 255 of 255 = 100%

92
71
255

R + G + B ~ 55%. #5C47FF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
92 + 71 + 255 = 418 (100%)
R 92 of 418 ~ 22.01%
G 71 of 418 ~ 16.99%
B 255 of 418 ~ 61%

%22.01
%16.99
%61

CMYK color model

#5C47FF color CMYK value is (64,72,0,0).

  • cyan value is 63.92%
  • magenta value is 72.16%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(64,72,0,0)
C64M72Y0K0 
(64%,72%,0%,0%)
(0.64/0.72/0.00/0.00)	

CMYK percentages

%63.92
%72.16
%0
%0

Codes

Color #5C47FF in popluar color models

5C47FF
RGB9271255
HSL247°100.00%63.92%
HSB/HSV247°72.16%100.00%
CMYK63.92%72.16%0.00%
0.00%

Color #5C47FF in popluar number systems.

HEX5C47FF
Decimal9271255
Binary1011100100011111111111
Octal134107377

Shades and tints

Shades of #5C47FF

#5C47FF
(92,71,255)
#5441E8
(84,65,232)
#4C3BD1
(76,59,209)
#4435BA
(68,53,186)
#3C2FA3
(60,47,163)
#34298C
(52,41,140)
#2C2375
(44,35,117)
#241D5E
(36,29,94)
#1C1747
(28,23,71)
#141130
(20,17,48)
#0C0B19
(12,11,25)
#000000
(0,0,0)

Tints of #5C47FF

#5C47FF
(92,71,255)
#6A57FF
(106,87,255)
#7867FF
(120,103,255)
#8677FF
(134,119,255)
#9487FF
(148,135,255)
#A297FF
(162,151,255)
#B0A7FF
(176,167,255)
#BEB7FF
(190,183,255)
#CCC7FF
(204,199,255)
#DAD7FF
(218,215,255)
#E8E7FF
(232,231,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C47FF color. Also use rgb(92,71,255) instead hex code.

Text Font Color

.myTextColor { color: #5C47FF; }

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

This text font color is #5C47FF.


Background Color

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

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

This div background color is #5C47FF.


Border color

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

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

This div border color is #5C47FF.


Opacity

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

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

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

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

This text has shadow with #5C47FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C47FF on black background.


Color preview on white background

This text has color #5C47FF on white background.



Black color preview on #5C47FF background

This text has black color on #5C47FF background.


White color preview on #5C47FF background

This text has white color on #5C47FF background.