COLOR #725980

HEX: #725980
RGB: (114,89,128)

Color info

#725980 contains red, green and blue colors in about the same proportion. Web safe color of #725980 is #666666 (or #666).

RGB color model

#725980 color RGB value is (114,89,128).

  • red value is 114;
  • green value is 89;
  • blue value is 128.
RGB:
(114,89,128)
(45%,35%,50%)

RGB channels and saturation

R 114 of 255 = 45%
G 89 of 255 = 35%
B 128 of 255 = 50%

114
89
128

R + G + B ~ 43%. #725980 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 89 + 128 = 331 (100%)
R 114 of 331 ~ 34.44%
G 89 of 331 ~ 26.89%
B 128 of 331 ~ 38.67%

%34.44
%26.89
%38.67

CMYK color model

#725980 color CMYK value is (11,30,0,50).

  • cyan value is 10.94%
  • magenta value is 30.47%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(11,30,0,50)
C11M30Y0K50 
(11%,30%,0%,50%)
(0.11/0.30/0.00/0.50)	

CMYK percentages

%10.94
%30.47
%0
%49.8

Codes

Color #725980 in popluar color models

725980
RGB11489128
HSL278°17.97%42.55%
HSB/HSV278°30.47%50.20%
CMYK10.94%30.47%0.00%
49.80%

Color #725980 in popluar number systems.

HEX725980
Decimal11489128
Binary1110010101100110000000
Octal162131200

Shades and tints

Shades of #725980

#725980
(114,89,128)
#685175
(104,81,117)
#5E496A
(94,73,106)
#54415F
(84,65,95)
#4A3954
(74,57,84)
#403149
(64,49,73)
#36293E
(54,41,62)
#2C2133
(44,33,51)
#221928
(34,25,40)
#18111D
(24,17,29)
#0E0912
(14,9,18)
#000000
(0,0,0)

Tints of #725980

#725980
(114,89,128)
#7E688B
(126,104,139)
#8A7796
(138,119,150)
#9686A1
(150,134,161)
#A295AC
(162,149,172)
#AEA4B7
(174,164,183)
#BAB3C2
(186,179,194)
#C6C2CD
(198,194,205)
#D2D1D8
(210,209,216)
#DEE0E3
(222,224,227)
#EAEFEE
(234,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #725980 color. Also use rgb(114,89,128) instead hex code.

Text Font Color

.myTextColor { color: #725980; }

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

This text font color is #725980.


Background Color

.myBgColor { background-color: #725980; }

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

This div background color is #725980.


Border color

.myBorderColor { border: 1px solid #725980; }

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

This div border color is #725980.


Opacity

.myOpacity80 { color: #725980; opacity: 0.8; }

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

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

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

This text has shadow with #725980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725980 on black background.


Color preview on white background

This text has color #725980 on white background.



Black color preview on #725980 background

This text has black color on #725980 background.


White color preview on #725980 background

This text has white color on #725980 background.