Color Hex Logo

#fe40ff Color Hex

#FE40FF
(254,64,255)
0 Favorites   0 Comments

Color spaces of #fe40ff

RGB 25464255
HSL0.831.000.63
HSV300°75°100°
CMYK 0.000.750.00   0.00
XYZ60.756431.957697.5740
Yxy31.95760.31930.1679
Hunter Lab56.531192.9124-62.7643
CIE-Lab63.307888.8688-56.0835

#fe40ff color RGB value is (254,64,255).

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

The process color (four color CMYK) of #fe40ff color hex is 0.00, 0.75, 0.00, 0.00. Web safe color of #fe40ff is #ff33ff. Color #fe40ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000000 11111111
Octal 376 100 377
Decimal 254 64 255
Hex FE 40 FF

RGB Percentages of Color #fe40ff

%44.33
%11.17
%44.50

CMYK Percentages of Color #fe40ff

%0
%75
%0
%0

Triadic Colors of #fe40ff

#fe40ff #fffe40 #40fffe

Analogous Colors of #fe40ff

#fe40ff #ff40a1 #9f40ff

Monochromatic Colors of #fe40ff

#fe40ff

Complementary Color

#fe40ff #41ff40

#fe40ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe40ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe40ff Color CSS Codes

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

#fe40ff Text Font Color

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

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


#fe40ff Background Color

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

This div background color is #fe40ff


#fe40ff Border Color

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

This div border color is #fe40ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe40ff

Related Colors


Comments

No comments written yet.

Please login to write comment.