COLOR #7D5C88

HEX: #7D5C88
RGB: (125,92,136)

Renk bilgisi

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

RGB renk modeli

#7D5C88 color RGB value is (125,92,136).

  • kırmız ton 125;
  • yeşil ton 92;
  • mavi ton 136.
RGB:
(125,92,136)
(49%,36%,53%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 92 of 255 = 36%
B 136 of 255 = 53%

125
92
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 92 + 136 = 353 (100%)
R 125 of 353 ~ 35.41%
G 92 of 353 ~ 26.06%
B 136 of 353 ~ 38.53%

%35.41
%26.06
%38.53

CMYK RENK MODELİ

#7D5C88 rengi CMYK tonu (8,32,0,47).

  • camgöbeği tonu 8.09%
  • eflatun tonu 32.35%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(8,32,0,47)
C8M32Y0K47 
(8%,32%,0%,47%)
(0.08/0.32/0.00/0.47)	

CMYK yüzdeleri

%8.09
%32.35
%0
%46.67

Codes

Color #7D5C88 in popluar color models

7D5C88
RGB12592136
HSL285°19.30%44.71%
HSB/HSV285°32.35%53.33%
CMYK8.09%32.35%0.00%
46.67%

Color #7D5C88 in popluar number systems.

HEX7D5C88
Decimal12592136
Binary1111101101110010001000
Octal175134210

Shades and tints

Shades of #7D5C88

#7D5C88
(125,92,136)
#72547C
(114,84,124)
#674C70
(103,76,112)
#5C4464
(92,68,100)
#513C58
(81,60,88)
#46344C
(70,52,76)
#3B2C40
(59,44,64)
#302434
(48,36,52)
#251C28
(37,28,40)
#1A141C
(26,20,28)
#0F0C10
(15,12,16)
#000000
(0,0,0)

Tints of #7D5C88

#7D5C88
(125,92,136)
#886A92
(136,106,146)
#93789C
(147,120,156)
#9E86A6
(158,134,166)
#A994B0
(169,148,176)
#B4A2BA
(180,162,186)
#BFB0C4
(191,176,196)
#CABECE
(202,190,206)
#D5CCD8
(213,204,216)
#E0DAE2
(224,218,226)
#EBE8EC
(235,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D5C88 color. Also use rgb(125,92,136) instead hex code.

Text Font Color

.myTextColor { color: #7D5C88; }

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

This text font color is #7D5C88.


Background Color

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

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

This div background color is #7D5C88.


Border color

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

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

This div border color is #7D5C88.


Opacity

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

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

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

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

This text has shadow with #7D5C88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D5C88 on black background.


Color preview on white background

This text has color #7D5C88 on white background.



Black color preview on #7D5C88 background

This text has black color on #7D5C88 background.


White color preview on #7D5C88 background

This text has white color on #7D5C88 background.