COLOR #512DAE

HEX: #512DAE
RGB: (81,45,174)

Renk bilgisi

#512DAE contains mainly blue color. #512DAE ‘ nin web güvenlik rengi #663399 (ya da #639) dir.

RGB renk modeli

#512DAE color RGB value is (81,45,174).

  • kırmız ton 81;
  • yeşil ton 45;
  • mavi ton 174.
RGB:
(81,45,174)
(32%,18%,68%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 45 of 255 = 18%
B 174 of 255 = 68%

81
45
174

R + G + B ~ 39%. #512DAE is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 45 + 174 = 300 (100%)
R 81 of 300 ~ 27%
G 45 of 300 ~ 15%
B 174 of 300 ~ 58%

%27
%15
%58

CMYK RENK MODELİ

#512DAE rengi CMYK tonu (53,74,0,32).

  • camgöbeği tonu 53.45%
  • eflatun tonu 74.14%
  • sarı tonu 0.00%
  • ana renk tonu 31.76%
CMYK:
(53,74,0,32)
C53M74Y0K32 
(53%,74%,0%,32%)
(0.53/0.74/0.00/0.32)	

CMYK yüzdeleri

%53.45
%74.14
%0
%31.76

Codes

Color #512DAE in popluar color models

512DAE
RGB8145174
HSL257°58.90%42.94%
HSB/HSV257°74.14%68.24%
CMYK53.45%74.14%0.00%
31.76%

Color #512DAE in popluar number systems.

HEX512DAE
Decimal8145174
Binary101000110110110101110
Octal12155256

Shades and tints

Shades of #512DAE

#512DAE
(81,45,174)
#4A299F
(74,41,159)
#432590
(67,37,144)
#3C2181
(60,33,129)
#351D72
(53,29,114)
#2E1963
(46,25,99)
#271554
(39,21,84)
#201145
(32,17,69)
#190D36
(25,13,54)
#120927
(18,9,39)
#0B0518
(11,5,24)
#000000
(0,0,0)

Tints of #512DAE

#512DAE
(81,45,174)
#6040B5
(96,64,181)
#6F53BC
(111,83,188)
#7E66C3
(126,102,195)
#8D79CA
(141,121,202)
#9C8CD1
(156,140,209)
#AB9FD8
(171,159,216)
#BAB2DF
(186,178,223)
#C9C5E6
(201,197,230)
#D8D8ED
(216,216,237)
#E7EBF4
(231,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #512DAE color. Also use rgb(81,45,174) instead hex code.

Text Font Color

.myTextColor { color: #512DAE; }

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

This text font color is #512DAE.


Background Color

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

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

This div background color is #512DAE.


Border color

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

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

This div border color is #512DAE.


Opacity

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

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

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

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

This text has shadow with #512DAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #512DAE on black background.


Color preview on white background

This text has color #512DAE on white background.



Black color preview on #512DAE background

This text has black color on #512DAE background.


White color preview on #512DAE background

This text has white color on #512DAE background.