COLOR #511EE2

HEX: #511EE2
RGB: (81,30,226)

Renk bilgisi

#511EE2 contains mainly blue color. #511EE2 ‘ nin web güvenlik rengi #6633CC (ya da #63C) dir.

RGB renk modeli

#511EE2 color RGB value is (81,30,226).

  • kırmız ton 81;
  • yeşil ton 30;
  • mavi ton 226.
RGB:
(81,30,226)
(32%,12%,89%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 30 of 255 = 12%
B 226 of 255 = 89%

81
30
226

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 30 + 226 = 337 (100%)
R 81 of 337 ~ 24.04%
G 30 of 337 ~ 8.9%
B 226 of 337 ~ 67.06%

%24.04
%67.06

CMYK RENK MODELİ

#511EE2 rengi CMYK tonu (64,87,0,11).

  • camgöbeği tonu 64.16%
  • eflatun tonu 86.73%
  • sarı tonu 0.00%
  • ana renk tonu 11.37%
CMYK:
(64,87,0,11)
C64M87Y0K11 
(64%,87%,0%,11%)
(0.64/0.87/0.00/0.11)	

CMYK yüzdeleri

%64.16
%86.73
%0
%11.37

Codes

Color #511EE2 in popluar color models

511EE2
RGB8130226
HSL256°77.17%50.20%
HSB/HSV256°86.73%88.63%
CMYK64.16%86.73%0.00%
11.37%

Color #511EE2 in popluar number systems.

HEX511EE2
Decimal8130226
Binary10100011111011100010
Octal12136342

Shades and tints

Shades of #511EE2

#511EE2
(81,30,226)
#4A1CCE
(74,28,206)
#431ABA
(67,26,186)
#3C18A6
(60,24,166)
#351692
(53,22,146)
#2E147E
(46,20,126)
#27126A
(39,18,106)
#201056
(32,16,86)
#190E42
(25,14,66)
#120C2E
(18,12,46)
#0B0A1A
(11,10,26)
#000000
(0,0,0)

Tints of #511EE2

#511EE2
(81,30,226)
#6032E4
(96,50,228)
#6F46E6
(111,70,230)
#7E5AE8
(126,90,232)
#8D6EEA
(141,110,234)
#9C82EC
(156,130,236)
#AB96EE
(171,150,238)
#BAAAF0
(186,170,240)
#C9BEF2
(201,190,242)
#D8D2F4
(216,210,244)
#E7E6F6
(231,230,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #511EE2 color. Also use rgb(81,30,226) instead hex code.

Text Font Color

.myTextColor { color: #511EE2; }

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

This text font color is #511EE2.


Background Color

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

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

This div background color is #511EE2.


Border color

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

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

This div border color is #511EE2.


Opacity

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

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

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

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

This text has shadow with #511EE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #511EE2 on black background.


Color preview on white background

This text has color #511EE2 on white background.



Black color preview on #511EE2 background

This text has black color on #511EE2 background.


White color preview on #511EE2 background

This text has white color on #511EE2 background.