Color Hex Logo

#f8112d Color Hex

#F8112D
(248,17,45)
0 Favorites   0 Comments

Color spaces of #f8112d

RGB 2481745
HSL0.980.940.52
HSV353°93°97°
CMYK 0.000.930.82   0.03
XYZ39.385520.54684.3727
Yxy20.54680.61250.3195
Hunter Lab45.328675.771726.0105
CIE-Lab52.449977.723149.5271

#f8112d color RGB value is (248,17,45).

#f8112d hex color red value is 248, green value is 17 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #f8112d hue: 0.98 , saturation: 0.94 and the lightness value of f8112d is 0.52.

The process color (four color CMYK) of #f8112d color hex is 0.00, 0.93, 0.82, 0.03. Web safe color of #f8112d is #ff0033. Color #f8112d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00010001 00101101
Octal 370 21 55
Decimal 248 17 45
Hex F8 11 2D

RGB Percentages of Color #f8112d

%80.00
%5.48
%14.52

CMYK Percentages of Color #f8112d

%0
%93
%82
%3

Triadic Colors of #f8112d

#f8112d #2df811 #112df8

Analogous Colors of #f8112d

#f8112d #f86911 #f811a1

Monochromatic Colors of #f8112d

#f8112d

Complementary Color

#f8112d #11f8dc

#f8112d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8112d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8112d Color CSS Codes

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

#f8112d Text Font Color

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

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


#f8112d Background Color

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

This div background color is #f8112d


#f8112d Border Color

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

This div border color is #f8112d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8112d

Related Colors


Comments

No comments written yet.

Please login to write comment.