COLOR #5808D2

HEX: #5808D2
RGB: (88,8,210)

Color info

#5808D2 contains mainly blue color. Web safe color of #5808D2 is #6600CC (or #60C).

RGB color model

#5808D2 color RGB value is (88,8,210).

  • red value is 88;
  • green value is 8;
  • blue value is 210.
RGB:
(88,8,210)
(35%,3%,82%)

RGB channels and saturation

R 88 of 255 = 35%
G 8 of 255 = 3%
B 210 of 255 = 82%

88
8
210

R + G + B ~ 40%. #5808D2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 8 + 210 = 306 (100%)
R 88 of 306 ~ 28.76%
G 8 of 306 ~ 2.61%
B 210 of 306 ~ 68.63%

%28.76
%68.63

CMYK color model

#5808D2 color CMYK value is (58,96,0,18).

  • cyan value is 58.10%
  • magenta value is 96.19%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(58,96,0,18)
C58M96Y0K18 
(58%,96%,0%,18%)
(0.58/0.96/0.00/0.18)	

CMYK percentages

%58.1
%96.19
%0
%17.65

Codes

Color #5808D2 in popluar color models

5808D2
RGB888210
HSL264°92.66%42.75%
HSB/HSV264°96.19%82.35%
CMYK58.10%96.19%0.00%
17.65%

Color #5808D2 in popluar number systems.

HEX5808D2
Decimal888210
Binary1011000100011010010
Octal13010322

Shades and tints

Shades of #5808D2

#5808D2
(88,8,210)
#5008BF
(80,8,191)
#4808AC
(72,8,172)
#400899
(64,8,153)
#380886
(56,8,134)
#300873
(48,8,115)
#280860
(40,8,96)
#20084D
(32,8,77)
#18083A
(24,8,58)
#100827
(16,8,39)
#080814
(8,8,20)
#000000
(0,0,0)

Tints of #5808D2

#5808D2
(88,8,210)
#671ED6
(103,30,214)
#7634DA
(118,52,218)
#854ADE
(133,74,222)
#9460E2
(148,96,226)
#A376E6
(163,118,230)
#B28CEA
(178,140,234)
#C1A2EE
(193,162,238)
#D0B8F2
(208,184,242)
#DFCEF6
(223,206,246)
#EEE4FA
(238,228,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5808D2 color. Also use rgb(88,8,210) instead hex code.

Text Font Color

.myTextColor { color: #5808D2; }

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

This text font color is #5808D2.


Background Color

.myBgColor { background-color: #5808D2; }

<div style="background-color:#5808D2">Inner text</div>

This div background color is #5808D2.


Border color

.myBorderColor { border: 1px solid #5808D2; }

<div style="border:3px solid #5808D2">Div</div>

This div border color is #5808D2.


Opacity

.myOpacity80 { color: #5808D2; opacity: 0.8; }

<p style="color:#5808D2;opacity:0.8;">80%</p>

Text with #5808D2 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 #5808D2;}

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

This text has shadow with #5808D2 color.

.textShadow {text-shadow: 3px 3px 1px #5808D2, 3px 3px 1px red;}

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

This text has shadow with #5808D2 primary color and red secondary color.


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

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

This text has shadow with #5808D2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5808D2 on black background.


Color preview on white background

This text has color #5808D2 on white background.



Black color preview on #5808D2 background

This text has black color on #5808D2 background.


White color preview on #5808D2 background

This text has white color on #5808D2 background.