Color Hex Logo

#f80039 Color Hex

#F80039
(248,0,57)
0 Favorites   0 Comments

Color spaces of #f80039

RGB 248057
HSL0.961.000.49
HSV346°100°97°
CMYK 0.001.000.77   0.03
XYZ39.449920.25195.7007
Yxy20.25190.60320.3097
Hunter Lab45.002177.723623.9908
CIE-Lab52.120879.344542.6294

#f80039 color RGB value is (248,0,57).

#f80039 hex color red value is 248, green value is 0 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #f80039 hue: 0.96 , saturation: 1.00 and the lightness value of f80039 is 0.49.

The process color (four color CMYK) of #f80039 color hex is 0.00, 1.00, 0.77, 0.03. Web safe color of #f80039 is #ff0033. Color #f80039 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00000000 00111001
Octal 370 0 71
Decimal 248 0 57
Hex F8 0 39

RGB Percentages of Color #f80039

%81.31
%0.00
%18.69

CMYK Percentages of Color #f80039

%0
%100
%77
%3

Triadic Colors of #f80039

#f80039 #39f800 #0039f8

Analogous Colors of #f80039

#f80039 #f84300 #f800b5

Monochromatic Colors of #f80039

#f80039

Complementary Color

#f80039 #00f8bf

#f80039 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f80039 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f80039 Color CSS Codes

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

#f80039 Text Font Color

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

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


#f80039 Background Color

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

This div background color is #f80039


#f80039 Border Color

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

This div border color is #f80039


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f80039


Comments

No comments written yet.

Please login to write comment.