COLOR #5A46ED

HEX: #5A46ED RGB: (90,70,237)

Color info

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

RGB color model

#5A46ED color RGB value is (90,70,237).

RGB: (90,70,237) (35%, 27%, 93%)

RGB channels and saturation

R 90 of 255 = 35%
G 70 of 255 = 27%
B 237 of 255 = 93%

90
70
237

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

Portions of RGB colors in percentages

R + G + B = 90 + 70 + 237 = 397 (100%)
R 90 of 397 ~ 22.67%
G 70 of 397 ~ 17.63%
B 237 of 397 ~ 59.7'%

%22.67
%17.63
%59.7

CMYK color model

#5A46ED color CMYK value is (62,70,0,7).

  • cyan value is 62.03%
  • magenta value is 70.46%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (62,70,0,7)
C62M70Y0K7 (62%, 70%, 0%, 7%)
(0.62 / 0.70 / 0.00 / 0.07)

CMYK percentages

%62.03
%70.46
%0
%7.06

Codes

Color #5A46ED in popluar color models

5A 46 ED
RGB 90 70 237
HSL 247° 82.27% 60.20%
HSB/HSV 247° 70.46% 92.94%
CMYK 62.03% 70.46% 0.00%
7.06%

Color #5A46ED in popluar number systems.

HEX 5A 46 ED
Decimal 90 70 237
Binary 1011010 1000110 11101101
Octal 132 106 355

Shades and tints

Shades of #5A46ED

#5A46ED
(90,70,237)
#5240D8
(82,64,216)
#4A3AC3
(74,58,195)
#4234AE
(66,52,174)
#3A2E99
(58,46,153)
#322884
(50,40,132)
#2A226F
(42,34,111)
#221C5A
(34,28,90)
#1A1645
(26,22,69)
#121030
(18,16,48)
#0A0A1B
(10,10,27)
#000000
(0,0,0)

Tints of #5A46ED

#5A46ED
(90,70,237)
#6956EE
(105,86,238)
#7866EF
(120,102,239)
#8776F0
(135,118,240)
#9686F1
(150,134,241)
#A596F2
(165,150,242)
#B4A6F3
(180,166,243)
#C3B6F4
(195,182,244)
#D2C6F5
(210,198,245)
#E1D6F6
(225,214,246)
#F0E6F7
(240,230,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A46ED color. Also use rgb(90,70,237) instead hex code.

Text Font Color

.myTextColor { color: #5A46ED; }

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

This text font color is #5A46ED.

Background Color

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

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

This div background color is #5A46ED.

Border color

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

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

This div border color is #5A46ED.

Opacity

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

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

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

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

This text has shadow with #5A46ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A46ED.

Preview

Color preview on black background

This text has color #5A46ED on black background.


Color preview on white background

This text has color #5A46ED on white background.


Black color preview on #5A46ED background

This text has black color on #5A46ED background.


White color preview on #5A46ED background

This text has white color on #5A46ED background.


Related colors

Complementary color

Complementary color for #hex is #A5B912.


I love getcolorcode.com

Triadic colors

1 #ED5A46 and #46ED5A with #5A46ED are triadic colors.

2 #ED465A and #465AED with #5A46ED are triadic colors.