COLOR #7D5EE5

HEX: #7D5EE5
RGB: (125,94,229)

Color info

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

RGB color model

#7D5EE5 color RGB value is (125,94,229).

  • red value is 125;
  • green value is 94;
  • blue value is 229.
RGB:
(125,94,229)
(49%,37%,90%)

RGB channels and saturation

R 125 of 255 = 49%
G 94 of 255 = 37%
B 229 of 255 = 90%

125
94
229

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

Portions of RGB colors in percentages

R + G + B =
125 + 94 + 229 = 448 (100%)
R 125 of 448 ~ 27.9%
G 94 of 448 ~ 20.98%
B 229 of 448 ~ 51.12%

%27.9
%20.98
%51.12

CMYK color model

#7D5EE5 color CMYK value is (45,59,0,10).

  • cyan value is 45.41%
  • magenta value is 58.95%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(45,59,0,10)
C45M59Y0K10 
(45%,59%,0%,10%)
(0.45/0.59/0.00/0.10)	

CMYK percentages

%45.41
%58.95
%0
%10.2

Codes

Color #7D5EE5 in popluar color models

7D5EE5
RGB12594229
HSL254°72.19%63.33%
HSB/HSV254°58.95%89.80%
CMYK45.41%58.95%0.00%
10.20%

Color #7D5EE5 in popluar number systems.

HEX7D5EE5
Decimal12594229
Binary1111101101111011100101
Octal175136345

Shades and tints

Shades of #7D5EE5

#7D5EE5
(125,94,229)
#7256D1
(114,86,209)
#674EBD
(103,78,189)
#5C46A9
(92,70,169)
#513E95
(81,62,149)
#463681
(70,54,129)
#3B2E6D
(59,46,109)
#302659
(48,38,89)
#251E45
(37,30,69)
#1A1631
(26,22,49)
#0F0E1D
(15,14,29)
#000000
(0,0,0)

Tints of #7D5EE5

#7D5EE5
(125,94,229)
#886CE7
(136,108,231)
#937AE9
(147,122,233)
#9E88EB
(158,136,235)
#A996ED
(169,150,237)
#B4A4EF
(180,164,239)
#BFB2F1
(191,178,241)
#CAC0F3
(202,192,243)
#D5CEF5
(213,206,245)
#E0DCF7
(224,220,247)
#EBEAF9
(235,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D5EE5 color. Also use rgb(125,94,229) instead hex code.

Text Font Color

.myTextColor { color: #7D5EE5; }

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

This text font color is #7D5EE5.


Background Color

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

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

This div background color is #7D5EE5.


Border color

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

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

This div border color is #7D5EE5.


Opacity

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

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

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

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

This text has shadow with #7D5EE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D5EE5 on black background.


Color preview on white background

This text has color #7D5EE5 on white background.



Black color preview on #7D5EE5 background

This text has black color on #7D5EE5 background.


White color preview on #7D5EE5 background

This text has white color on #7D5EE5 background.