Color Hex Logo

#fe094f Color Hex

#FE094F
(254,9,79)
0 Favorites   0 Comments

Color spaces of #fe094f

RGB 254979
HSL0.950.990.52
HSV343°96°100°
CMYK 0.000.960.69   0.00
XYZ42.382021.83079.3771
Yxy21.83070.57590.2967
Hunter Lab46.723380.148720.8072
CIE-Lab53.846980.924932.1043

#fe094f color RGB value is (254,9,79).

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

The process color (four color CMYK) of #fe094f color hex is 0.00, 0.96, 0.69, 0.00. Web safe color of #fe094f is #ff0066. Color #fe094f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00001001 01001111
Octal 376 11 117
Decimal 254 9 79
Hex FE 9 4F

RGB Percentages of Color #fe094f

%74.27
%2.63
%23.10

CMYK Percentages of Color #fe094f

%0
%96
%69
%0

Triadic Colors of #fe094f

#fe094f #4ffe09 #094ffe

Analogous Colors of #fe094f

#fe094f #fe3d09 #fe09ca

Monochromatic Colors of #fe094f

#fe094f

Complementary Color

#fe094f #09feb8

#fe094f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe094f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe094f Color CSS Codes

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

#fe094f Text Font Color

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

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


#fe094f Background Color

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

This div background color is #fe094f


#fe094f Border Color

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

This div border color is #fe094f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe094f


Comments

No comments written yet.

Please login to write comment.