Color Hex Logo

#fe0907 Color Hex

#FE0907
(254,9,7)
0 Favorites   0 Comments

Color spaces of #fe0907

RGB 25497
HSL0.000.990.51
HSV97°100°
CMYK 0.000.960.97   0.00
XYZ41.009121.28152.1473
Yxy21.28150.63640.3303
Hunter Lab46.131977.947429.5325
CIE-Lab53.256279.301065.3724

#fe0907 color RGB value is (254,9,7).

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

The process color (four color CMYK) of #fe0907 color hex is 0.00, 0.96, 0.97, 0.00. Web safe color of #fe0907 is #ff0000. Color #fe0907 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00001001 00000111
Octal 376 11 7
Decimal 254 9 7
Hex FE 9 7

RGB Percentages of Color #fe0907

%94.07
%3.33
%2.59

CMYK Percentages of Color #fe0907

%0
%96
%97
%0

Triadic Colors of #fe0907

#fe0907 #07fe09 #0907fe

Analogous Colors of #fe0907

#fe0907 #fe8507 #fe0781

Monochromatic Colors of #fe0907

#fe0907

Complementary Color

#fe0907 #07fcfe

#fe0907 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe0907 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe0907 Color CSS Codes

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

#fe0907 Text Font Color

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

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


#fe0907 Background Color

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

This div background color is #fe0907


#fe0907 Border Color

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

This div border color is #fe0907


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe0907


Comments

No comments written yet.

Please login to write comment.