Color Hex Logo

#fe00f5 Color Hex

#FE00F5
(254,0,245)
0 Favorites   0 Comments

Color spaces of #fe00f5

RGB 2540245
HSL0.841.000.50
HSV302°100°100°
CMYK 0.001.000.04   0.00
XYZ57.354527.663488.7029
Yxy27.66340.33020.1592
Hunter Lab52.5960102.6063-63.1751
CIE-Lab59.583496.7285-56.4748

#fe00f5 color RGB value is (254,0,245).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00000000 11110101
Octal 376 0 365
Decimal 254 0 245
Hex FE 0 F5

RGB Percentages of Color #fe00f5

%50.90
%0.00
%49.10

CMYK Percentages of Color #fe00f5

%0
%100
%4
%0

Triadic Colors of #fe00f5

#fe00f5 #f5fe00 #00f5fe

Analogous Colors of #fe00f5

#fe00f5 #fe0076 #8800fe

Monochromatic Colors of #fe00f5

#fe00f5

Complementary Color

#fe00f5 #00fe09

#fe00f5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe00f5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe00f5 Color CSS Codes

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

#fe00f5 Text Font Color

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

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


#fe00f5 Background Color

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

This div background color is #fe00f5


#fe00f5 Border Color

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

This div border color is #fe00f5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe00f5

Related Colors


Comments

No comments written yet.

Please login to write comment.