COLOR #5A4CE6

HEX: #5A4CE6
RGB: (90,76,230)

Color info

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

RGB color model

#5A4CE6 color RGB value is (90,76,230).

  • red value is 90;
  • green value is 76;
  • blue value is 230.
RGB:
(90,76,230)
(35%,30%,90%)

RGB channels and saturation

R 90 of 255 = 35%
G 76 of 255 = 30%
B 230 of 255 = 90%

90
76
230

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

Portions of RGB colors in percentages

R + G + B =
90 + 76 + 230 = 396 (100%)
R 90 of 396 ~ 22.73%
G 76 of 396 ~ 19.19%
B 230 of 396 ~ 58.08%

%22.73
%19.19
%58.08

CMYK color model

#5A4CE6 color CMYK value is (61,67,0,10).

  • cyan value is 60.87%
  • magenta value is 66.96%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(61,67,0,10)
C61M67Y0K10 
(61%,67%,0%,10%)
(0.61/0.67/0.00/0.10)	

CMYK percentages

%60.87
%66.96
%0
%9.8

Codes

Color #5A4CE6 in popluar color models

5A4CE6
RGB9076230
HSL245°75.49%60.00%
HSB/HSV245°66.96%90.20%
CMYK60.87%66.96%0.00%
9.80%

Color #5A4CE6 in popluar number systems.

HEX5A4CE6
Decimal9076230
Binary1011010100110011100110
Octal132114346

Shades and tints

Shades of #5A4CE6

#5A4CE6
(90,76,230)
#5246D2
(82,70,210)
#4A40BE
(74,64,190)
#423AAA
(66,58,170)
#3A3496
(58,52,150)
#322E82
(50,46,130)
#2A286E
(42,40,110)
#22225A
(34,34,90)
#1A1C46
(26,28,70)
#121632
(18,22,50)
#0A101E
(10,16,30)
#000000
(0,0,0)

Tints of #5A4CE6

#5A4CE6
(90,76,230)
#695CE8
(105,92,232)
#786CEA
(120,108,234)
#877CEC
(135,124,236)
#968CEE
(150,140,238)
#A59CF0
(165,156,240)
#B4ACF2
(180,172,242)
#C3BCF4
(195,188,244)
#D2CCF6
(210,204,246)
#E1DCF8
(225,220,248)
#F0ECFA
(240,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A4CE6 color. Also use rgb(90,76,230) instead hex code.

Text Font Color

.myTextColor { color: #5A4CE6; }

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

This text font color is #5A4CE6.


Background Color

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

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

This div background color is #5A4CE6.


Border color

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

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

This div border color is #5A4CE6.


Opacity

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

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

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

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

This text has shadow with #5A4CE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A4CE6 on black background.


Color preview on white background

This text has color #5A4CE6 on white background.



Black color preview on #5A4CE6 background

This text has black color on #5A4CE6 background.


White color preview on #5A4CE6 background

This text has white color on #5A4CE6 background.