Color Hex Logo

#f83104 Color Hex

#F83104
(248,49,4)
0 Favorites   0 Comments

Color spaces of #f83104

RGB 248494
HSL0.030.970.49
HSV11°98°97°
CMYK 0.000.800.98   0.03
XYZ39.831622.16182.2932
Yxy22.16180.61960.3447
Hunter Lab47.076368.646530.0653
CIE-Lab54.198371.589165.7995

#f83104 color RGB value is (248,49,4).

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

The process color (four color CMYK) of #f83104 color hex is 0.00, 0.80, 0.98, 0.03. Web safe color of #f83104 is #ff3300. Color #f83104 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00110001 00000100
Octal 370 61 4
Decimal 248 49 4
Hex F8 31 4

RGB Percentages of Color #f83104

%82.39
%16.28
%1.33

CMYK Percentages of Color #f83104

%0
%80
%98
%3

Triadic Colors of #f83104

#f83104 #04f831 #3104f8

Analogous Colors of #f83104

#f83104 #f8ab04 #f80451

Monochromatic Colors of #f83104

#f83104

Complementary Color

#f83104 #04cbf8

#f83104 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f83104 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f83104 Color CSS Codes

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

#f83104 Text Font Color

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

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


#f83104 Background Color

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

This div background color is #f83104


#f83104 Border Color

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

This div border color is #f83104


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f83104


Comments

No comments written yet.

Please login to write comment.