Color Hex Logo

#fe31fd Color Hex

#FE31FD
(254,49,253)
0 Favorites   0 Comments

Color spaces of #fe31fd

RGB 25449253
HSL0.830.990.59
HSV300°81°100°
CMYK 0.000.810.00   0.00
XYZ59.701030.359395.6418
Yxy30.35930.32150.1635
Hunter Lab55.099396.9841-64.3466
CIE-Lab61.963092.1569-57.1209

#fe31fd color RGB value is (254,49,253).

#fe31fd hex color red value is 254, green value is 49 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #fe31fd hue: 0.83 , saturation: 0.99 and the lightness value of fe31fd is 0.59.

The process color (four color CMYK) of #fe31fd color hex is 0.00, 0.81, 0.00, 0.00. Web safe color of #fe31fd is #ff33ff. Color #fe31fd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00110001 11111101
Octal 376 61 375
Decimal 254 49 253
Hex FE 31 FD

RGB Percentages of Color #fe31fd

%45.68
%8.81
%45.50

CMYK Percentages of Color #fe31fd

%0
%81
%0
%0

Triadic Colors of #fe31fd

#fe31fd #fdfe31 #31fdfe

Analogous Colors of #fe31fd

#fe31fd #fe3197 #9931fe

Monochromatic Colors of #fe31fd

#fe31fd

Complementary Color

#fe31fd #31fe32

#fe31fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe31fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe31fd Color CSS Codes

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

#fe31fd Text Font Color

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

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


#fe31fd Background Color

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

This div background color is #fe31fd


#fe31fd Border Color

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

This div border color is #fe31fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe31fd


Comments

No comments written yet.

Please login to write comment.