COLOR #7D5890

HEX: #7D5890
RGB: (125,88,144)

Color info

#7D5890 contains red, green and blue colors in about the same proportion. Web safe color of #7D5890 is #666699 (or #669).

RGB color model

#7D5890 color RGB value is (125,88,144).

  • red value is 125;
  • green value is 88;
  • blue value is 144.
RGB:
(125,88,144)
(49%,35%,56%)

RGB channels and saturation

R 125 of 255 = 49%
G 88 of 255 = 35%
B 144 of 255 = 56%

125
88
144

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

Portions of RGB colors in percentages

R + G + B =
125 + 88 + 144 = 357 (100%)
R 125 of 357 ~ 35.01%
G 88 of 357 ~ 24.65%
B 144 of 357 ~ 40.34%

%35.01
%24.65
%40.34

CMYK color model

#7D5890 color CMYK value is (13,39,0,44).

  • cyan value is 13.19%
  • magenta value is 38.89%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(13,39,0,44)
C13M39Y0K44 
(13%,39%,0%,44%)
(0.13/0.39/0.00/0.44)	

CMYK percentages

%13.19
%38.89
%0
%43.53

Codes

Color #7D5890 in popluar color models

7D5890
RGB12588144
HSL280°24.14%45.49%
HSB/HSV280°38.89%56.47%
CMYK13.19%38.89%0.00%
43.53%

Color #7D5890 in popluar number systems.

HEX7D5890
Decimal12588144
Binary1111101101100010010000
Octal175130220

Shades and tints

Shades of #7D5890

#7D5890
(125,88,144)
#725083
(114,80,131)
#674876
(103,72,118)
#5C4069
(92,64,105)
#51385C
(81,56,92)
#46304F
(70,48,79)
#3B2842
(59,40,66)
#302035
(48,32,53)
#251828
(37,24,40)
#1A101B
(26,16,27)
#0F080E
(15,8,14)
#000000
(0,0,0)

Tints of #7D5890

#7D5890
(125,88,144)
#88679A
(136,103,154)
#9376A4
(147,118,164)
#9E85AE
(158,133,174)
#A994B8
(169,148,184)
#B4A3C2
(180,163,194)
#BFB2CC
(191,178,204)
#CAC1D6
(202,193,214)
#D5D0E0
(213,208,224)
#E0DFEA
(224,223,234)
#EBEEF4
(235,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D5890; }

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

This text font color is #7D5890.


Background Color

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

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

This div background color is #7D5890.


Border color

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

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

This div border color is #7D5890.


Opacity

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

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

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

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

This text has shadow with #7D5890 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D5890 on black background.


Color preview on white background

This text has color #7D5890 on white background.



Black color preview on #7D5890 background

This text has black color on #7D5890 background.


White color preview on #7D5890 background

This text has white color on #7D5890 background.