COLOR #7D1885

HEX: #7D1885
RGB: (125,24,133)

Color info

#7D1885 contains mainly red and blue colors. Web safe color of #7D1885 is #660099 (or #609).

RGB color model

#7D1885 color RGB value is (125,24,133).

  • red value is 125;
  • green value is 24;
  • blue value is 133.
RGB:
(125,24,133)
(49%,9%,52%)

RGB channels and saturation

R 125 of 255 = 49%
G 24 of 255 = 9%
B 133 of 255 = 52%

125
24
133

R + G + B ~ 37%. #7D1885 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 24 + 133 = 282 (100%)
R 125 of 282 ~ 44.33%
G 24 of 282 ~ 8.51%
B 133 of 282 ~ 47.16%

%44.33
%47.16

CMYK color model

#7D1885 color CMYK value is (6,82,0,48).

  • cyan value is 6.02%
  • magenta value is 81.95%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(6,82,0,48)
C6M82Y0K48 
(6%,82%,0%,48%)
(0.06/0.82/0.00/0.48)	

CMYK percentages

%6.02
%81.95
%0
%47.84

Codes

Color #7D1885 in popluar color models

7D1885
RGB12524133
HSL296°69.43%30.78%
HSB/HSV296°81.95%52.16%
CMYK6.02%81.95%0.00%
47.84%

Color #7D1885 in popluar number systems.

HEX7D1885
Decimal12524133
Binary11111011100010000101
Octal17530205

Shades and tints

Shades of #7D1885

#7D1885
(125,24,133)
#721679
(114,22,121)
#67146D
(103,20,109)
#5C1261
(92,18,97)
#511055
(81,16,85)
#460E49
(70,14,73)
#3B0C3D
(59,12,61)
#300A31
(48,10,49)
#250825
(37,8,37)
#1A0619
(26,6,25)
#0F040D
(15,4,13)
#000000
(0,0,0)

Tints of #7D1885

#7D1885
(125,24,133)
#882D90
(136,45,144)
#93429B
(147,66,155)
#9E57A6
(158,87,166)
#A96CB1
(169,108,177)
#B481BC
(180,129,188)
#BF96C7
(191,150,199)
#CAABD2
(202,171,210)
#D5C0DD
(213,192,221)
#E0D5E8
(224,213,232)
#EBEAF3
(235,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D1885 color. Also use rgb(125,24,133) instead hex code.

Text Font Color

.myTextColor { color: #7D1885; }

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

This text font color is #7D1885.


Background Color

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

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

This div background color is #7D1885.


Border color

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

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

This div border color is #7D1885.


Opacity

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

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

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

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

This text has shadow with #7D1885 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D1885 on black background.


Color preview on white background

This text has color #7D1885 on white background.



Black color preview on #7D1885 background

This text has black color on #7D1885 background.


White color preview on #7D1885 background

This text has white color on #7D1885 background.