COLOR #7D5887

HEX: #7D5887
RGB: (125,88,135)

Renk bilgisi

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

RGB renk modeli

#7D5887 color RGB value is (125,88,135).

  • kırmız ton 125;
  • yeşil ton 88;
  • mavi ton 135.
RGB:
(125,88,135)
(49%,35%,53%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 88 of 255 = 35%
B 135 of 255 = 53%

125
88
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 88 + 135 = 348 (100%)
R 125 of 348 ~ 35.92%
G 88 of 348 ~ 25.29%
B 135 of 348 ~ 38.79%

%35.92
%25.29
%38.79

CMYK RENK MODELİ

#7D5887 rengi CMYK tonu (7,35,0,47).

  • camgöbeği tonu 7.41%
  • eflatun tonu 34.81%
  • sarı tonu 0.00%
  • ana renk tonu 47.06%
CMYK:
(7,35,0,47)
C7M35Y0K47 
(7%,35%,0%,47%)
(0.07/0.35/0.00/0.47)	

CMYK yüzdeleri

%7.41
%34.81
%0
%47.06

Codes

Color #7D5887 in popluar color models

7D5887
RGB12588135
HSL287°21.08%43.73%
HSB/HSV287°34.81%52.94%
CMYK7.41%34.81%0.00%
47.06%

Color #7D5887 in popluar number systems.

HEX7D5887
Decimal12588135
Binary1111101101100010000111
Octal175130207

Shades and tints

Shades of #7D5887

#7D5887
(125,88,135)
#72507B
(114,80,123)
#67486F
(103,72,111)
#5C4063
(92,64,99)
#513857
(81,56,87)
#46304B
(70,48,75)
#3B283F
(59,40,63)
#302033
(48,32,51)
#251827
(37,24,39)
#1A101B
(26,16,27)
#0F080F
(15,8,15)
#000000
(0,0,0)

Tints of #7D5887

#7D5887
(125,88,135)
#886791
(136,103,145)
#93769B
(147,118,155)
#9E85A5
(158,133,165)
#A994AF
(169,148,175)
#B4A3B9
(180,163,185)
#BFB2C3
(191,178,195)
#CAC1CD
(202,193,205)
#D5D0D7
(213,208,215)
#E0DFE1
(224,223,225)
#EBEEEB
(235,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D5887 color. Also use rgb(125,88,135) instead hex code.

Text Font Color

.myTextColor { color: #7D5887; }

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

This text font color is #7D5887.


Background Color

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

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

This div background color is #7D5887.


Border color

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

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

This div border color is #7D5887.


Opacity

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

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

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

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

This text has shadow with #7D5887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D5887 on black background.


Color preview on white background

This text has color #7D5887 on white background.



Black color preview on #7D5887 background

This text has black color on #7D5887 background.


White color preview on #7D5887 background

This text has white color on #7D5887 background.