Color Hex Logo

#f80d0f Color Hex

#F80D0F
(248,13,15)
0 Favorites   0 Comments

Color spaces of #f80d0f

RGB 2481315
HSL1.000.940.51
HSV359°95°97°
CMYK 0.000.950.94   0.03
XYZ38.941520.27882.3137
Yxy20.27880.63280.3296
Hunter Lab45.032075.552228.4761
CIE-Lab52.151077.605562.1056

#f80d0f color RGB value is (248,13,15).

#f80d0f hex color red value is 248, green value is 13 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #f80d0f hue: 1.00 , saturation: 0.94 and the lightness value of f80d0f is 0.51.

The process color (four color CMYK) of #f80d0f color hex is 0.00, 0.95, 0.94, 0.03. Web safe color of #f80d0f is #ff0000. Color #f80d0f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00001101 00001111
Octal 370 15 17
Decimal 248 13 15
Hex F8 D F

RGB Percentages of Color #f80d0f

%89.86
%4.71
%5.43

CMYK Percentages of Color #f80d0f

%0
%95
%94
%3

Triadic Colors of #f80d0f

#f80d0f #0ff80d #0d0ff8

Analogous Colors of #f80d0f

#f80d0f #f8810d #f80d85

Monochromatic Colors of #f80d0f

#f80d0f

Complementary Color

#f80d0f #0df8f6

#f80d0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f80d0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f80d0f Color CSS Codes

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

#f80d0f Text Font Color

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

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


#f80d0f Background Color

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

This div background color is #f80d0f


#f80d0f Border Color

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

This div border color is #f80d0f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(248,13,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f80d0f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f80d0f;
  -webkit-box-shadow: 1px 1px 3px 2px #f80d0f;
  box-shadow:         1px 1px 3px 2px #f80d0f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,13,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f80d0f

Related Colors


Comments

No comments written yet.

Please login to write comment.