COLOR #7D20E5

HEX: #7D20E5
RGB: (125,32,229)

Renk bilgisi

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

RGB renk modeli

#7D20E5 color RGB value is (125,32,229).

  • kırmız ton 125;
  • yeşil ton 32;
  • mavi ton 229.
RGB:
(125,32,229)
(49%,13%,90%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 32 of 255 = 13%
B 229 of 255 = 90%

125
32
229

R + G + B ~ 51%. #7D20E5 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 32 + 229 = 386 (100%)
R 125 of 386 ~ 32.38%
G 32 of 386 ~ 8.29%
B 229 of 386 ~ 59.33%

%32.38
%59.33

CMYK RENK MODELİ

#7D20E5 rengi CMYK tonu (45,86,0,10).

  • camgöbeği tonu 45.41%
  • eflatun tonu 86.03%
  • sarı tonu 0.00%
  • ana renk tonu 10.20%
CMYK:
(45,86,0,10)
C45M86Y0K10 
(45%,86%,0%,10%)
(0.45/0.86/0.00/0.10)	

CMYK yüzdeleri

%45.41
%86.03
%0
%10.2

Codes

Color #7D20E5 in popluar color models

7D20E5
RGB12532229
HSL268°79.12%51.18%
HSB/HSV268°86.03%89.80%
CMYK45.41%86.03%0.00%
10.20%

Color #7D20E5 in popluar number systems.

HEX7D20E5
Decimal12532229
Binary111110110000011100101
Octal17540345

Shades and tints

Shades of #7D20E5

#7D20E5
(125,32,229)
#721ED1
(114,30,209)
#671CBD
(103,28,189)
#5C1AA9
(92,26,169)
#511895
(81,24,149)
#461681
(70,22,129)
#3B146D
(59,20,109)
#301259
(48,18,89)
#251045
(37,16,69)
#1A0E31
(26,14,49)
#0F0C1D
(15,12,29)
#000000
(0,0,0)

Tints of #7D20E5

#7D20E5
(125,32,229)
#8834E7
(136,52,231)
#9348E9
(147,72,233)
#9E5CEB
(158,92,235)
#A970ED
(169,112,237)
#B484EF
(180,132,239)
#BF98F1
(191,152,241)
#CAACF3
(202,172,243)
#D5C0F5
(213,192,245)
#E0D4F7
(224,212,247)
#EBE8F9
(235,232,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D20E5 color. Also use rgb(125,32,229) instead hex code.

Text Font Color

.myTextColor { color: #7D20E5; }

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

This text font color is #7D20E5.


Background Color

.myBgColor { background-color: #7D20E5; }

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

This div background color is #7D20E5.


Border color

.myBorderColor { border: 1px solid #7D20E5; }

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

This div border color is #7D20E5.


Opacity

.myOpacity80 { color: #7D20E5; opacity: 0.8; }

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

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

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

This text has shadow with #7D20E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D20E5 on black background.


Color preview on white background

This text has color #7D20E5 on white background.



Black color preview on #7D20E5 background

This text has black color on #7D20E5 background.


White color preview on #7D20E5 background

This text has white color on #7D20E5 background.