Color Hex Logo

#f8314a Color Hex

#F8314A
(248,49,74)
0 Favorites   0 Comments

Color spaces of #f8314a

RGB 2484974
HSL0.980.930.58
HSV352°80°97°
CMYK 0.000.800.70   0.03
XYZ41.045722.64758.6866
Yxy22.64750.56710.3129
Hunter Lab47.589470.674322.4902
CIE-Lab54.707473.158335.8112

#f8314a color RGB value is (248,49,74).

#f8314a hex color red value is 248, green value is 49 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #f8314a hue: 0.98 , saturation: 0.93 and the lightness value of f8314a is 0.58.

The process color (four color CMYK) of #f8314a color hex is 0.00, 0.80, 0.70, 0.03. Web safe color of #f8314a is #ff3333. Color #f8314a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00110001 01001010
Octal 370 61 112
Decimal 248 49 74
Hex F8 31 4A

RGB Percentages of Color #f8314a

%66.85
%13.21
%19.95

CMYK Percentages of Color #f8314a

%0
%80
%70
%3

Triadic Colors of #f8314a

#f8314a #4af831 #314af8

Analogous Colors of #f8314a

#f8314a #f87c31 #f831ae

Monochromatic Colors of #f8314a

#f8314a

Complementary Color

#f8314a #31f8df

#f8314a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8314a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8314a Color CSS Codes

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

#f8314a Text Font Color

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

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


#f8314a Background Color

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

This div background color is #f8314a


#f8314a Border Color

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

This div border color is #f8314a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8314a


Comments

No comments written yet.

Please login to write comment.