COLOR #FF7DB4

HEX: #FF7DB4 RGB: (255,125,180)

Color info

#FF7DB4 contains mainly red color. Web safe color of #FF7DB4 is #FF66CC (or #F6C).

RGB color model

#FF7DB4 color RGB value is (255,125,180).

RGB: (255,125,180) (100%, 49%, 71%)

RGB channels and saturation

R 255 of 255 = 100%
G 125 of 255 = 49%
B 180 of 255 = 71%

255
125
180

R + G + B ~ 73%. #FF7DB4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 255 + 125 + 180 = 560 (100%)
R 255 of 560 ~ 45.54%
G 125 of 560 ~ 22.32%
B 180 of 560 ~ 32.14'%

%45.54
%22.32
%32.14

CMYK color model

#FF7DB4 color CMYK value is (0,51,29,0).

  • cyan value is 0.00%
  • magenta value is 50.98%
  • yellow value is 29.41%
  • key color value is 0.00%

CMYK: (0,51,29,0)
C0M51Y29K0 (0%, 51%, 29%, 0%)
(0.00 / 0.51 / 0.29 / 0.00)

CMYK percentages

%0
%50.98
%29.41
%0

Codes

Color #FF7DB4 in popluar color models

FF 7D B4
RGB 255 125 180
HSL 335° 100.00% 74.51%
HSB/HSV 335° 50.98% 100.00%
CMYK 0.00% 50.98% 29.41%
0.00%

Color #FF7DB4 in popluar number systems.

HEX FF 7D B4
Decimal 255 125 180
Binary 11111111 1111101 10110100
Octal 377 175 264

Shades and tints

Shades of #FF7DB4

#FF7DB4
(255,125,180)
#E872A4
(232,114,164)
#D16794
(209,103,148)
#BA5C84
(186,92,132)
#A35174
(163,81,116)
#8C4664
(140,70,100)
#753B54
(117,59,84)
#5E3044
(94,48,68)
#472534
(71,37,52)
#301A24
(48,26,36)
#190F14
(25,15,20)
#000000
(0,0,0)

Tints of #FF7DB4

#FF7DB4
(255,125,180)
#FF88BA
(255,136,186)
#FF93C0
(255,147,192)
#FF9EC6
(255,158,198)
#FFA9CC
(255,169,204)
#FFB4D2
(255,180,210)
#FFBFD8
(255,191,216)
#FFCADE
(255,202,222)
#FFD5E4
(255,213,228)
#FFE0EA
(255,224,234)
#FFEBF0
(255,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF7DB4 color. Also use rgb(255,125,180) instead hex code.

Text Font Color

.myTextColor { color: #FF7DB4; }

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

This text font color is #FF7DB4.

Background Color

.myBgColor { background-color: #FF7DB4; }

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

This div background color is #FF7DB4.

Border color

.myBorderColor { border: 1px solid #FF7DB4; }

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

This div border color is #FF7DB4.

Opacity

.myOpacity80 { color: #FF7DB4; opacity: 0.8; }

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

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

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

This text has shadow with #FF7DB4 color.


.textShadow {text-shadow: 3px 3px 1px #FF7DB4', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FF7DB4; -webkit-box-shadow: 1px 1px 3px 2px #FF7DB4; box-shadow:1px 1px 3px 2px #FF7DB4;">
Div content here
</div>

This div box has shadow with color #FF7DB4.

Preview

Color preview on black background

This text has color #FF7DB4 on black background.


Color preview on white background

This text has color #FF7DB4 on white background.


Black color preview on #FF7DB4 background

This text has black color on #FF7DB4 background.


White color preview on #FF7DB4 background

This text has white color on #FF7DB4 background.


Related colors

Complementary color

Complementary color for #hex is #00824B.


I love getcolorcode.com

Triadic colors

1 #B4FF7D and #7DB4FF with #FF7DB4 are triadic colors.

2 #B47DFF and #7DFFB4 with #FF7DB4 are triadic colors.