Color Hex Logo

#fe426a Color Hex

#FE426A
(254,66,106)
0 Favorites   0 Comments

Color spaces of #fe426a

RGB 25466106
HSL0.960.990.63
HSV347°74°100°
CMYK 0.000.740.58   0.00
XYZ45.422826.007916.2616
Yxy26.00790.51800.2966
Hunter Lab50.997969.739816.7929
CIE-Lab58.044571.757021.5510

#fe426a color RGB value is (254,66,106).

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

The process color (four color CMYK) of #fe426a color hex is 0.00, 0.74, 0.58, 0.00. Web safe color of #fe426a is #ff3366. Color #fe426a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000010 01101010
Octal 376 102 152
Decimal 254 66 106
Hex FE 42 6A

RGB Percentages of Color #fe426a

%59.62
%15.49
%24.88

CMYK Percentages of Color #fe426a

%0
%74
%58
%0

Triadic Colors of #fe426a

#fe426a #6afe42 #426afe

Analogous Colors of #fe426a

#fe426a #fe7842 #fe42c8

Monochromatic Colors of #fe426a

#fe426a

Complementary Color

#fe426a #42fed6

#fe426a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe426a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe426a Color CSS Codes

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

#fe426a Text Font Color

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

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


#fe426a Background Color

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

This div background color is #fe426a


#fe426a Border Color

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

This div border color is #fe426a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe426a

Related Colors


Comments

No comments written yet.

Please login to write comment.