Color Hex Logo

#fe415f Color Hex

#FE415F
(254,65,95)
0 Favorites   0 Comments

Color spaces of #fe415f

RGB 2546595
HSL0.970.990.63
HSV350°74°100°
CMYK 0.000.740.63   0.00
XYZ44.828925.677613.4200
Yxy25.67760.53410.3060
Hunter Lab50.673169.235619.7691
CIE-Lab57.729871.402727.5887

#fe415f color RGB value is (254,65,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000001 01011111
Octal 376 101 137
Decimal 254 65 95
Hex FE 41 5F

RGB Percentages of Color #fe415f

%61.35
%15.70
%22.95

CMYK Percentages of Color #fe415f

%0
%74
%63
%0

Triadic Colors of #fe415f

#fe415f #5ffe41 #415ffe

Analogous Colors of #fe415f

#fe415f #fe8241 #fe41be

Monochromatic Colors of #fe415f

#fe415f

Complementary Color

#fe415f #41fee0

#fe415f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe415f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe415f Color CSS Codes

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

#fe415f Text Font Color

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

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


#fe415f Background Color

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

This div background color is #fe415f


#fe415f Border Color

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

This div border color is #fe415f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe415f

Related Colors


Comments

No comments written yet.

Please login to write comment.