Color Hex Logo

#fe429e Color Hex

#FE429E
(254,66,158)
0 Favorites   0 Comments

Color spaces of #fe429e

RGB 25466158
HSL0.920.990.63
HSV331°74°100°
CMYK 0.000.740.38   0.00
XYZ48.992827.435935.0612
Yxy27.43590.43940.2461
Hunter Lab52.379375.2956-3.0215
CIE-Lab59.375676.0036-7.1256

#fe429e color RGB value is (254,66,158).

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

The process color (four color CMYK) of #fe429e color hex is 0.00, 0.74, 0.38, 0.00. Web safe color of #fe429e is #ff3399. Color #fe429e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000010 10011110
Octal 376 102 236
Decimal 254 66 158
Hex FE 42 9E

RGB Percentages of Color #fe429e

%53.14
%13.81
%33.05

CMYK Percentages of Color #fe429e

%0
%74
%38
%0

Triadic Colors of #fe429e

#fe429e #9efe42 #429efe

Analogous Colors of #fe429e

#fe429e #fe4442 #fe42fc

Monochromatic Colors of #fe429e

#fe429e

Complementary Color

#fe429e #42fea2

#fe429e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe429e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe429e Color CSS Codes

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

#fe429e Text Font Color

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

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


#fe429e Background Color

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

This div background color is #fe429e


#fe429e Border Color

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

This div border color is #fe429e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe429e

Related Colors


Comments

No comments written yet.

Please login to write comment.