COLOR #7D5F98

HEX: #7D5F98
RGB: (125,95,152)

Renk bilgisi

#7D5F98 contains red, green and blue colors in about the same proportion. #7D5F98 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#7D5F98 color RGB value is (125,95,152).

  • kırmız ton 125;
  • yeşil ton 95;
  • mavi ton 152.
RGB:
(125,95,152)
(49%,37%,60%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 95 of 255 = 37%
B 152 of 255 = 60%

125
95
152

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 95 + 152 = 372 (100%)
R 125 of 372 ~ 33.6%
G 95 of 372 ~ 25.54%
B 152 of 372 ~ 40.86%

%33.6
%25.54
%40.86

CMYK RENK MODELİ

#7D5F98 rengi CMYK tonu (18,38,0,40).

  • camgöbeği tonu 17.76%
  • eflatun tonu 37.50%
  • sarı tonu 0.00%
  • ana renk tonu 40.39%
CMYK:
(18,38,0,40)
C18M38Y0K40 
(18%,38%,0%,40%)
(0.18/0.38/0.00/0.40)	

CMYK yüzdeleri

%17.76
%37.5
%0
%40.39

Codes

Color #7D5F98 in popluar color models

7D5F98
RGB12595152
HSL272°23.08%48.43%
HSB/HSV272°37.50%59.61%
CMYK17.76%37.50%0.00%
40.39%

Color #7D5F98 in popluar number systems.

HEX7D5F98
Decimal12595152
Binary1111101101111110011000
Octal175137230

Shades and tints

Shades of #7D5F98

#7D5F98
(125,95,152)
#72578B
(114,87,139)
#674F7E
(103,79,126)
#5C4771
(92,71,113)
#513F64
(81,63,100)
#463757
(70,55,87)
#3B2F4A
(59,47,74)
#30273D
(48,39,61)
#251F30
(37,31,48)
#1A1723
(26,23,35)
#0F0F16
(15,15,22)
#000000
(0,0,0)

Tints of #7D5F98

#7D5F98
(125,95,152)
#886DA1
(136,109,161)
#937BAA
(147,123,170)
#9E89B3
(158,137,179)
#A997BC
(169,151,188)
#B4A5C5
(180,165,197)
#BFB3CE
(191,179,206)
#CAC1D7
(202,193,215)
#D5CFE0
(213,207,224)
#E0DDE9
(224,221,233)
#EBEBF2
(235,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D5F98 color. Also use rgb(125,95,152) instead hex code.

Text Font Color

.myTextColor { color: #7D5F98; }

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

This text font color is #7D5F98.


Background Color

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

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

This div background color is #7D5F98.


Border color

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

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

This div border color is #7D5F98.


Opacity

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

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

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

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

This text has shadow with #7D5F98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D5F98 on black background.


Color preview on white background

This text has color #7D5F98 on white background.



Black color preview on #7D5F98 background

This text has black color on #7D5F98 background.


White color preview on #7D5F98 background

This text has white color on #7D5F98 background.