Color Hex Logo

#fe418f Color Hex

#FE418F
(254,65,143)
0 Favorites   0 Comments

Color spaces of #fe418f

RGB 25465143
HSL0.930.990.63
HSV335°74°100°
CMYK 0.000.740.44   0.00
XYZ47.721326.834628.6510
Yxy26.83460.46240.2600
Hunter Lab51.802173.78463.4691
CIE-Lab58.820974.89610.8404

#fe418f color RGB value is (254,65,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000001 10001111
Octal 376 101 217
Decimal 254 65 143
Hex FE 41 8F

RGB Percentages of Color #fe418f

%54.98
%14.07
%30.95

CMYK Percentages of Color #fe418f

%0
%74
%44
%0

Triadic Colors of #fe418f

#fe418f #8ffe41 #418ffe

Analogous Colors of #fe418f

#fe418f #fe5241 #fe41ee

Monochromatic Colors of #fe418f

#fe418f

Complementary Color

#fe418f #41feb0

#fe418f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe418f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe418f Color CSS Codes

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

#fe418f Text Font Color

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

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


#fe418f Background Color

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

This div background color is #fe418f


#fe418f Border Color

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

This div border color is #fe418f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe418f


Comments

No comments written yet.

Please login to write comment.