Color Hex Logo

#f50709 Color Hex

#F50709
(245,7,9)
0 Favorites   0 Comments

Color spaces of #f50709

RGB 24579
HSL1.000.940.49
HSV359°97°96°
CMYK 0.000.970.96   0.04
XYZ37.781519.58422.0473
Yxy19.58420.63590.3296
Hunter Lab44.254074.948228.2349
CIE-Lab51.363877.273862.9618

#f50709 color RGB value is (245,7,9).

#f50709 hex color red value is 245, green value is 7 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #f50709 hue: 1.00 , saturation: 0.94 and the lightness value of f50709 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00000111 00001001
Octal 365 7 11
Decimal 245 7 9
Hex F5 7 9

RGB Percentages of Color #f50709

%93.87
%2.68
%3.45

CMYK Percentages of Color #f50709

%0
%97
%96
%4

Triadic Colors of #f50709

#f50709 #09f507 #0709f5

Analogous Colors of #f50709

#f50709 #f57c07 #f50780

Monochromatic Colors of #f50709

#f50709

Complementary Color

#f50709 #07f5f3

#f50709 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f50709 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f50709 Color CSS Codes

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

#f50709 Text Font Color

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

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


#f50709 Background Color

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

This div background color is #f50709


#f50709 Border Color

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

This div border color is #f50709


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f50709


Comments

No comments written yet.

Please login to write comment.