COLOR #5D12F6

HEX: #5D12F6
RGB: (93,18,246)

Color info

#5D12F6 contains mainly blue color. Web safe color of #5D12F6 is #6600FF (or #60F).

RGB color model

#5D12F6 color RGB value is (93,18,246).

  • red value is 93;
  • green value is 18;
  • blue value is 246.
RGB:
(93,18,246)
(36%,7%,96%)

RGB channels and saturation

R 93 of 255 = 36%
G 18 of 255 = 7%
B 246 of 255 = 96%

93
18
246

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

Portions of RGB colors in percentages

R + G + B =
93 + 18 + 246 = 357 (100%)
R 93 of 357 ~ 26.05%
G 18 of 357 ~ 5.04%
B 246 of 357 ~ 68.91%

%26.05
%68.91

CMYK color model

#5D12F6 color CMYK value is (62,93,0,4).

  • cyan value is 62.20%
  • magenta value is 92.68%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(62,93,0,4)
C62M93Y0K4 
(62%,93%,0%,4%)
(0.62/0.93/0.00/0.04)	

CMYK percentages

%62.2
%92.68
%0
%3.53

Codes

Color #5D12F6 in popluar color models

5D12F6
RGB9318246
HSL260°92.68%51.76%
HSB/HSV260°92.68%96.47%
CMYK62.20%92.68%0.00%
3.53%

Color #5D12F6 in popluar number systems.

HEX5D12F6
Decimal9318246
Binary10111011001011110110
Octal13522366

Shades and tints

Shades of #5D12F6

#5D12F6
(93,18,246)
#5511E0
(85,17,224)
#4D10CA
(77,16,202)
#450FB4
(69,15,180)
#3D0E9E
(61,14,158)
#350D88
(53,13,136)
#2D0C72
(45,12,114)
#250B5C
(37,11,92)
#1D0A46
(29,10,70)
#150930
(21,9,48)
#0D081A
(13,8,26)
#000000
(0,0,0)

Tints of #5D12F6

#5D12F6
(93,18,246)
#6B27F6
(107,39,246)
#793CF6
(121,60,246)
#8751F6
(135,81,246)
#9566F6
(149,102,246)
#A37BF6
(163,123,246)
#B190F6
(177,144,246)
#BFA5F6
(191,165,246)
#CDBAF6
(205,186,246)
#DBCFF6
(219,207,246)
#E9E4F6
(233,228,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D12F6 color. Also use rgb(93,18,246) instead hex code.

Text Font Color

.myTextColor { color: #5D12F6; }

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

This text font color is #5D12F6.


Background Color

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

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

This div background color is #5D12F6.


Border color

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

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

This div border color is #5D12F6.


Opacity

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

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

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

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

This text has shadow with #5D12F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D12F6 on black background.


Color preview on white background

This text has color #5D12F6 on white background.



Black color preview on #5D12F6 background

This text has black color on #5D12F6 background.


White color preview on #5D12F6 background

This text has white color on #5D12F6 background.