COLOR #580BE7

HEX: #580BE7
RGB: (88,11,231)

Color info

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

RGB color model

#580BE7 color RGB value is (88,11,231).

  • red value is 88;
  • green value is 11;
  • blue value is 231.
RGB:
(88,11,231)
(35%,4%,91%)

RGB channels and saturation

R 88 of 255 = 35%
G 11 of 255 = 4%
B 231 of 255 = 91%

88
11
231

R + G + B ~ 43%. #580BE7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 11 + 231 = 330 (100%)
R 88 of 330 ~ 26.67%
G 11 of 330 ~ 3.33%
B 231 of 330 ~ 70%

%26.67
%70

CMYK color model

#580BE7 color CMYK value is (62,95,0,9).

  • cyan value is 61.90%
  • magenta value is 95.24%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(62,95,0,9)
C62M95Y0K9 
(62%,95%,0%,9%)
(0.62/0.95/0.00/0.09)	

CMYK percentages

%61.9
%95.24
%0
%9.41

Codes

Color #580BE7 in popluar color models

580BE7
RGB8811231
HSL261°90.91%47.45%
HSB/HSV261°95.24%90.59%
CMYK61.90%95.24%0.00%
9.41%

Color #580BE7 in popluar number systems.

HEX580BE7
Decimal8811231
Binary1011000101111100111
Octal13013347

Shades and tints

Shades of #580BE7

#580BE7
(88,11,231)
#500AD2
(80,10,210)
#4809BD
(72,9,189)
#4008A8
(64,8,168)
#380793
(56,7,147)
#30067E
(48,6,126)
#280569
(40,5,105)
#200454
(32,4,84)
#18033F
(24,3,63)
#10022A
(16,2,42)
#080115
(8,1,21)
#000000
(0,0,0)

Tints of #580BE7

#580BE7
(88,11,231)
#6721E9
(103,33,233)
#7637EB
(118,55,235)
#854DED
(133,77,237)
#9463EF
(148,99,239)
#A379F1
(163,121,241)
#B28FF3
(178,143,243)
#C1A5F5
(193,165,245)
#D0BBF7
(208,187,247)
#DFD1F9
(223,209,249)
#EEE7FB
(238,231,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #580BE7 color. Also use rgb(88,11,231) instead hex code.

Text Font Color

.myTextColor { color: #580BE7; }

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

This text font color is #580BE7.


Background Color

.myBgColor { background-color: #580BE7; }

<div style="background-color:#580BE7">Inner text</div>

This div background color is #580BE7.


Border color

.myBorderColor { border: 1px solid #580BE7; }

<div style="border:3px solid #580BE7">Div</div>

This div border color is #580BE7.


Opacity

.myOpacity80 { color: #580BE7; opacity: 0.8; }

<p style="color:#580BE7;opacity:0.8;">80%</p>

Text with #580BE7 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 #580BE7;}

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

This text has shadow with #580BE7 color.

.textShadow {text-shadow: 3px 3px 1px #580BE7, 3px 3px 1px red;}

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

This text has shadow with #580BE7 primary color and red secondary color.


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

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

This text has shadow with #580BE7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #580BE7 on black background.


Color preview on white background

This text has color #580BE7 on white background.



Black color preview on #580BE7 background

This text has black color on #580BE7 background.


White color preview on #580BE7 background

This text has white color on #580BE7 background.