COLOR #7D5284

HEX: #7D5284
RGB: (125,82,132)

Color info

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

RGB color model

#7D5284 color RGB value is (125,82,132).

  • red value is 125;
  • green value is 82;
  • blue value is 132.
RGB:
(125,82,132)
(49%,32%,52%)

RGB channels and saturation

R 125 of 255 = 49%
G 82 of 255 = 32%
B 132 of 255 = 52%

125
82
132

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

Portions of RGB colors in percentages

R + G + B =
125 + 82 + 132 = 339 (100%)
R 125 of 339 ~ 36.87%
G 82 of 339 ~ 24.19%
B 132 of 339 ~ 38.94%

%36.87
%24.19
%38.94

CMYK color model

#7D5284 color CMYK value is (5,38,0,48).

  • cyan value is 5.30%
  • magenta value is 37.88%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(5,38,0,48)
C5M38Y0K48 
(5%,38%,0%,48%)
(0.05/0.38/0.00/0.48)	

CMYK percentages

%5.3
%37.88
%0
%48.24

Codes

Color #7D5284 in popluar color models

7D5284
RGB12582132
HSL292°23.36%41.96%
HSB/HSV292°37.88%51.76%
CMYK5.30%37.88%0.00%
48.24%

Color #7D5284 in popluar number systems.

HEX7D5284
Decimal12582132
Binary1111101101001010000100
Octal175122204

Shades and tints

Shades of #7D5284

#7D5284
(125,82,132)
#724B78
(114,75,120)
#67446C
(103,68,108)
#5C3D60
(92,61,96)
#513654
(81,54,84)
#462F48
(70,47,72)
#3B283C
(59,40,60)
#302130
(48,33,48)
#251A24
(37,26,36)
#1A1318
(26,19,24)
#0F0C0C
(15,12,12)
#000000
(0,0,0)

Tints of #7D5284

#7D5284
(125,82,132)
#88618F
(136,97,143)
#93709A
(147,112,154)
#9E7FA5
(158,127,165)
#A98EB0
(169,142,176)
#B49DBB
(180,157,187)
#BFACC6
(191,172,198)
#CABBD1
(202,187,209)
#D5CADC
(213,202,220)
#E0D9E7
(224,217,231)
#EBE8F2
(235,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D5284 color. Also use rgb(125,82,132) instead hex code.

Text Font Color

.myTextColor { color: #7D5284; }

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

This text font color is #7D5284.


Background Color

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

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

This div background color is #7D5284.


Border color

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

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

This div border color is #7D5284.


Opacity

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

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

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

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

This text has shadow with #7D5284 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D5284 on black background.


Color preview on white background

This text has color #7D5284 on white background.



Black color preview on #7D5284 background

This text has black color on #7D5284 background.


White color preview on #7D5284 background

This text has white color on #7D5284 background.