Color Hex Logo

#fe437e Color Hex

#FE437E
(254,67,126)
0 Favorites   0 Comments

Color spaces of #fe437e

RGB 25467126
HSL0.950.990.63
HSV341°74°100°
CMYK 0.000.740.50   0.00
XYZ46.646126.591522.4128
Yxy26.59150.48770.2780
Hunter Lab51.566971.224210.3274
CIE-Lab58.594372.865710.5221

#fe437e color RGB value is (254,67,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000011 01111110
Octal 376 103 176
Decimal 254 67 126
Hex FE 43 7E

RGB Percentages of Color #fe437e

%56.82
%14.99
%28.19

CMYK Percentages of Color #fe437e

%0
%74
%50
%0

Triadic Colors of #fe437e

#fe437e #7efe43 #437efe

Analogous Colors of #fe437e

#fe437e #fe6643 #fe43dc

Monochromatic Colors of #fe437e

#fe437e

Complementary Color

#fe437e #43fec3

#fe437e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe437e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe437e Color CSS Codes

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

#fe437e Text Font Color

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

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


#fe437e Background Color

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

This div background color is #fe437e


#fe437e Border Color

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

This div border color is #fe437e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe437e


Comments

No comments written yet.

Please login to write comment.