COLOR #512EB6

HEX: #512EB6
RGB: (81,46,182)

Renk bilgisi

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

RGB renk modeli

#512EB6 color RGB value is (81,46,182).

  • kırmız ton 81;
  • yeşil ton 46;
  • mavi ton 182.
RGB:
(81,46,182)
(32%,18%,71%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 46 of 255 = 18%
B 182 of 255 = 71%

81
46
182

R + G + B ~ 40%. #512EB6 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 46 + 182 = 309 (100%)
R 81 of 309 ~ 26.21%
G 46 of 309 ~ 14.89%
B 182 of 309 ~ 58.9%

%26.21
%14.89
%58.9

CMYK RENK MODELİ

#512EB6 rengi CMYK tonu (55,75,0,29).

  • camgöbeği tonu 55.49%
  • eflatun tonu 74.73%
  • sarı tonu 0.00%
  • ana renk tonu 28.63%
CMYK:
(55,75,0,29)
C55M75Y0K29 
(55%,75%,0%,29%)
(0.55/0.75/0.00/0.29)	

CMYK yüzdeleri

%55.49
%74.73
%0
%28.63

Codes

Color #512EB6 in popluar color models

512EB6
RGB8146182
HSL255°59.65%44.71%
HSB/HSV255°74.73%71.37%
CMYK55.49%74.73%0.00%
28.63%

Color #512EB6 in popluar number systems.

HEX512EB6
Decimal8146182
Binary101000110111010110110
Octal12156266

Shades and tints

Shades of #512EB6

#512EB6
(81,46,182)
#4A2AA6
(74,42,166)
#432696
(67,38,150)
#3C2286
(60,34,134)
#351E76
(53,30,118)
#2E1A66
(46,26,102)
#271656
(39,22,86)
#201246
(32,18,70)
#190E36
(25,14,54)
#120A26
(18,10,38)
#0B0616
(11,6,22)
#000000
(0,0,0)

Tints of #512EB6

#512EB6
(81,46,182)
#6041BC
(96,65,188)
#6F54C2
(111,84,194)
#7E67C8
(126,103,200)
#8D7ACE
(141,122,206)
#9C8DD4
(156,141,212)
#ABA0DA
(171,160,218)
#BAB3E0
(186,179,224)
#C9C6E6
(201,198,230)
#D8D9EC
(216,217,236)
#E7ECF2
(231,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #512EB6 color. Also use rgb(81,46,182) instead hex code.

Text Font Color

.myTextColor { color: #512EB6; }

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

This text font color is #512EB6.


Background Color

.myBgColor { background-color: #512EB6; }

<div style="background-color:#512EB6">Inner text</div>

This div background color is #512EB6.


Border color

.myBorderColor { border: 1px solid #512EB6; }

<div style="border:3px solid #512EB6">Div</div>

This div border color is #512EB6.


Opacity

.myOpacity80 { color: #512EB6; opacity: 0.8; }

<p style="color:#512EB6;opacity:0.8;">80%</p>

Text with #512EB6 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 #512EB6;}

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

This text has shadow with #512EB6 color.

.textShadow {text-shadow: 3px 3px 1px #512EB6, 3px 3px 1px red;}

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

This text has shadow with #512EB6 primary color and red secondary color.


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

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

This text has shadow with #512EB6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #512EB6 on black background.


Color preview on white background

This text has color #512EB6 on white background.



Black color preview on #512EB6 background

This text has black color on #512EB6 background.


White color preview on #512EB6 background

This text has white color on #512EB6 background.