Color Hex Logo

#fe41fc Color Hex

#FE41FC
(254,65,252)
0 Favorites   0 Comments

Color spaces of #fe41fc

RGB 25465252
HSL0.840.990.63
HSV301°74°100°
CMYK 0.000.740.01   0.00
XYZ60.334031.879795.0689
Yxy31.87970.32220.1702
Hunter Lab56.462191.9319-60.3069
CIE-Lab63.243388.1463-54.5302

#fe41fc color RGB value is (254,65,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000001 11111100
Octal 376 101 374
Decimal 254 65 252
Hex FE 41 FC

RGB Percentages of Color #fe41fc

%44.48
%11.38
%44.13

CMYK Percentages of Color #fe41fc

%0
%74
%1
%0

Triadic Colors of #fe41fc

#fe41fc #fcfe41 #41fcfe

Analogous Colors of #fe41fc

#fe41fc #fe419e #a241fe

Monochromatic Colors of #fe41fc

#fe41fc

Complementary Color

#fe41fc #41fe43

#fe41fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe41fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe41fc Color CSS Codes

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

#fe41fc Text Font Color

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

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


#fe41fc Background Color

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

This div background color is #fe41fc


#fe41fc Border Color

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

This div border color is #fe41fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe41fc

Related Colors


Comments

No comments written yet.

Please login to write comment.