Color Hex Logo

#fe074a Color Hex

#FE074A
(254,7,74)
0 Favorites   0 Comments

Color spaces of #fe074a

RGB 254774
HSL0.950.990.51
HSV344°97°100°
CMYK 0.000.970.71   0.00
XYZ42.185121.71728.4470
Yxy21.71720.58310.3002
Hunter Lab46.601780.029921.8743
CIE-Lab53.725780.855134.9176

#fe074a color RGB value is (254,7,74).

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

The process color (four color CMYK) of #fe074a color hex is 0.00, 0.97, 0.71, 0.00. Web safe color of #fe074a is #ff0033. Color #fe074a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00000111 01001010
Octal 376 7 112
Decimal 254 7 74
Hex FE 7 4A

RGB Percentages of Color #fe074a

%75.82
%2.09
%22.09

CMYK Percentages of Color #fe074a

%0
%97
%71
%0

Triadic Colors of #fe074a

#fe074a #4afe07 #074afe

Analogous Colors of #fe074a

#fe074a #fe3f07 #fe07c6

Monochromatic Colors of #fe074a

#fe074a

Complementary Color

#fe074a #07febb

#fe074a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe074a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe074a Color CSS Codes

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

#fe074a Text Font Color

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

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


#fe074a Background Color

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

This div background color is #fe074a


#fe074a Border Color

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

This div border color is #fe074a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe074a

Related Colors


Comments

No comments written yet.

Please login to write comment.