COLOR #5F0BB2

HEX: #5F0BB2
RGB: (95,11,178)

Color info

#5F0BB2 contains mainly blue color. Web safe color of #5F0BB2 is #660099 (or #609).

RGB color model

#5F0BB2 color RGB value is (95,11,178).

  • red value is 95;
  • green value is 11;
  • blue value is 178.
RGB:
(95,11,178)
(37%,4%,70%)

RGB channels and saturation

R 95 of 255 = 37%
G 11 of 255 = 4%
B 178 of 255 = 70%

95
11
178

R + G + B ~ 37%. #5F0BB2 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 11 + 178 = 284 (100%)
R 95 of 284 ~ 33.45%
G 11 of 284 ~ 3.87%
B 178 of 284 ~ 62.68%

%33.45
%62.68

CMYK color model

#5F0BB2 color CMYK value is (47,94,0,30).

  • cyan value is 46.63%
  • magenta value is 93.82%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(47,94,0,30)
C47M94Y0K30 
(47%,94%,0%,30%)
(0.47/0.94/0.00/0.30)	

CMYK percentages

%46.63
%93.82
%0
%30.2

Codes

Color #5F0BB2 in popluar color models

5F0BB2
RGB9511178
HSL270°88.36%37.06%
HSB/HSV270°93.82%69.80%
CMYK46.63%93.82%0.00%
30.20%

Color #5F0BB2 in popluar number systems.

HEX5F0BB2
Decimal9511178
Binary1011111101110110010
Octal13713262

Shades and tints

Shades of #5F0BB2

#5F0BB2
(95,11,178)
#570AA2
(87,10,162)
#4F0992
(79,9,146)
#470882
(71,8,130)
#3F0772
(63,7,114)
#370662
(55,6,98)
#2F0552
(47,5,82)
#270442
(39,4,66)
#1F0332
(31,3,50)
#170222
(23,2,34)
#0F0112
(15,1,18)
#000000
(0,0,0)

Tints of #5F0BB2

#5F0BB2
(95,11,178)
#6D21B9
(109,33,185)
#7B37C0
(123,55,192)
#894DC7
(137,77,199)
#9763CE
(151,99,206)
#A579D5
(165,121,213)
#B38FDC
(179,143,220)
#C1A5E3
(193,165,227)
#CFBBEA
(207,187,234)
#DDD1F1
(221,209,241)
#EBE7F8
(235,231,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F0BB2 color. Also use rgb(95,11,178) instead hex code.

Text Font Color

.myTextColor { color: #5F0BB2; }

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

This text font color is #5F0BB2.


Background Color

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

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

This div background color is #5F0BB2.


Border color

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

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

This div border color is #5F0BB2.


Opacity

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

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

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

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

This text has shadow with #5F0BB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F0BB2 on black background.


Color preview on white background

This text has color #5F0BB2 on white background.



Black color preview on #5F0BB2 background

This text has black color on #5F0BB2 background.


White color preview on #5F0BB2 background

This text has white color on #5F0BB2 background.