Color Hex Logo

#fe445e Color Hex

#FE445E
(254,68,94)
0 Favorites   0 Comments

Color spaces of #fe445e

RGB 2546894
HSL0.980.990.63
HSV352°73°100°
CMYK 0.000.730.63   0.00
XYZ44.960626.013213.2410
Yxy26.01320.53390.3089
Hunter Lab51.003168.096920.3098
CIE-Lab58.049670.404928.5846

#fe445e color RGB value is (254,68,94).

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

The process color (four color CMYK) of #fe445e color hex is 0.00, 0.73, 0.63, 0.00. Web safe color of #fe445e is #ff3366. Color #fe445e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000100 01011110
Octal 376 104 136
Decimal 254 68 94
Hex FE 44 5E

RGB Percentages of Color #fe445e

%61.06
%16.35
%22.60

CMYK Percentages of Color #fe445e

%0
%73
%63
%0

Triadic Colors of #fe445e

#fe445e #5efe44 #445efe

Analogous Colors of #fe445e

#fe445e #fe8744 #fe44bb

Monochromatic Colors of #fe445e

#fe445e

Complementary Color

#fe445e #44fee4

#fe445e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe445e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe445e Color CSS Codes

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

#fe445e Text Font Color

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

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


#fe445e Background Color

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

This div background color is #fe445e


#fe445e Border Color

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

This div border color is #fe445e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe445e

Related Colors


Comments

No comments written yet.

Please login to write comment.