Color Hex Logo

#fe90df Color Hex

#FE90DF
(254,144,223)
0 Favorites   0 Comments

Color spaces of #fe90df

RGB 254144223
HSL0.880.980.78
HSV317°43°100°
CMYK 0.000.430.12   0.00
XYZ64.165646.345175.3756
Yxy46.34510.34520.2493
Hunter Lab68.077249.1084-17.9922
CIE-Lab73.768951.6879-22.1501

#fe90df color RGB value is (254,144,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010000 11011111
Octal 376 220 337
Decimal 254 144 223
Hex FE 90 DF

RGB Percentages of Color #fe90df

%40.90
%23.19
%35.91

CMYK Percentages of Color #fe90df

%0
%43
%12
%0

Triadic Colors of #fe90df

#fe90df #dffe90 #90dffe

Analogous Colors of #fe90df

#fe90df #fe90a8 #e690fe

Monochromatic Colors of #fe90df

#fe90df

Complementary Color

#fe90df #90feaf

#fe90df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe90df Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe90df Color CSS Codes

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

#fe90df Text Font Color

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

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


#fe90df Background Color

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

This div background color is #fe90df


#fe90df Border Color

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

This div border color is #fe90df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe90df

Related Colors


Comments

No comments written yet.

Please login to write comment.