COLOR #725885

HEX: #725885
RGB: (114,88,133)

Color info

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

RGB color model

#725885 color RGB value is (114,88,133).

  • red value is 114;
  • green value is 88;
  • blue value is 133.
RGB:
(114,88,133)
(45%,35%,52%)

RGB channels and saturation

R 114 of 255 = 45%
G 88 of 255 = 35%
B 133 of 255 = 52%

114
88
133

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

Portions of RGB colors in percentages

R + G + B =
114 + 88 + 133 = 335 (100%)
R 114 of 335 ~ 34.03%
G 88 of 335 ~ 26.27%
B 133 of 335 ~ 39.7%

%34.03
%26.27
%39.7

CMYK color model

#725885 color CMYK value is (14,34,0,48).

  • cyan value is 14.29%
  • magenta value is 33.83%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(14,34,0,48)
C14M34Y0K48 
(14%,34%,0%,48%)
(0.14/0.34/0.00/0.48)	

CMYK percentages

%14.29
%33.83
%0
%47.84

Codes

Color #725885 in popluar color models

725885
RGB11488133
HSL275°20.36%43.33%
HSB/HSV275°33.83%52.16%
CMYK14.29%33.83%0.00%
47.84%

Color #725885 in popluar number systems.

HEX725885
Decimal11488133
Binary1110010101100010000101
Octal162130205

Shades and tints

Shades of #725885

#725885
(114,88,133)
#685079
(104,80,121)
#5E486D
(94,72,109)
#544061
(84,64,97)
#4A3855
(74,56,85)
#403049
(64,48,73)
#36283D
(54,40,61)
#2C2031
(44,32,49)
#221825
(34,24,37)
#181019
(24,16,25)
#0E080D
(14,8,13)
#000000
(0,0,0)

Tints of #725885

#725885
(114,88,133)
#7E6790
(126,103,144)
#8A769B
(138,118,155)
#9685A6
(150,133,166)
#A294B1
(162,148,177)
#AEA3BC
(174,163,188)
#BAB2C7
(186,178,199)
#C6C1D2
(198,193,210)
#D2D0DD
(210,208,221)
#DEDFE8
(222,223,232)
#EAEEF3
(234,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #725885 color. Also use rgb(114,88,133) instead hex code.

Text Font Color

.myTextColor { color: #725885; }

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

This text font color is #725885.


Background Color

.myBgColor { background-color: #725885; }

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

This div background color is #725885.


Border color

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

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

This div border color is #725885.


Opacity

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

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

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

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

This text has shadow with #725885 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725885 on black background.


Color preview on white background

This text has color #725885 on white background.



Black color preview on #725885 background

This text has black color on #725885 background.


White color preview on #725885 background

This text has white color on #725885 background.