Color Hex Logo

#fe42eb Color Hex

#FE42EB
(254,66,235)
0 Favorites   0 Comments

Color spaces of #fe42eb

RGB 25466235
HSL0.850.990.63
HSV306°74°100°
CMYK 0.000.740.07   0.00
XYZ57.816730.965481.5269
Yxy30.96540.33950.1818
Hunter Lab55.646688.0798-47.9122
CIE-Lab62.478485.3820-46.3040

#fe42eb color RGB value is (254,66,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000010 11101011
Octal 376 102 353
Decimal 254 66 235
Hex FE 42 EB

RGB Percentages of Color #fe42eb

%45.77
%11.89
%42.34

CMYK Percentages of Color #fe42eb

%0
%74
%7
%0

Triadic Colors of #fe42eb

#fe42eb #ebfe42 #42ebfe

Analogous Colors of #fe42eb

#fe42eb #fe428d #b342fe

Monochromatic Colors of #fe42eb

#fe42eb

Complementary Color

#fe42eb #42fe55

#fe42eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe42eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe42eb Color CSS Codes

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

#fe42eb Text Font Color

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

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


#fe42eb Background Color

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

This div background color is #fe42eb


#fe42eb Border Color

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

This div border color is #fe42eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe42eb

Related Colors


Comments

No comments written yet.

Please login to write comment.