COLOR #510EE5

HEX: #510EE5
RGB: (81,14,229)

Color info

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

RGB color model

#510EE5 color RGB value is (81,14,229).

  • red value is 81;
  • green value is 14;
  • blue value is 229.
RGB:
(81,14,229)
(32%,5%,90%)

RGB channels and saturation

R 81 of 255 = 32%
G 14 of 255 = 5%
B 229 of 255 = 90%

81
14
229

R + G + B ~ 42%. #510EE5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
81 + 14 + 229 = 324 (100%)
R 81 of 324 ~ 25%
G 14 of 324 ~ 4.32%
B 229 of 324 ~ 70.68%

%25
%70.68

CMYK color model

#510EE5 color CMYK value is (65,94,0,10).

  • cyan value is 64.63%
  • magenta value is 93.89%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(65,94,0,10)
C65M94Y0K10 
(65%,94%,0%,10%)
(0.65/0.94/0.00/0.10)	

CMYK percentages

%64.63
%93.89
%0
%10.2

Codes

Color #510EE5 in popluar color models

510EE5
RGB8114229
HSL259°88.48%47.65%
HSB/HSV259°93.89%89.80%
CMYK64.63%93.89%0.00%
10.20%

Color #510EE5 in popluar number systems.

HEX510EE5
Decimal8114229
Binary1010001111011100101
Octal12116345

Shades and tints

Shades of #510EE5

#510EE5
(81,14,229)
#4A0DD1
(74,13,209)
#430CBD
(67,12,189)
#3C0BA9
(60,11,169)
#350A95
(53,10,149)
#2E0981
(46,9,129)
#27086D
(39,8,109)
#200759
(32,7,89)
#190645
(25,6,69)
#120531
(18,5,49)
#0B041D
(11,4,29)
#000000
(0,0,0)

Tints of #510EE5

#510EE5
(81,14,229)
#6023E7
(96,35,231)
#6F38E9
(111,56,233)
#7E4DEB
(126,77,235)
#8D62ED
(141,98,237)
#9C77EF
(156,119,239)
#AB8CF1
(171,140,241)
#BAA1F3
(186,161,243)
#C9B6F5
(201,182,245)
#D8CBF7
(216,203,247)
#E7E0F9
(231,224,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #510EE5 color. Also use rgb(81,14,229) instead hex code.

Text Font Color

.myTextColor { color: #510EE5; }

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

This text font color is #510EE5.


Background Color

.myBgColor { background-color: #510EE5; }

<div style="background-color:#510EE5">Inner text</div>

This div background color is #510EE5.


Border color

.myBorderColor { border: 1px solid #510EE5; }

<div style="border:3px solid #510EE5">Div</div>

This div border color is #510EE5.


Opacity

.myOpacity80 { color: #510EE5; opacity: 0.8; }

<p style="color:#510EE5;opacity:0.8;">80%</p>

Text with #510EE5 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 #510EE5;}

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

This text has shadow with #510EE5 color.

.textShadow {text-shadow: 3px 3px 1px #510EE5, 3px 3px 1px red;}

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

This text has shadow with #510EE5 primary color and red secondary color.


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

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

This text has shadow with #510EE5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #510EE5 on black background.


Color preview on white background

This text has color #510EE5 on white background.



Black color preview on #510EE5 background

This text has black color on #510EE5 background.


White color preview on #510EE5 background

This text has white color on #510EE5 background.