COLOR #8050D4

HEX: #8050D4
RGB: (128,80,212)

Renk bilgisi

#8050D4 contains mainly blue color. #8050D4 ‘ nin web güvenlik rengi #6666CC (ya da #66C) dir.

RGB renk modeli

#8050D4 color RGB value is (128,80,212).

  • kırmız ton 128;
  • yeşil ton 80;
  • mavi ton 212.
RGB:
(128,80,212)
(50%,31%,83%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 80 of 255 = 31%
B 212 of 255 = 83%

128
80
212

R + G + B ~ 55%. #8050D4 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 80 + 212 = 420 (100%)
R 128 of 420 ~ 30.48%
G 80 of 420 ~ 19.05%
B 212 of 420 ~ 50.48%

%30.48
%19.05
%50.48

CMYK RENK MODELİ

#8050D4 rengi CMYK tonu (40,62,0,17).

  • camgöbeği tonu 39.62%
  • eflatun tonu 62.26%
  • sarı tonu 0.00%
  • ana renk tonu 16.86%
CMYK:
(40,62,0,17)
C40M62Y0K17 
(40%,62%,0%,17%)
(0.40/0.62/0.00/0.17)	

CMYK yüzdeleri

%39.62
%62.26
%0
%16.86

Codes

Color #8050D4 in popluar color models

8050D4
RGB12880212
HSL262°60.55%57.25%
HSB/HSV262°62.26%83.14%
CMYK39.62%62.26%0.00%
16.86%

Color #8050D4 in popluar number systems.

HEX8050D4
Decimal12880212
Binary10000000101000011010100
Octal200120324

Shades and tints

Shades of #8050D4

#8050D4
(128,80,212)
#7549C1
(117,73,193)
#6A42AE
(106,66,174)
#5F3B9B
(95,59,155)
#543488
(84,52,136)
#492D75
(73,45,117)
#3E2662
(62,38,98)
#331F4F
(51,31,79)
#28183C
(40,24,60)
#1D1129
(29,17,41)
#120A16
(18,10,22)
#000000
(0,0,0)

Tints of #8050D4

#8050D4
(128,80,212)
#8B5FD7
(139,95,215)
#966EDA
(150,110,218)
#A17DDD
(161,125,221)
#AC8CE0
(172,140,224)
#B79BE3
(183,155,227)
#C2AAE6
(194,170,230)
#CDB9E9
(205,185,233)
#D8C8EC
(216,200,236)
#E3D7EF
(227,215,239)
#EEE6F2
(238,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8050D4 color. Also use rgb(128,80,212) instead hex code.

Text Font Color

.myTextColor { color: #8050D4; }

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

This text font color is #8050D4.


Background Color

.myBgColor { background-color: #8050D4; }

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

This div background color is #8050D4.


Border color

.myBorderColor { border: 1px solid #8050D4; }

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

This div border color is #8050D4.


Opacity

.myOpacity80 { color: #8050D4; opacity: 0.8; }

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

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

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

This text has shadow with #8050D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8050D4 on black background.


Color preview on white background

This text has color #8050D4 on white background.



Black color preview on #8050D4 background

This text has black color on #8050D4 background.


White color preview on #8050D4 background

This text has white color on #8050D4 background.