COLOR #5D4AD0

HEX: #5D4AD0
RGB: (93,74,208)

Color info

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

RGB color model

#5D4AD0 color RGB value is (93,74,208).

  • red value is 93;
  • green value is 74;
  • blue value is 208.
RGB:
(93,74,208)
(36%,29%,82%)

RGB channels and saturation

R 93 of 255 = 36%
G 74 of 255 = 29%
B 208 of 255 = 82%

93
74
208

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

Portions of RGB colors in percentages

R + G + B =
93 + 74 + 208 = 375 (100%)
R 93 of 375 ~ 24.8%
G 74 of 375 ~ 19.73%
B 208 of 375 ~ 55.47%

%24.8
%19.73
%55.47

CMYK color model

#5D4AD0 color CMYK value is (55,64,0,18).

  • cyan value is 55.29%
  • magenta value is 64.42%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(55,64,0,18)
C55M64Y0K18 
(55%,64%,0%,18%)
(0.55/0.64/0.00/0.18)	

CMYK percentages

%55.29
%64.42
%0
%18.43

Codes

Color #5D4AD0 in popluar color models

5D4AD0
RGB9374208
HSL249°58.77%55.29%
HSB/HSV249°64.42%81.57%
CMYK55.29%64.42%0.00%
18.43%

Color #5D4AD0 in popluar number systems.

HEX5D4AD0
Decimal9374208
Binary1011101100101011010000
Octal135112320

Shades and tints

Shades of #5D4AD0

#5D4AD0
(93,74,208)
#5544BE
(85,68,190)
#4D3EAC
(77,62,172)
#45389A
(69,56,154)
#3D3288
(61,50,136)
#352C76
(53,44,118)
#2D2664
(45,38,100)
#252052
(37,32,82)
#1D1A40
(29,26,64)
#15142E
(21,20,46)
#0D0E1C
(13,14,28)
#000000
(0,0,0)

Tints of #5D4AD0

#5D4AD0
(93,74,208)
#6B5AD4
(107,90,212)
#796AD8
(121,106,216)
#877ADC
(135,122,220)
#958AE0
(149,138,224)
#A39AE4
(163,154,228)
#B1AAE8
(177,170,232)
#BFBAEC
(191,186,236)
#CDCAF0
(205,202,240)
#DBDAF4
(219,218,244)
#E9EAF8
(233,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D4AD0 color. Also use rgb(93,74,208) instead hex code.

Text Font Color

.myTextColor { color: #5D4AD0; }

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

This text font color is #5D4AD0.


Background Color

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

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

This div background color is #5D4AD0.


Border color

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

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

This div border color is #5D4AD0.


Opacity

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

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

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

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

This text has shadow with #5D4AD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D4AD0 on black background.


Color preview on white background

This text has color #5D4AD0 on white background.



Black color preview on #5D4AD0 background

This text has black color on #5D4AD0 background.


White color preview on #5D4AD0 background

This text has white color on #5D4AD0 background.