COLOR #8251D2

HEX: #8251D2
RGB: (130,81,210)

Renk bilgisi

#8251D2 contains mainly blue color. #8251D2 ‘ nin web güvenlik rengi #9966CC (ya da #96C) dir.

RGB renk modeli

#8251D2 color RGB value is (130,81,210).

  • kırmız ton 130;
  • yeşil ton 81;
  • mavi ton 210.
RGB:
(130,81,210)
(51%,32%,82%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 81 of 255 = 32%
B 210 of 255 = 82%

130
81
210

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 81 + 210 = 421 (100%)
R 130 of 421 ~ 30.88%
G 81 of 421 ~ 19.24%
B 210 of 421 ~ 49.88%

%30.88
%19.24
%49.88

CMYK RENK MODELİ

#8251D2 rengi CMYK tonu (38,61,0,18).

  • camgöbeği tonu 38.10%
  • eflatun tonu 61.43%
  • sarı tonu 0.00%
  • ana renk tonu 17.65%
CMYK:
(38,61,0,18)
C38M61Y0K18 
(38%,61%,0%,18%)
(0.38/0.61/0.00/0.18)	

CMYK yüzdeleri

%38.1
%61.43
%0
%17.65

Codes

Color #8251D2 in popluar color models

8251D2
RGB13081210
HSL263°58.90%57.06%
HSB/HSV263°61.43%82.35%
CMYK38.10%61.43%0.00%
17.65%

Color #8251D2 in popluar number systems.

HEX8251D2
Decimal13081210
Binary10000010101000111010010
Octal202121322

Shades and tints

Shades of #8251D2

#8251D2
(130,81,210)
#774ABF
(119,74,191)
#6C43AC
(108,67,172)
#613C99
(97,60,153)
#563586
(86,53,134)
#4B2E73
(75,46,115)
#402760
(64,39,96)
#35204D
(53,32,77)
#2A193A
(42,25,58)
#1F1227
(31,18,39)
#140B14
(20,11,20)
#000000
(0,0,0)

Tints of #8251D2

#8251D2
(130,81,210)
#8D60D6
(141,96,214)
#986FDA
(152,111,218)
#A37EDE
(163,126,222)
#AE8DE2
(174,141,226)
#B99CE6
(185,156,230)
#C4ABEA
(196,171,234)
#CFBAEE
(207,186,238)
#DAC9F2
(218,201,242)
#E5D8F6
(229,216,246)
#F0E7FA
(240,231,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8251D2 color. Also use rgb(130,81,210) instead hex code.

Text Font Color

.myTextColor { color: #8251D2; }

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

This text font color is #8251D2.


Background Color

.myBgColor { background-color: #8251D2; }

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

This div background color is #8251D2.


Border color

.myBorderColor { border: 1px solid #8251D2; }

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

This div border color is #8251D2.


Opacity

.myOpacity80 { color: #8251D2; opacity: 0.8; }

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

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

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

This text has shadow with #8251D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8251D2 on black background.


Color preview on white background

This text has color #8251D2 on white background.



Black color preview on #8251D2 background

This text has black color on #8251D2 background.


White color preview on #8251D2 background

This text has white color on #8251D2 background.