Color Hex Logo

#f80749 Color Hex

#F80749
(248,7,73)
0 Favorites   0 Comments

Color spaces of #f80749

RGB 248773
HSL0.950.950.50
HSV344°97°97°
CMYK 0.000.970.71   0.03
XYZ39.990020.58958.1698
Yxy20.58950.58170.2995
Hunter Lab45.375777.906421.0879
CIE-Lab52.497379.416333.7432

#f80749 color RGB value is (248,7,73).

#f80749 hex color red value is 248, green value is 7 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #f80749 hue: 0.95 , saturation: 0.95 and the lightness value of f80749 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00000111 01001001
Octal 370 7 111
Decimal 248 7 73
Hex F8 7 49

RGB Percentages of Color #f80749

%75.61
%2.13
%22.26

CMYK Percentages of Color #f80749

%0
%97
%71
%3

Triadic Colors of #f80749

#f80749 #49f807 #0749f8

Analogous Colors of #f80749

#f80749 #f83e07 #f807c2

Monochromatic Colors of #f80749

#f80749

Complementary Color

#f80749 #07f8b6

#f80749 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f80749 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f80749 Color CSS Codes

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

#f80749 Text Font Color

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

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


#f80749 Background Color

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

This div background color is #f80749


#f80749 Border Color

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

This div border color is #f80749


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f80749


Comments

No comments written yet.

Please login to write comment.