COLOR #FF87ED

HEX: #FF87ED RGB: (255,135,237)

Color info

#FF87ED contains mainly red and blue colors. Web safe color of #FF87ED is #FF99FF (or #F9F).

RGB color model

#FF87ED color RGB value is (255,135,237).

RGB: (255,135,237) (100%, 53%, 93%)

RGB channels and saturation

R 255 of 255 = 100%
G 135 of 255 = 53%
B 237 of 255 = 93%

255
135
237

R + G + B ~ 82%. #FF87ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 255 + 135 + 237 = 627 (100%)
R 255 of 627 ~ 40.67%
G 135 of 627 ~ 21.53%
B 237 of 627 ~ 37.8'%

%40.67
%21.53
%37.8

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 47.06%
  • yellow value is 7.06%
  • key color value is 0.00%

CMYK: (0,47,7,0)
C0M47Y7K0 (0%, 47%, 7%, 0%)
(0.00 / 0.47 / 0.07 / 0.00)

CMYK percentages

%0
%47.06
%7.06
%0

Codes

Color #FF87ED in popluar color models

FF 87 ED
RGB 255 135 237
HSL 309° 100.00% 76.47%
HSB/HSV 309° 47.06% 100.00%
CMYK 0.00% 47.06% 7.06%
0.00%

Color #FF87ED in popluar number systems.

HEX FF 87 ED
Decimal 255 135 237
Binary 11111111 10000111 11101101
Octal 377 207 355

Shades and tints

Shades of #FF87ED

#FF87ED
(255,135,237)
#E87BD8
(232,123,216)
#D16FC3
(209,111,195)
#BA63AE
(186,99,174)
#A35799
(163,87,153)
#8C4B84
(140,75,132)
#753F6F
(117,63,111)
#5E335A
(94,51,90)
#472745
(71,39,69)
#301B30
(48,27,48)
#190F1B
(25,15,27)
#000000
(0,0,0)

Tints of #FF87ED

#FF87ED
(255,135,237)
#FF91EE
(255,145,238)
#FF9BEF
(255,155,239)
#FFA5F0
(255,165,240)
#FFAFF1
(255,175,241)
#FFB9F2
(255,185,242)
#FFC3F3
(255,195,243)
#FFCDF4
(255,205,244)
#FFD7F5
(255,215,245)
#FFE1F6
(255,225,246)
#FFEBF7
(255,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF87ED color. Also use rgb(255,135,237) instead hex code.

Text Font Color

.myTextColor { color: #FF87ED; }

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

This text font color is #FF87ED.

Background Color

.myBgColor { background-color: #FF87ED; }

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

This div background color is #FF87ED.

Border color

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

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

This div border color is #FF87ED.

Opacity

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

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

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

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

This text has shadow with #FF87ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FF87ED.

Preview

Color preview on black background

This text has color #FF87ED on black background.


Color preview on white background

This text has color #FF87ED on white background.


Black color preview on #FF87ED background

This text has black color on #FF87ED background.


White color preview on #FF87ED background

This text has white color on #FF87ED background.


Related colors

Complementary color

Complementary color for #hex is #007812.


I love getcolorcode.com

Triadic colors

1 #EDFF87 and #87EDFF with #FF87ED are triadic colors.

2 #ED87FF and #87FFED with #FF87ED are triadic colors.