Color Hex Logo

#fe42fb Color Hex

#FE42FB
(254,66,251)
0 Favorites   0 Comments

Color spaces of #fe42fb

RGB 25466251
HSL0.840.990.63
HSV301°74°100°
CMYK 0.000.740.01   0.00
XYZ60.233931.932394.2557
Yxy31.93230.32310.1713
Hunter Lab56.508791.3771-59.3388
CIE-Lab63.286987.7208-53.9085

#fe42fb color RGB value is (254,66,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000010 11111011
Octal 376 102 373
Decimal 254 66 251
Hex FE 42 FB

RGB Percentages of Color #fe42fb

%44.48
%11.56
%43.96

CMYK Percentages of Color #fe42fb

%0
%74
%1
%0

Triadic Colors of #fe42fb

#fe42fb #fbfe42 #42fbfe

Analogous Colors of #fe42fb

#fe42fb #fe429d #a342fe

Monochromatic Colors of #fe42fb

#fe42fb

Complementary Color

#fe42fb #42fe45

#fe42fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe42fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe42fb Color CSS Codes

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

#fe42fb Text Font Color

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

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


#fe42fb Background Color

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

This div background color is #fe42fb


#fe42fb Border Color

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

This div border color is #fe42fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe42fb

Related Colors


Comments

No comments written yet.

Please login to write comment.