Color Hex Logo

#fe86df Color Hex

#FE86DF
(254,134,223)
0 Favorites   0 Comments

Color spaces of #fe86df

RGB 254134223
HSL0.880.980.76
HSV316°47°100°
CMYK 0.000.470.12   0.00
XYZ62.717443.448774.8929
Yxy43.44870.34640.2400
Hunter Lab65.915654.4868-21.2240
CIE-Lab71.858556.5976-25.0655

#fe86df color RGB value is (254,134,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000110 11011111
Octal 376 206 337
Decimal 254 134 223
Hex FE 86 DF

RGB Percentages of Color #fe86df

%41.57
%21.93
%36.50

CMYK Percentages of Color #fe86df

%0
%47
%12
%0

Triadic Colors of #fe86df

#fe86df #dffe86 #86dffe

Analogous Colors of #fe86df

#fe86df #fe86a3 #e186fe

Monochromatic Colors of #fe86df

#fe86df

Complementary Color

#fe86df #86fea5

#fe86df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe86df Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe86df Color CSS Codes

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

#fe86df Text Font Color

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

This sample text font color is #fe86df
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.


#fe86df Background Color

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

This div background color is #fe86df


#fe86df Border Color

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

This div border color is #fe86df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe86df

Related Colors


Comments

No comments written yet.

Please login to write comment.