COLOR #801464

HEX: #801464
RGB: (128,20,100)

Renk bilgisi

#801464 contains mainly red and blue colors. #801464 ‘ nin web güvenlik rengi #660066 (ya da #606) dir.

RGB renk modeli

#801464 color RGB value is (128,20,100).

  • kırmız ton 128;
  • yeşil ton 20;
  • mavi ton 100.
RGB:
(128,20,100)
(50%,8%,39%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 20 of 255 = 8%
B 100 of 255 = 39%

128
20
100

R + G + B ~ 32%. #801464 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 20 + 100 = 248 (100%)
R 128 of 248 ~ 51.61%
G 20 of 248 ~ 8.06%
B 100 of 248 ~ 40.32%

%51.61
%40.32

CMYK RENK MODELİ

#801464 rengi CMYK tonu (0,84,22,50).

  • camgöbeği tonu 0.00%
  • eflatun tonu 84.38%
  • sarı tonu 21.88%
  • ana renk tonu 49.80%
CMYK:
(0,84,22,50)
C0M84Y22K50 
(0%,84%,22%,50%)
(0.00/0.84/0.22/0.50)	

CMYK yüzdeleri

%0
%84.38
%21.88
%49.8

Codes

Color #801464 in popluar color models

801464
RGB12820100
HSL316°72.97%29.02%
HSB/HSV316°84.38%50.20%
CMYK0.00%84.38%21.88%
49.80%

Color #801464 in popluar number systems.

HEX801464
Decimal12820100
Binary10000000101001100100
Octal20024144

Shades and tints

Shades of #801464

#801464
(128,20,100)
#75135B
(117,19,91)
#6A1252
(106,18,82)
#5F1149
(95,17,73)
#541040
(84,16,64)
#490F37
(73,15,55)
#3E0E2E
(62,14,46)
#330D25
(51,13,37)
#280C1C
(40,12,28)
#1D0B13
(29,11,19)
#120A0A
(18,10,10)
#000000
(0,0,0)

Tints of #801464

#801464
(128,20,100)
#8B2972
(139,41,114)
#963E80
(150,62,128)
#A1538E
(161,83,142)
#AC689C
(172,104,156)
#B77DAA
(183,125,170)
#C292B8
(194,146,184)
#CDA7C6
(205,167,198)
#D8BCD4
(216,188,212)
#E3D1E2
(227,209,226)
#EEE6F0
(238,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #801464 color. Also use rgb(128,20,100) instead hex code.

Text Font Color

.myTextColor { color: #801464; }

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

This text font color is #801464.


Background Color

.myBgColor { background-color: #801464; }

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

This div background color is #801464.


Border color

.myBorderColor { border: 1px solid #801464; }

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

This div border color is #801464.


Opacity

.myOpacity80 { color: #801464; opacity: 0.8; }

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

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

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

This text has shadow with #801464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #801464 on black background.


Color preview on white background

This text has color #801464 on white background.



Black color preview on #801464 background

This text has black color on #801464 background.


White color preview on #801464 background

This text has white color on #801464 background.