Color Hex Logo

#f01007 Color Hex

#F01007
(240,16,7)
0 Favorites   0 Comments

Color spaces of #f01007

RGB 240167
HSL0.010.940.48
HSV97°94°
CMYK 0.000.930.97   0.06
XYZ36.158818.91121.9455
Yxy18.91120.63420.3317
Hunter Lab43.487072.317827.7884
CIE-Lab50.583275.298362.5123

#f01007 color RGB value is (240,16,7).

#f01007 hex color red value is 240, green value is 16 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #f01007 hue: 0.01 , saturation: 0.94 and the lightness value of f01007 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00010000 00000111
Octal 360 20 7
Decimal 240 16 7
Hex F0 10 7

RGB Percentages of Color #f01007

%91.25
%6.08
%2.66

CMYK Percentages of Color #f01007

%0
%93
%97
%6

Triadic Colors of #f01007

#f01007 #07f010 #1007f0

Analogous Colors of #f01007

#f01007 #f08507 #f00773

Monochromatic Colors of #f01007

#f01007

Complementary Color

#f01007 #07e7f0

#f01007 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f01007 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f01007 Color CSS Codes

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

#f01007 Text Font Color

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

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


#f01007 Background Color

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

This div background color is #f01007


#f01007 Border Color

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

This div border color is #f01007


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,16,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 #f01007">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f01007


Comments

No comments written yet.

Please login to write comment.