COLOR #7D54D5

HEX: #7D54D5
RGB: (125,84,213)

Color info

#7D54D5 contains mainly blue color. Web safe color of #7D54D5 is #6666CC (or #66C).

RGB color model

#7D54D5 color RGB value is (125,84,213).

  • red value is 125;
  • green value is 84;
  • blue value is 213.
RGB:
(125,84,213)
(49%,33%,84%)

RGB channels and saturation

R 125 of 255 = 49%
G 84 of 255 = 33%
B 213 of 255 = 84%

125
84
213

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

Portions of RGB colors in percentages

R + G + B =
125 + 84 + 213 = 422 (100%)
R 125 of 422 ~ 29.62%
G 84 of 422 ~ 19.91%
B 213 of 422 ~ 50.47%

%29.62
%19.91
%50.47

CMYK color model

#7D54D5 color CMYK value is (41,61,0,16).

  • cyan value is 41.31%
  • magenta value is 60.56%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(41,61,0,16)
C41M61Y0K16 
(41%,61%,0%,16%)
(0.41/0.61/0.00/0.16)	

CMYK percentages

%41.31
%60.56
%0
%16.47

Codes

Color #7D54D5 in popluar color models

7D54D5
RGB12584213
HSL259°60.56%58.24%
HSB/HSV259°60.56%83.53%
CMYK41.31%60.56%0.00%
16.47%

Color #7D54D5 in popluar number systems.

HEX7D54D5
Decimal12584213
Binary1111101101010011010101
Octal175124325

Shades and tints

Shades of #7D54D5

#7D54D5
(125,84,213)
#724DC2
(114,77,194)
#6746AF
(103,70,175)
#5C3F9C
(92,63,156)
#513889
(81,56,137)
#463176
(70,49,118)
#3B2A63
(59,42,99)
#302350
(48,35,80)
#251C3D
(37,28,61)
#1A152A
(26,21,42)
#0F0E17
(15,14,23)
#000000
(0,0,0)

Tints of #7D54D5

#7D54D5
(125,84,213)
#8863D8
(136,99,216)
#9372DB
(147,114,219)
#9E81DE
(158,129,222)
#A990E1
(169,144,225)
#B49FE4
(180,159,228)
#BFAEE7
(191,174,231)
#CABDEA
(202,189,234)
#D5CCED
(213,204,237)
#E0DBF0
(224,219,240)
#EBEAF3
(235,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D54D5 color. Also use rgb(125,84,213) instead hex code.

Text Font Color

.myTextColor { color: #7D54D5; }

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

This text font color is #7D54D5.


Background Color

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

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

This div background color is #7D54D5.


Border color

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

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

This div border color is #7D54D5.


Opacity

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

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

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

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

This text has shadow with #7D54D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D54D5 on black background.


Color preview on white background

This text has color #7D54D5 on white background.



Black color preview on #7D54D5 background

This text has black color on #7D54D5 background.


White color preview on #7D54D5 background

This text has white color on #7D54D5 background.