COLOR #511CE9

HEX: #511CE9
RGB: (81,28,233)

Color info

#511CE9 contains mainly blue color. Web safe color of #511CE9 is #6633FF (or #63F).

RGB color model

#511CE9 color RGB value is (81,28,233).

  • red value is 81;
  • green value is 28;
  • blue value is 233.
RGB:
(81,28,233)
(32%,11%,91%)

RGB channels and saturation

R 81 of 255 = 32%
G 28 of 255 = 11%
B 233 of 255 = 91%

81
28
233

R + G + B ~ 45%. #511CE9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
81 + 28 + 233 = 342 (100%)
R 81 of 342 ~ 23.68%
G 28 of 342 ~ 8.19%
B 233 of 342 ~ 68.13%

%23.68
%68.13

CMYK color model

#511CE9 color CMYK value is (65,88,0,9).

  • cyan value is 65.24%
  • magenta value is 87.98%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(65,88,0,9)
C65M88Y0K9 
(65%,88%,0%,9%)
(0.65/0.88/0.00/0.09)	

CMYK percentages

%65.24
%87.98
%0
%8.63

Codes

Color #511CE9 in popluar color models

511CE9
RGB8128233
HSL256°82.33%51.18%
HSB/HSV256°87.98%91.37%
CMYK65.24%87.98%0.00%
8.63%

Color #511CE9 in popluar number systems.

HEX511CE9
Decimal8128233
Binary10100011110011101001
Octal12134351

Shades and tints

Shades of #511CE9

#511CE9
(81,28,233)
#4A1AD4
(74,26,212)
#4318BF
(67,24,191)
#3C16AA
(60,22,170)
#351495
(53,20,149)
#2E1280
(46,18,128)
#27106B
(39,16,107)
#200E56
(32,14,86)
#190C41
(25,12,65)
#120A2C
(18,10,44)
#0B0817
(11,8,23)
#000000
(0,0,0)

Tints of #511CE9

#511CE9
(81,28,233)
#6030EB
(96,48,235)
#6F44ED
(111,68,237)
#7E58EF
(126,88,239)
#8D6CF1
(141,108,241)
#9C80F3
(156,128,243)
#AB94F5
(171,148,245)
#BAA8F7
(186,168,247)
#C9BCF9
(201,188,249)
#D8D0FB
(216,208,251)
#E7E4FD
(231,228,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #511CE9 color. Also use rgb(81,28,233) instead hex code.

Text Font Color

.myTextColor { color: #511CE9; }

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

This text font color is #511CE9.


Background Color

.myBgColor { background-color: #511CE9; }

<div style="background-color:#511CE9">Inner text</div>

This div background color is #511CE9.


Border color

.myBorderColor { border: 1px solid #511CE9; }

<div style="border:3px solid #511CE9">Div</div>

This div border color is #511CE9.


Opacity

.myOpacity80 { color: #511CE9; opacity: 0.8; }

<p style="color:#511CE9;opacity:0.8;">80%</p>

Text with #511CE9 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 #511CE9;}

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

This text has shadow with #511CE9 color.

.textShadow {text-shadow: 3px 3px 1px #511CE9, 3px 3px 1px red;}

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

This text has shadow with #511CE9 primary color and red secondary color.


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

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

This text has shadow with #511CE9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #511CE9 on black background.


Color preview on white background

This text has color #511CE9 on white background.



Black color preview on #511CE9 background

This text has black color on #511CE9 background.


White color preview on #511CE9 background

This text has white color on #511CE9 background.