COLOR #7D5CAB

HEX: #7D5CAB
RGB: (125,92,171)

Color info

#7D5CAB contains mainly red and blue colors. Web safe color of #7D5CAB is #666699 (or #669).

RGB color model

#7D5CAB color RGB value is (125,92,171).

  • red value is 125;
  • green value is 92;
  • blue value is 171.
RGB:
(125,92,171)
(49%,36%,67%)

RGB channels and saturation

R 125 of 255 = 49%
G 92 of 255 = 36%
B 171 of 255 = 67%

125
92
171

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

Portions of RGB colors in percentages

R + G + B =
125 + 92 + 171 = 388 (100%)
R 125 of 388 ~ 32.22%
G 92 of 388 ~ 23.71%
B 171 of 388 ~ 44.07%

%32.22
%23.71
%44.07

CMYK color model

#7D5CAB color CMYK value is (27,46,0,33).

  • cyan value is 26.90%
  • magenta value is 46.20%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(27,46,0,33)
C27M46Y0K33 
(27%,46%,0%,33%)
(0.27/0.46/0.00/0.33)	

CMYK percentages

%26.9
%46.2
%0
%32.94

Codes

Color #7D5CAB in popluar color models

7D5CAB
RGB12592171
HSL265°31.98%51.57%
HSB/HSV265°46.20%67.06%
CMYK26.90%46.20%0.00%
32.94%

Color #7D5CAB in popluar number systems.

HEX7D5CAB
Decimal12592171
Binary1111101101110010101011
Octal175134253

Shades and tints

Shades of #7D5CAB

#7D5CAB
(125,92,171)
#72549C
(114,84,156)
#674C8D
(103,76,141)
#5C447E
(92,68,126)
#513C6F
(81,60,111)
#463460
(70,52,96)
#3B2C51
(59,44,81)
#302442
(48,36,66)
#251C33
(37,28,51)
#1A1424
(26,20,36)
#0F0C15
(15,12,21)
#000000
(0,0,0)

Tints of #7D5CAB

#7D5CAB
(125,92,171)
#886AB2
(136,106,178)
#9378B9
(147,120,185)
#9E86C0
(158,134,192)
#A994C7
(169,148,199)
#B4A2CE
(180,162,206)
#BFB0D5
(191,176,213)
#CABEDC
(202,190,220)
#D5CCE3
(213,204,227)
#E0DAEA
(224,218,234)
#EBE8F1
(235,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D5CAB color. Also use rgb(125,92,171) instead hex code.

Text Font Color

.myTextColor { color: #7D5CAB; }

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

This text font color is #7D5CAB.


Background Color

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

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

This div background color is #7D5CAB.


Border color

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

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

This div border color is #7D5CAB.


Opacity

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

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

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

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

This text has shadow with #7D5CAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D5CAB on black background.


Color preview on white background

This text has color #7D5CAB on white background.



Black color preview on #7D5CAB background

This text has black color on #7D5CAB background.


White color preview on #7D5CAB background

This text has white color on #7D5CAB background.