Color Hex Logo

#fe0fff Color Hex

#FE0FFF
(254,15,255)
0 Favorites   0 Comments

Color spaces of #fe0fff

RGB 25415255
HSL0.831.000.53
HSV300°94°100°
CMYK 0.000.940.00   0.00
XYZ59.093928.632597.0198
Yxy28.63250.31990.1550
Hunter Lab53.5093103.4880-70.0444
CIE-Lab60.455997.1966-60.6349

#fe0fff color RGB value is (254,15,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00001111 11111111
Octal 376 17 377
Decimal 254 15 255
Hex FE F FF

RGB Percentages of Color #fe0fff

%48.47
%2.86
%48.66

CMYK Percentages of Color #fe0fff

%0
%94
%0
%0

Triadic Colors of #fe0fff

#fe0fff #fffe0f #0ffffe

Analogous Colors of #fe0fff

#fe0fff #ff0f88 #860fff

Monochromatic Colors of #fe0fff

#fe0fff

Complementary Color

#fe0fff #10ff0f

#fe0fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe0fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe0fff Color CSS Codes

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

#fe0fff Text Font Color

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

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


#fe0fff Background Color

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

This div background color is #fe0fff


#fe0fff Border Color

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

This div border color is #fe0fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe0fff

Related Colors


Comments

No comments written yet.

Please login to write comment.