Color Hex Logo

#fe01ff Color Hex

#FE01FF
(254,1,255)
0 Favorites   0 Comments

Color spaces of #fe01ff

RGB 2541255
HSL0.831.000.50
HSV300°100°100°
CMYK 0.001.000.00   0.00
XYZ58.933928.312596.9664
Yxy28.31250.31990.1537
Hunter Lab53.2095104.5869-70.8006
CIE-Lab60.170098.0434-61.0925

#fe01ff color RGB value is (254,1,255).

#fe01ff hex color red value is 254, green value is 1 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #fe01ff hue: 0.83 , saturation: 1.00 and the lightness value of fe01ff is 0.50.

The process color (four color CMYK) of #fe01ff color hex is 0.00, 1.00, 0.00, 0.00. Web safe color of #fe01ff is #ff00ff. Color #fe01ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00000001 11111111
Octal 376 1 377
Decimal 254 1 255
Hex FE 1 FF

RGB Percentages of Color #fe01ff

%49.80
%0.20
%50.00

CMYK Percentages of Color #fe01ff

%0
%100
%0
%0

Triadic Colors of #fe01ff

#fe01ff #fffe01 #01fffe

Analogous Colors of #fe01ff

#fe01ff #ff0181 #7f01ff

Monochromatic Colors of #fe01ff

#fe01ff

Complementary Color

#fe01ff #02ff01

#fe01ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe01ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe01ff Color CSS Codes

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

#fe01ff Text Font Color

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

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


#fe01ff Background Color

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

This div background color is #fe01ff


#fe01ff Border Color

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

This div border color is #fe01ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe01ff

Related Colors


Comments

No comments written yet.

Please login to write comment.