Color Hex Logo

#fe86dc Color Hex

#FE86DC
(254,134,220)
0 Favorites   0 Comments

Color spaces of #fe86dc

RGB 254134220
HSL0.880.980.76
HSV317°47°100°
CMYK 0.000.470.13   0.00
XYZ62.316443.288372.7812
Yxy43.28830.34930.2427
Hunter Lab65.793853.9264-19.5310
CIE-Lab71.750256.1345-23.5770

#fe86dc color RGB value is (254,134,220).

#fe86dc hex color red value is 254, green value is 134 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #fe86dc hue: 0.88 , saturation: 0.98 and the lightness value of fe86dc is 0.76.

The process color (four color CMYK) of #fe86dc color hex is 0.00, 0.47, 0.13, 0.00. Web safe color of #fe86dc is #ff99cc. Color #fe86dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000110 11011100
Octal 376 206 334
Decimal 254 134 220
Hex FE 86 DC

RGB Percentages of Color #fe86dc

%41.78
%22.04
%36.18

CMYK Percentages of Color #fe86dc

%0
%47
%13
%0

Triadic Colors of #fe86dc

#fe86dc #dcfe86 #86dcfe

Analogous Colors of #fe86dc

#fe86dc #fe86a0 #e486fe

Monochromatic Colors of #fe86dc

#fe86dc

Complementary Color

#fe86dc #86fea8

#fe86dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe86dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe86dc Color CSS Codes

.mybgcolor {background-color:#fe86dc; } 
.myforecolor {color:#fe86dc; }
.mybordercolor {border:3px solid #fe86dc; }

#fe86dc Text Font Color

<p style="color:#fe86dc">Text here</p>

This sample text font color is #fe86dc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fe86dc Background Color

<div style="background-color:#fe86dc">
Div content here</div>

This div background color is #fe86dc


#fe86dc Border Color

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

This div border color is #fe86dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,134,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fe86dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fe86dc;
  -webkit-box-shadow: 1px 1px 3px 2px #fe86dc;
  box-shadow:         1px 1px 3px 2px #fe86dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,134,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fe86dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fe86dc;
  -webkit-box-shadow: 1px 1px 3px 2px #fe86dc;
  box-shadow:         1px 1px 3px 2px #fe86dc;">
Div content here</div>

This div box has shadow with color #fe86dc

Related Colors


Comments

No comments written yet.

Please login to write comment.