Color Hex Logo

#f80044 Color Hex

#F80044
(248,0,68)
0 Favorites   0 Comments

Color spaces of #f80044

RGB 248068
HSL0.951.000.49
HSV344°100°97°
CMYK 0.001.000.73   0.03
XYZ39.754820.37387.3061
Yxy20.37380.58950.3021
Hunter Lab45.137378.223821.9992
CIE-Lab52.257279.715036.4133

#f80044 color RGB value is (248,0,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00000000 01000100
Octal 370 0 104
Decimal 248 0 68
Hex F8 0 44

RGB Percentages of Color #f80044

%78.48
%0.00
%21.52

CMYK Percentages of Color #f80044

%0
%100
%73
%3

Triadic Colors of #f80044

#f80044 #44f800 #0044f8

Analogous Colors of #f80044

#f80044 #f83800 #f800c0

Monochromatic Colors of #f80044

#f80044

Complementary Color

#f80044 #00f8b4

#f80044 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f80044 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f80044 Color CSS Codes

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

#f80044 Text Font Color

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

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


#f80044 Background Color

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

This div background color is #f80044


#f80044 Border Color

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

This div border color is #f80044


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f80044


Comments

No comments written yet.

Please login to write comment.