Color Hex Logo

#fe89df Color Hex

#FE89DF
(254,137,223)
0 Favorites   0 Comments

Color spaces of #fe89df

RGB 254137223
HSL0.880.980.77
HSV316°46°100°
CMYK 0.000.460.12   0.00
XYZ63.138044.289975.0331
Yxy44.28990.34600.2427
Hunter Lab66.550752.8830-20.2616
CIE-Lab72.421855.1402-24.2042

#fe89df color RGB value is (254,137,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10001001 11011111
Octal 376 211 337
Decimal 254 137 223
Hex FE 89 DF

RGB Percentages of Color #fe89df

%41.37
%22.31
%36.32

CMYK Percentages of Color #fe89df

%0
%46
%12
%0

Triadic Colors of #fe89df

#fe89df #dffe89 #89dffe

Analogous Colors of #fe89df

#fe89df #fe89a5 #e389fe

Monochromatic Colors of #fe89df

#fe89df

Complementary Color

#fe89df #89fea8

#fe89df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe89df Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe89df Color CSS Codes

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

#fe89df Text Font Color

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

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


#fe89df Background Color

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

This div background color is #fe89df


#fe89df Border Color

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

This div border color is #fe89df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,137,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 #fe89df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe89df


Comments

No comments written yet.

Please login to write comment.