Color Hex Logo

#fe1e90 Color Hex

#FE1E90
(254,30,144)
0 Favorites   0 Comments

Color spaces of #fe1e90

RGB 25430144
HSL0.920.990.56
HSV329°88°100°
CMYK 0.000.880.43   0.00
XYZ46.371424.013028.5765
Yxy24.01300.46860.2427
Hunter Lab49.003183.1585-0.2733
CIE-Lab56.100882.8377-3.7383

#fe1e90 color RGB value is (254,30,144).

#fe1e90 hex color red value is 254, green value is 30 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #fe1e90 hue: 0.92 , saturation: 0.99 and the lightness value of fe1e90 is 0.56.

The process color (four color CMYK) of #fe1e90 color hex is 0.00, 0.88, 0.43, 0.00. Web safe color of #fe1e90 is #ff3399. Color #fe1e90 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00011110 10010000
Octal 376 36 220
Decimal 254 30 144
Hex FE 1E 90

RGB Percentages of Color #fe1e90

%59.35
%7.01
%33.64

CMYK Percentages of Color #fe1e90

%0
%88
%43
%0

Triadic Colors of #fe1e90

#fe1e90 #90fe1e #1e90fe

Analogous Colors of #fe1e90

#fe1e90 #fe1e20 #fc1efe

Monochromatic Colors of #fe1e90

#fe1e90

Complementary Color

#fe1e90 #1efe8c

#fe1e90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe1e90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe1e90 Color CSS Codes

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

#fe1e90 Text Font Color

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

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


#fe1e90 Background Color

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

This div background color is #fe1e90


#fe1e90 Border Color

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

This div border color is #fe1e90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe1e90


Comments

No comments written yet.

Please login to write comment.