COLOR #FF83E3

HEX: #FF83E3
RGB: (255,131,227)

Color info

#FF83E3 contains mainly red and blue colors. Web safe color of #FF83E3 is #FF99CC (or #F9C).

RGB color model

#FF83E3 color RGB value is (255,131,227).

  • red value is 255;
  • green value is 131;
  • blue value is 227.
RGB:
(255,131,227)
(100%,51%,89%)

RGB channels and saturation

R 255 of 255 = 100%
G 131 of 255 = 51%
B 227 of 255 = 89%

255
131
227

R + G + B ~ 80%. #FF83E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 131 + 227 = 613 (100%)
R 255 of 613 ~ 41.6%
G 131 of 613 ~ 21.37%
B 227 of 613 ~ 37.03%

%41.6
%21.37
%37.03

CMYK color model

#FF83E3 color CMYK value is (0,49,11,0).

  • cyan value is 0.00%
  • magenta value is 48.63%
  • yellow value is 10.98%
  • key color value is 0.00%
CMYK:
(0,49,11,0)
C0M49Y11K0 
(0%,49%,11%,0%)
(0.00/0.49/0.11/0.00)	

CMYK percentages

%0
%48.63
%10.98
%0

Codes

Color #FF83E3 in popluar color models

FF83E3
RGB255131227
HSL314°100.00%75.69%
HSB/HSV314°48.63%100.00%
CMYK0.00%48.63%10.98%
0.00%

Color #FF83E3 in popluar number systems.

HEXFF83E3
Decimal255131227
Binary111111111000001111100011
Octal377203343

Shades and tints

Shades of #FF83E3

#FF83E3
(255,131,227)
#E878CF
(232,120,207)
#D16DBB
(209,109,187)
#BA62A7
(186,98,167)
#A35793
(163,87,147)
#8C4C7F
(140,76,127)
#75416B
(117,65,107)
#5E3657
(94,54,87)
#472B43
(71,43,67)
#30202F
(48,32,47)
#19151B
(25,21,27)
#000000
(0,0,0)

Tints of #FF83E3

#FF83E3
(255,131,227)
#FF8EE5
(255,142,229)
#FF99E7
(255,153,231)
#FFA4E9
(255,164,233)
#FFAFEB
(255,175,235)
#FFBAED
(255,186,237)
#FFC5EF
(255,197,239)
#FFD0F1
(255,208,241)
#FFDBF3
(255,219,243)
#FFE6F5
(255,230,245)
#FFF1F7
(255,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF83E3 color. Also use rgb(255,131,227) instead hex code.

Text Font Color

.myTextColor { color: #FF83E3; }

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

This text font color is #FF83E3.


Background Color

.myBgColor { background-color: #FF83E3; }

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

This div background color is #FF83E3.


Border color

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

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

This div border color is #FF83E3.


Opacity

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

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

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

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

This text has shadow with #FF83E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF83E3 on black background.


Color preview on white background

This text has color #FF83E3 on white background.



Black color preview on #FF83E3 background

This text has black color on #FF83E3 background.


White color preview on #FF83E3 background

This text has white color on #FF83E3 background.