COLOR #7D22EC

HEX: #7D22EC
RGB: (125,34,236)

Color info

#7D22EC contains mainly blue color. Web safe color of #7D22EC is #6633FF (or #63F).

RGB color model

#7D22EC color RGB value is (125,34,236).

  • red value is 125;
  • green value is 34;
  • blue value is 236.
RGB:
(125,34,236)
(49%,13%,93%)

RGB channels and saturation

R 125 of 255 = 49%
G 34 of 255 = 13%
B 236 of 255 = 93%

125
34
236

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

Portions of RGB colors in percentages

R + G + B =
125 + 34 + 236 = 395 (100%)
R 125 of 395 ~ 31.65%
G 34 of 395 ~ 8.61%
B 236 of 395 ~ 59.75%

%31.65
%59.75

CMYK color model

#7D22EC color CMYK value is (47,86,0,7).

  • cyan value is 47.03%
  • magenta value is 85.59%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(47,86,0,7)
C47M86Y0K7 
(47%,86%,0%,7%)
(0.47/0.86/0.00/0.07)	

CMYK percentages

%47.03
%85.59
%0
%7.45

Codes

Color #7D22EC in popluar color models

7D22EC
RGB12534236
HSL267°84.17%52.94%
HSB/HSV267°85.59%92.55%
CMYK47.03%85.59%0.00%
7.45%

Color #7D22EC in popluar number systems.

HEX7D22EC
Decimal12534236
Binary111110110001011101100
Octal17542354

Shades and tints

Shades of #7D22EC

#7D22EC
(125,34,236)
#721FD7
(114,31,215)
#671CC2
(103,28,194)
#5C19AD
(92,25,173)
#511698
(81,22,152)
#461383
(70,19,131)
#3B106E
(59,16,110)
#300D59
(48,13,89)
#250A44
(37,10,68)
#1A072F
(26,7,47)
#0F041A
(15,4,26)
#000000
(0,0,0)

Tints of #7D22EC

#7D22EC
(125,34,236)
#8836ED
(136,54,237)
#934AEE
(147,74,238)
#9E5EEF
(158,94,239)
#A972F0
(169,114,240)
#B486F1
(180,134,241)
#BF9AF2
(191,154,242)
#CAAEF3
(202,174,243)
#D5C2F4
(213,194,244)
#E0D6F5
(224,214,245)
#EBEAF6
(235,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D22EC color. Also use rgb(125,34,236) instead hex code.

Text Font Color

.myTextColor { color: #7D22EC; }

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

This text font color is #7D22EC.


Background Color

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

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

This div background color is #7D22EC.


Border color

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

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

This div border color is #7D22EC.


Opacity

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

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

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

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

This text has shadow with #7D22EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D22EC on black background.


Color preview on white background

This text has color #7D22EC on white background.



Black color preview on #7D22EC background

This text has black color on #7D22EC background.


White color preview on #7D22EC background

This text has white color on #7D22EC background.