COLOR #7D5A92

HEX: #7D5A92
RGB: (125,90,146)

Color info

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

RGB color model

#7D5A92 color RGB value is (125,90,146).

  • red value is 125;
  • green value is 90;
  • blue value is 146.
RGB:
(125,90,146)
(49%,35%,57%)

RGB channels and saturation

R 125 of 255 = 49%
G 90 of 255 = 35%
B 146 of 255 = 57%

125
90
146

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

Portions of RGB colors in percentages

R + G + B =
125 + 90 + 146 = 361 (100%)
R 125 of 361 ~ 34.63%
G 90 of 361 ~ 24.93%
B 146 of 361 ~ 40.44%

%34.63
%24.93
%40.44

CMYK color model

#7D5A92 color CMYK value is (14,38,0,43).

  • cyan value is 14.38%
  • magenta value is 38.36%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(14,38,0,43)
C14M38Y0K43 
(14%,38%,0%,43%)
(0.14/0.38/0.00/0.43)	

CMYK percentages

%14.38
%38.36
%0
%42.75

Codes

Color #7D5A92 in popluar color models

7D5A92
RGB12590146
HSL278°23.73%46.27%
HSB/HSV278°38.36%57.25%
CMYK14.38%38.36%0.00%
42.75%

Color #7D5A92 in popluar number systems.

HEX7D5A92
Decimal12590146
Binary1111101101101010010010
Octal175132222

Shades and tints

Shades of #7D5A92

#7D5A92
(125,90,146)
#725285
(114,82,133)
#674A78
(103,74,120)
#5C426B
(92,66,107)
#513A5E
(81,58,94)
#463251
(70,50,81)
#3B2A44
(59,42,68)
#302237
(48,34,55)
#251A2A
(37,26,42)
#1A121D
(26,18,29)
#0F0A10
(15,10,16)
#000000
(0,0,0)

Tints of #7D5A92

#7D5A92
(125,90,146)
#88699B
(136,105,155)
#9378A4
(147,120,164)
#9E87AD
(158,135,173)
#A996B6
(169,150,182)
#B4A5BF
(180,165,191)
#BFB4C8
(191,180,200)
#CAC3D1
(202,195,209)
#D5D2DA
(213,210,218)
#E0E1E3
(224,225,227)
#EBF0EC
(235,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D5A92 color. Also use rgb(125,90,146) instead hex code.

Text Font Color

.myTextColor { color: #7D5A92; }

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

This text font color is #7D5A92.


Background Color

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

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

This div background color is #7D5A92.


Border color

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

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

This div border color is #7D5A92.


Opacity

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

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

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

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

This text has shadow with #7D5A92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D5A92 on black background.


Color preview on white background

This text has color #7D5A92 on white background.



Black color preview on #7D5A92 background

This text has black color on #7D5A92 background.


White color preview on #7D5A92 background

This text has white color on #7D5A92 background.