COLOR #725FB2

HEX: #725FB2
RGB: (114,95,178)

Color info

#725FB2 contains mainly blue color. Web safe color of #725FB2 is #666699 (or #669).

RGB color model

#725FB2 color RGB value is (114,95,178).

  • red value is 114;
  • green value is 95;
  • blue value is 178.
RGB:
(114,95,178)
(45%,37%,70%)

RGB channels and saturation

R 114 of 255 = 45%
G 95 of 255 = 37%
B 178 of 255 = 70%

114
95
178

R + G + B ~ 51%. #725FB2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 95 + 178 = 387 (100%)
R 114 of 387 ~ 29.46%
G 95 of 387 ~ 24.55%
B 178 of 387 ~ 45.99%

%29.46
%24.55
%45.99

CMYK color model

#725FB2 color CMYK value is (36,47,0,30).

  • cyan value is 35.96%
  • magenta value is 46.63%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(36,47,0,30)
C36M47Y0K30 
(36%,47%,0%,30%)
(0.36/0.47/0.00/0.30)	

CMYK percentages

%35.96
%46.63
%0
%30.2

Codes

Color #725FB2 in popluar color models

725FB2
RGB11495178
HSL254°35.02%53.53%
HSB/HSV254°46.63%69.80%
CMYK35.96%46.63%0.00%
30.20%

Color #725FB2 in popluar number systems.

HEX725FB2
Decimal11495178
Binary1110010101111110110010
Octal162137262

Shades and tints

Shades of #725FB2

#725FB2
(114,95,178)
#6857A2
(104,87,162)
#5E4F92
(94,79,146)
#544782
(84,71,130)
#4A3F72
(74,63,114)
#403762
(64,55,98)
#362F52
(54,47,82)
#2C2742
(44,39,66)
#221F32
(34,31,50)
#181722
(24,23,34)
#0E0F12
(14,15,18)
#000000
(0,0,0)

Tints of #725FB2

#725FB2
(114,95,178)
#7E6DB9
(126,109,185)
#8A7BC0
(138,123,192)
#9689C7
(150,137,199)
#A297CE
(162,151,206)
#AEA5D5
(174,165,213)
#BAB3DC
(186,179,220)
#C6C1E3
(198,193,227)
#D2CFEA
(210,207,234)
#DEDDF1
(222,221,241)
#EAEBF8
(234,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #725FB2 color. Also use rgb(114,95,178) instead hex code.

Text Font Color

.myTextColor { color: #725FB2; }

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

This text font color is #725FB2.


Background Color

.myBgColor { background-color: #725FB2; }

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

This div background color is #725FB2.


Border color

.myBorderColor { border: 1px solid #725FB2; }

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

This div border color is #725FB2.


Opacity

.myOpacity80 { color: #725FB2; opacity: 0.8; }

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

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

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

This text has shadow with #725FB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725FB2 on black background.


Color preview on white background

This text has color #725FB2 on white background.



Black color preview on #725FB2 background

This text has black color on #725FB2 background.


White color preview on #725FB2 background

This text has white color on #725FB2 background.