Color Hex Logo

#fe42fa Color Hex

#FE42FA
(254,66,250)
0 Favorites   0 Comments

Color spaces of #fe42fa

RGB 25466250
HSL0.840.990.63
HSV301°74°100°
CMYK 0.000.740.02   0.00
XYZ60.076631.869493.4275
Yxy31.86940.32410.1719
Hunter Lab56.453091.1648-58.6055
CIE-Lab63.234887.5712-53.4384

#fe42fa color RGB value is (254,66,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000010 11111010
Octal 376 102 372
Decimal 254 66 250
Hex FE 42 FA

RGB Percentages of Color #fe42fa

%44.56
%11.58
%43.86

CMYK Percentages of Color #fe42fa

%0
%74
%2
%0

Triadic Colors of #fe42fa

#fe42fa #fafe42 #42fafe

Analogous Colors of #fe42fa

#fe42fa #fe429c #a442fe

Monochromatic Colors of #fe42fa

#fe42fa

Complementary Color

#fe42fa #42fe46

#fe42fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe42fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe42fa Color CSS Codes

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

#fe42fa Text Font Color

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

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


#fe42fa Background Color

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

This div background color is #fe42fa


#fe42fa Border Color

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

This div border color is #fe42fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe42fa

Related Colors


Comments

No comments written yet.

Please login to write comment.