color codes Logo

#fe1ff0 color codes

#FE1FF0
(254,31,240)
0 Favorites   0 Comments

Color spaces of #fe1ff0

RGB 25431240
HSL0.840.990.56
HSV304°88°100°
CMYK 0.000.880.06   0.00
XYZ57.091228.342184.8996
Yxy28.34210.33520.1664
Hunter Lab53.237398.2565-57.2860
CIE-Lab60.196693.4381-52.7089

#fe1ff0 color RGB value is (254,31,240).

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

The process color (four color CMYK) of #fe1ff0 color code is 0.00, 0.88, 0.06, 0.00. Web safe color of #fe1ff0 is #ff33ff. Color #fe1ff0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00011111 11110000
Octal 376 37 360
Decimal 254 31 240
Hex FE 1F F0

RGB Percentages of Color #fe1ff0

%48.38
%5.90
%45.71

CMYK Percentages of Color #fe1ff0

%0
%88
%6
%0

Triadic Colors of #fe1ff0

#fe1ff0 #f0fe1f #1ff0fe

Analogous Colors of #fe1ff0

#fe1ff0 #fe1f81 #9d1ffe

Monochromatic Colors of #fe1ff0

#fe1ff0

Complementary Color

#fe1ff0 #1ffe2d

#fe1ff0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe1ff0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe1ff0 Color CSS Codes

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

#fe1ff0 Text Font Color

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

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


#fe1ff0 Background Color

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

This div background color is #fe1ff0


#fe1ff0 Border Color

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

This div border color is #fe1ff0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe1ff0

Related Colors


Comments

No comments written yet.

Please login to write comment.