COLOR #7D10D8

HEX: #7D10D8
RGB: (125,16,216)

Color info

#7D10D8 contains mainly blue color. Web safe color of #7D10D8 is #6600CC (or #60C).

RGB color model

#7D10D8 color RGB value is (125,16,216).

  • red value is 125;
  • green value is 16;
  • blue value is 216.
RGB:
(125,16,216)
(49%,6%,85%)

RGB channels and saturation

R 125 of 255 = 49%
G 16 of 255 = 6%
B 216 of 255 = 85%

125
16
216

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

Portions of RGB colors in percentages

R + G + B =
125 + 16 + 216 = 357 (100%)
R 125 of 357 ~ 35.01%
G 16 of 357 ~ 4.48%
B 216 of 357 ~ 60.5%

%35.01
%60.5

CMYK color model

#7D10D8 color CMYK value is (42,93,0,15).

  • cyan value is 42.13%
  • magenta value is 92.59%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(42,93,0,15)
C42M93Y0K15 
(42%,93%,0%,15%)
(0.42/0.93/0.00/0.15)	

CMYK percentages

%42.13
%92.59
%0
%15.29

Codes

Color #7D10D8 in popluar color models

7D10D8
RGB12516216
HSL273°86.21%45.49%
HSB/HSV273°92.59%84.71%
CMYK42.13%92.59%0.00%
15.29%

Color #7D10D8 in popluar number systems.

HEX7D10D8
Decimal12516216
Binary11111011000011011000
Octal17520330

Shades and tints

Shades of #7D10D8

#7D10D8
(125,16,216)
#720FC5
(114,15,197)
#670EB2
(103,14,178)
#5C0D9F
(92,13,159)
#510C8C
(81,12,140)
#460B79
(70,11,121)
#3B0A66
(59,10,102)
#300953
(48,9,83)
#250840
(37,8,64)
#1A072D
(26,7,45)
#0F061A
(15,6,26)
#000000
(0,0,0)

Tints of #7D10D8

#7D10D8
(125,16,216)
#8825DB
(136,37,219)
#933ADE
(147,58,222)
#9E4FE1
(158,79,225)
#A964E4
(169,100,228)
#B479E7
(180,121,231)
#BF8EEA
(191,142,234)
#CAA3ED
(202,163,237)
#D5B8F0
(213,184,240)
#E0CDF3
(224,205,243)
#EBE2F6
(235,226,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D10D8 color. Also use rgb(125,16,216) instead hex code.

Text Font Color

.myTextColor { color: #7D10D8; }

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

This text font color is #7D10D8.


Background Color

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

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

This div background color is #7D10D8.


Border color

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

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

This div border color is #7D10D8.


Opacity

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

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

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

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

This text has shadow with #7D10D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D10D8 on black background.


Color preview on white background

This text has color #7D10D8 on white background.



Black color preview on #7D10D8 background

This text has black color on #7D10D8 background.


White color preview on #7D10D8 background

This text has white color on #7D10D8 background.