Color Hex Logo

#fe31fa Color Hex

#FE31FA
(254,49,250)
0 Favorites   0 Comments

Color spaces of #fe31fa

RGB 25449250
HSL0.840.990.59
HSV301°81°100°
CMYK 0.000.810.02   0.00
XYZ59.226730.169693.1442
Yxy30.16960.32450.1653
Hunter Lab54.926996.3515-62.0943
CIE-Lab61.800391.7213-55.7194

#fe31fa color RGB value is (254,49,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00110001 11111010
Octal 376 61 372
Decimal 254 49 250
Hex FE 31 FA

RGB Percentages of Color #fe31fa

%45.93
%8.86
%45.21

CMYK Percentages of Color #fe31fa

%0
%81
%2
%0

Triadic Colors of #fe31fa

#fe31fa #fafe31 #31fafe

Analogous Colors of #fe31fa

#fe31fa #fe3194 #9c31fe

Monochromatic Colors of #fe31fa

#fe31fa

Complementary Color

#fe31fa #31fe35

#fe31fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe31fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe31fa Color CSS Codes

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

#fe31fa Text Font Color

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

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


#fe31fa Background Color

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

This div background color is #fe31fa


#fe31fa Border Color

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

This div border color is #fe31fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe31fa

Related Colors


Comments

No comments written yet.

Please login to write comment.