Color Hex Logo

#f80422 Color Hex

#F80422
(248,4,34)
0 Favorites   0 Comments

Color spaces of #f80422

RGB 248434
HSL0.980.970.49
HSV353°98°97°
CMYK 0.000.980.86   0.03
XYZ39.043520.15883.3466
Yxy20.15880.62420.3223
Hunter Lab44.898676.650027.0097
CIE-Lab52.016378.510054.6209

#f80422 color RGB value is (248,4,34).

#f80422 hex color red value is 248, green value is 4 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #f80422 hue: 0.98 , saturation: 0.97 and the lightness value of f80422 is 0.49.

The process color (four color CMYK) of #f80422 color hex is 0.00, 0.98, 0.86, 0.03. Web safe color of #f80422 is #ff0033. Color #f80422 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00000100 00100010
Octal 370 4 42
Decimal 248 4 34
Hex F8 4 22

RGB Percentages of Color #f80422

%86.71
%1.40
%11.89

CMYK Percentages of Color #f80422

%0
%98
%86
%3

Triadic Colors of #f80422

#f80422 #22f804 #0422f8

Analogous Colors of #f80422

#f80422 #f86004 #f8049c

Monochromatic Colors of #f80422

#f80422

Complementary Color

#f80422 #04f8da

#f80422 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f80422 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f80422 Color CSS Codes

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

#f80422 Text Font Color

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

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


#f80422 Background Color

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

This div background color is #f80422


#f80422 Border Color

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

This div border color is #f80422


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f80422


Comments

No comments written yet.

Please login to write comment.