Color Hex Logo

#f80139 Color Hex

#F80139
(248,1,57)
0 Favorites   0 Comments

Color spaces of #f80139

RGB 248157
HSL0.960.990.49
HSV346°100°97°
CMYK 0.001.000.77   0.03
XYZ39.460820.27365.7043
Yxy20.27360.60300.3098
Hunter Lab45.026277.640824.0070
CIE-Lab52.145179.274142.6556

#f80139 color RGB value is (248,1,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00000001 00111001
Octal 370 1 71
Decimal 248 1 57
Hex F8 1 39

RGB Percentages of Color #f80139

%81.05
%0.33
%18.63

CMYK Percentages of Color #f80139

%0
%100
%77
%3

Triadic Colors of #f80139

#f80139 #39f801 #0139f8

Analogous Colors of #f80139

#f80139 #f84401 #f801b5

Monochromatic Colors of #f80139

#f80139

Complementary Color

#f80139 #01f8c0

#f80139 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f80139 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f80139 Color CSS Codes

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

#f80139 Text Font Color

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

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


#f80139 Background Color

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

This div background color is #f80139


#f80139 Border Color

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

This div border color is #f80139


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f80139

Related Colors


Comments

No comments written yet.

Please login to write comment.